0byt3m1n1
Path:
/
data
/
15
/
1
/
116
/
64
/
1768064
/
meta
/
1911450
/
mysql.backup
/
[
Home
]
File: 1_02d0ff9_3.mysqlcluster1.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster1 Database: 1_02d0ff9_3 -- ------------------------------------------------------ -- Server version 5.6.34-79.1-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB 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 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 */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_layerslider` -- DROP TABLE IF EXISTS `wp_layerslider`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_layerslider` ( `id` int(10) NOT NULL AUTO_INCREMENT, `author` int(10) NOT NULL DEFAULT '0', `name` varchar(100) NOT NULL, `slug` varchar(100) NOT NULL, `data` mediumtext NOT NULL, `date_c` int(10) NOT NULL, `date_m` int(11) NOT NULL, `flag_hidden` tinyint(1) NOT NULL DEFAULT '0', `flag_deleted` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_layerslider` -- LOCK TABLES `wp_layerslider` WRITE; /*!40000 ALTER TABLE `wp_layerslider` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_layerslider` 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(64) 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=26555 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://absoluteplastics.net','yes'),(2,'home','http://absoluteplastics.net','yes'),(3,'blogname','Absolute Plastics','yes'),(4,'blogdescription','Serving Today ... Preserving tomorrow','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','you@example.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:9:{i:0;s:27:\"LayerSlider/layerslider.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:3;s:9:\"hello.php\";i:4;s:33:\"issuu-pdf-sync/issuu-pdf-sync.php\";i:5;s:19:\"jetpack/jetpack.php\";i:6;s:27:\"js_composer/js_composer.php\";i:7;s:25:\"relevanssi/relevanssi.php\";i:8;s:67:\"video-embed-thumbnail-generator/video-embed-thumbnail-generator.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:3:{i:0;s:115:\"/home1/radicat1/public_html/absoluteplastics/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php\";i:2;s:79:\"/home1/radicat1/public_html/absoluteplastics/wp-content/themes/bridge/style.css\";i:3;s:0:\"\";}','no'),(41,'template','bridge','yes'),(42,'stylesheet','bridge','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','33056','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','70','yes'),(60,'thumbnail_size_h','70','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:8:{i:3;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1062:\"\r\n[vc_separator type=\"transparent\" position=\"center\" up=\"4\" down=\"2\"]\r\n\r\n2107B Miller Road,<br />\r\nWilson, NC 27894<br />\r\nEmail: sales@absoluteplastics.net<br />\r\nPhone: (252) 206-9941<br />\r\nFax: (252) 206-9947 \r\n\r\n[vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"2\"]\r\n\r\n[social_icons type=\"normal_social\" icon=\"fa-twitter\" use_custom_size=\"yes\" size=\"fa-lg\" custom_size=\"17\" link=\"http://twitter.com\" target=\"_blank\"]\r\n\r\n[social_icons type=\"normal_social\" icon=\"fa-facebook\" use_custom_size=\"yes\" size=\"fa-lg\" custom_size=\"17\" link=\"http://www.facebook.com\" target=\"_blank\"]\r\n\r\n[social_icons type=\"normal_social\" icon=\"fa-google-plus\" use_custom_size=\"yes\" size=\"fa-lg\" custom_size=\"17\" link=\"https://plus.google.com\" target=\"_blank\"]\r\n\r\n[social_icons type=\"normal_social\" icon=\"fa-instagram\" use_custom_size=\"yes\" size=\"fa-lg\" custom_size=\"17\" link=\"http://instagram.com\" target=\"_blank\"]\r\n\r\n[social_icons type=\"normal_social\" icon=\"fa-tumblr\" use_custom_size=\"yes\" size=\"fa-lg\" custom_size=\"17\" link=\"https://www.tumblr.com\" target=\"_blank\"]\";s:6:\"filter\";b:0;}i:6;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:46:\"<span>© Copyright Qode Interactive</span>\";s:6:\"filter\";b:0;}i:8;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<a href=\"http://demo.qodeinteractive.com/bridge5/\" target=\"_blank\"><img src=\"http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/05/Bridge_Estate.jpg\" alt=\"\" style=\"box-shadow: 0px 0px 8px #d7d7d7;\" \\></a>\";s:6:\"filter\";b:0;}i:9;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<a href=\"http://demo.qodeinteractive.com/bridge/\" target=\"_blank\"><img src=\"http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/05/Bridge_Original.jpg\" alt=\"\" style=\"box-shadow: 0px 0px 8px #d7d7d7;\" \\></a>\";s:6:\"filter\";b:0;}i:10;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:229:\"<a href=\"http://demo.qodeinteractive.com/bridge1/\" target=\"_blank\"><img src=\"http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/05/Bridge_Original_Left_Menu.jpg\" alt=\"\" style=\"box-shadow: 0px 0px 8px #d7d7d7;\" \\></a>\";s:6:\"filter\";b:0;}i:11;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<a href=\"http://demo.qodeinteractive.com/bridge4/\" target=\"_blank\"><img src=\"http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/05/Bridge_Agency.jpg\" alt=\"\" style=\"box-shadow: 0px 0px 8px #d7d7d7;\" \\></a>\";s:6:\"filter\";b:0;}i:12;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<a href=\"http://demo.qodeinteractive.com/bridge4/\" target=\"_blank\"><img src=\"http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/05/Bridge_Agency.jpg\" alt=\"\" style=\"box-shadow: 0px 0px 8px #d7d7d7;\" \\></a>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:2:{s:27:\"LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";s:25:\"relevanssi/relevanssi.php\";s:20:\"relevanssi_uninstall\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','15676','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'initial_db_version','31535','yes'),(89,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:65:{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:9:\"add_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:21:\"make_video_thumbnails\";b:1;s:13:\"encode_videos\";b:1;s:25:\"edit_others_video_encodes\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:37:{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:21:\"make_video_thumbnails\";b:1;s:13:\"encode_videos\";b:1;s:25:\"edit_others_video_encodes\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:12:{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:21:\"make_video_thumbnails\";b:1;s:13:\"encode_videos\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(90,'_transient_random_seed','66cbfb1e317bd8cecbbd05ab6d4a4a69','yes'),(91,'widget_search','a:5:{i:3;a:1:{s:5:\"title\";s:0:\"\";}i:5;a:0:{}i:6;a:0:{}i:8;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:24:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:23:\"call_to_action_widget-4\";}s:7:\"sidebar\";a:0:{}s:12:\"sidebar_page\";a:0:{}s:11:\"header_left\";a:0:{}s:12:\"header_right\";a:0:{}s:19:\"header_bottom_right\";a:0:{}s:20:\"header_bottom_center\";a:1:{i:0;s:8:\"search-3\";}s:8:\"sidearea\";a:0:{}s:18:\"vertical_menu_area\";a:0:{}s:15:\"footer_column_1\";a:1:{i:0;s:6:\"text-3\";}s:15:\"footer_column_2\";a:0:{}s:15:\"footer_column_3\";a:1:{i:0;s:8:\"search-8\";}s:15:\"footer_column_4\";a:0:{}s:11:\"footer_text\";a:1:{i:0;s:6:\"text-6\";}s:16:\"footer_text_left\";a:0:{}s:17:\"footer_text_right\";a:0:{}s:18:\"header_fixed_right\";a:1:{i:0;s:8:\"search-6\";}s:11:\"WooCommerce\";a:0:{}s:14:\"Content Bottom\";a:0:{}s:21:\"Bridge Estate Preview\";a:1:{i:0;s:6:\"text-8\";}s:23:\"Bridge Original Preview\";a:1:{i:0;s:6:\"text-9\";}s:24:\"Bridge Left Menu Preview\";a:1:{i:0;s:7:\"text-10\";}s:21:\"Bridge Agency Preview\";a:1:{i:0;s:7:\"text-12\";}s:13:\"array_version\";i:3;}','yes'),(97,'jetpack_activated','1','yes'),(98,'cron','a:6:{i:1469121673;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1469122181;a:1:{s:14:\"mm_cron_hourly\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1469125642;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:1469125781;a:3:{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;}}s:13:\"mm_cron_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:18:\"mm_cron_twicedaily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1469128417;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(99,'jetpack_options','a:2:{s:7:\"version\";s:16:\"3.5.3:1435083673\";s:11:\"old_version\";s:16:\"3.5.3:1435083673\";}','yes'),(100,'jetpack_file_data','a:1:{s:5:\"3.5.3\";a:96:{s:32:\"654342b563532865fc587565f9b345a0\";a:13:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:89:\"Check your spelling, style, and grammar with the After the Deadline proofreading service.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";}s:32:\"b902d23bd9330fac9f5edb2ff0a65a71\";a:13:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:63:\"Transform standard image galleries into full-screen slideshows.\";s:14:\"jumpstart_desc\";s:79:\"brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:9:\"Jumpstart\";}s:32:\"2df8f36bbfad858029b0c6832c93875f\";a:13:{s:4:\"name\";s:16:\"Jetpack Comments\";s:11:\"description\";s:79:\"Let readers comment with WordPress.com, Twitter, Facebook, or Google+ accounts.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";}s:32:\"fbb84d84661f076e942bd254c8b433f4\";a:13:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:44:\"Insert a contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:9:\"Jumpstart\";}s:32:\"4234a6316757d604ad32b4082054ab10\";a:13:{s:4:\"name\";s:20:\"Custom Content Types\";s:11:\"description\";s:92:\"Organize and display different types of content on your site, separate from posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";}s:32:\"9b60a70e0ae65a602a11ca5a950fbb92\";a:13:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:57:\"Customize your site’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";}s:32:\"a5f0492d6859fa0aab4aef3e462b0955\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"00ce4882bfb10d12384cd90676684d61\";a:13:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:74:\"Share your public posts and comments to search engines and other services.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";}s:32:\"ebb91955cbd18fb2d4b7c97579438412\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"ee7cba5295cf19c9e2a6fcd409ff57a2\";a:13:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:9:\"Jumpstart\";}s:32:\"62fa528369c841b2f655114482a50b8f\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:8:\"2.0.3 ??\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"f51d0868075755f888b090b9e9568a2f\";a:13:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:46:\"Add support for infinite scroll to your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";}s:32:\"981a38cc2eff30088efac1d923db9625\";a:13:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:69:\"Allow applications to securely access your content through the cloud.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:0:\"\";}s:32:\"d31648dd0307042bb728621ff109e4f4\";a:13:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:85:\"Use LaTeX markup language in posts and pages for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";}s:32:\"4c0402cee90934e79c00017d72910153\";a:13:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:70:\"Give visitors an easy way to show their appreciation for your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";}s:32:\"161d44aead27c5e582a9fd4ea83012cd\";a:13:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:76:\"Manage all your sites from a centralized place, https://wordpress.com/sites.\";s:14:\"jumpstart_desc\";s:151:\"helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";}s:32:\"ea00107969c895d226c23e68be3c7179\";a:13:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:51:\"Write posts or pages in plain-text Markdown syntax.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";}s:32:\"a418d8dc0ed6471bbe1ca679fc76ed11\";a:13:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:64:\"Optimize your site with a mobile-friendly theme for smartphones.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:11:\"Recommended\";}s:32:\"b782fa9c46ae55914d049c464590352e\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"f9e77fa7fe5aea566feaa1eecf4d07a3\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"b1ad6948b0a70af14eb0a88370b1297a\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"3f8f93dd5a38b18d444f0457de9273ef\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"3bd6cd711023965be5422f8a4f88fa73\";a:13:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:88:\"Receive notifications from Jetpack if your site goes offline — and when it it returns.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:11:\"Recommended\";}s:32:\"3cedfe7f7d8d8b8df856cbe965db2f31\";a:13:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:84:\"Receive notification of site activity via the admin toolbar and your Mobile devices.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";}s:32:\"dc7a0c2592ac0e85280279fac8ff8f96\";a:13:{s:4:\"name\";s:10:\"Omnisearch\";s:11:\"description\";s:66:\"Search your entire database from a single field in your Dashboard.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"16\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:0:\"\";}s:32:\"ca15091143e7eda4e30bcde20174bbf7\";a:13:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:66:\"Accelerate your site by loading images from the WordPress.com CDN.\";s:14:\"jumpstart_desc\";s:141:\"mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";}s:32:\"55c818cd45f329da90b37e26620eddfc\";a:13:{s:4:\"name\";s:13:\"Post by Email\";s:11:\"description\";s:58:\"Publish posts by email, using any device and email client.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";}s:32:\"b335bfc25dfb8ada73dd1b138c3d22d8\";a:13:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:70:\"Adds brute force protection to your login page. Formerly BruteProtect.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:11:\"Recommended\";}s:32:\"14745a974c8dfa6fafae6e36fd2b7521\";a:13:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:55:\"Share new posts on social media networks automatically.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:11:\"Recommended\";}s:32:\"0318fad6db78cc8fca0c1df6469925be\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"b4a11fed66db0bc897e2e4f64f7b7c46\";a:13:{s:4:\"name\";s:13:\"Related Posts\";s:11:\"description\";s:60:\"Display links to your related content under posts and pages.\";s:14:\"jumpstart_desc\";s:113:\"keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";}s:32:\"3ac4cb3f49b2407ca5b0063306f2fa31\";a:13:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:81:\"Allow visitors to share your content on Facebook, Twitter, and more with a click.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";}s:32:\"2c6c3c5d6b27defa92a18ac5b3c9bca9\";a:13:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:77:\"Embed content from YouTube, Vimeo, SlideShare, and more, no coding necessary.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:0:\"\";}s:32:\"014903fba57fc4d705ac7ec5ed059253\";a:13:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:56:\"Enable WP.me-powered shortlinks for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";}s:32:\"01f7ccc0cad03540031409e6eecf59a1\";a:13:{s:4:\"name\";s:9:\"Site Icon\";s:11:\"description\";s:29:\"Add a site icon to your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";}s:32:\"a16ad1d19a6af80081b97b2b2cfd1f6a\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"8e12687aba6bec9bb30c16617aadaf42\";a:13:{s:4:\"name\";s:22:\"Jetpack Single Sign On\";s:11:\"description\";s:62:\"Allow your users to log in using their WordPress.com accounts.\";s:14:\"jumpstart_desc\";s:97:\"lets you login to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:9:\"Jumpstart\";}s:32:\"9a4b4b2375d62cd8eb1096ed02b8ed47\";a:13:{s:4:\"name\";s:19:\"WordPress.com Stats\";s:11:\"description\";s:85:\"Monitor your stats with clear, concise reports and no additional load on your server.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:32:\"WordPress.com Stats, Recommended\";s:7:\"feature\";s:11:\"Recommended\";}s:32:\"3b92c24f33a53b4dd978452c8e1f6f30\";a:13:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:88:\"Allow users to subscribe to your posts and comments and receive notifications via email.\";s:14:\"jumpstart_desc\";s:126:\"give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:9:\"Jumpstart\";}s:32:\"abc3a36f4f42d7522b06d97b00f7d716\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"5edd9b80bc9173c647cc6fb3d837d114\";a:13:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:73:\"Display your image galleries in a variety of sleek, graphic arrangements.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";}s:32:\"df3376e69c956e56242fc876ff208158\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"8501ae22fe6011d3e46ebe49b9b8a898\";a:13:{s:4:\"name\";s:10:\"VaultPress\";s:11:\"description\";s:85:\"Protect your site with automatic backups and security scans. (Subscription required.)\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"6a9fd59afc73e65253361ab183276814\";a:13:{s:4:\"name\";s:17:\"Site Verification\";s:11:\"description\";s:78:\"Verify your site or domain with Google Webmaster Tools, Pinterest, and others.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"797182353f1d1884f2cd322fee3484ef\";a:13:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:68:\"Upload and embed videos right on your site. (Subscription required.)\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";}s:32:\"2644ab21c6402918413828fb863d950c\";a:13:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:57:\"Specify which widgets appear on which pages of your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";}s:32:\"d3a94753afdf37f4a4199a3515d8edfd\";a:13:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:79:\"Add images, Twitter streams, your site’s RSS links, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:0:\"\";}s:32:\"bdcc99eb20be7e5833251679a0f94149\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"66122dd974986d58d00692a64d8392f7\";a:13:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:89:\"Check your spelling, style, and grammar with the After the Deadline proofreading service.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";}s:32:\"4964d9565ade2bd6e3113e689af068df\";a:13:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:63:\"Transform standard image galleries into full-screen slideshows.\";s:14:\"jumpstart_desc\";s:79:\"brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:9:\"Jumpstart\";}s:32:\"4c5572b8133c4c03370e29cbb01c17a2\";a:13:{s:4:\"name\";s:16:\"Jetpack Comments\";s:11:\"description\";s:79:\"Let readers comment with WordPress.com, Twitter, Facebook, or Google+ accounts.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";}s:32:\"d30a4d175a937af31a54d7664d0645a0\";a:13:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:44:\"Insert a contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:9:\"Jumpstart\";}s:32:\"82b63eaf57091a5c577a962dedb90731\";a:13:{s:4:\"name\";s:20:\"Custom Content Types\";s:11:\"description\";s:92:\"Organize and display different types of content on your site, separate from posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";}s:32:\"20d3f066af83881d2163da1b0d41ba23\";a:13:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:57:\"Customize your site’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";}s:32:\"2831ec2c5610395bbcdab24c4ba52de2\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"c93135f64840152ccb55e5a005044e86\";a:13:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:74:\"Share your public posts and comments to search engines and other services.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";}s:32:\"39487175f32a3d92b2d5bf92284ace0d\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"a9b058d22e2107df483dbd20f3094b8e\";a:13:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:9:\"Jumpstart\";}s:32:\"22354653f3f8161e52a55e1e9f525ee6\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:8:\"2.0.3 ??\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"0d214dd06b132540dbb2b6b7d8ab9187\";a:13:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:46:\"Add support for infinite scroll to your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";}s:32:\"6e7f5f676eb1f13d249bf0a1787c294a\";a:13:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:69:\"Allow applications to securely access your content through the cloud.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:0:\"\";}s:32:\"ef416b19fb6552202ab2cb01d1b7d67f\";a:13:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:85:\"Use LaTeX markup language in posts and pages for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";}s:32:\"04788891f2da23267330593cb96d65b6\";a:13:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:70:\"Give visitors an easy way to show their appreciation for your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";}s:32:\"8cc2979956f35a55586c5390f3265931\";a:13:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:76:\"Manage all your sites from a centralized place, https://wordpress.com/sites.\";s:14:\"jumpstart_desc\";s:151:\"helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";}s:32:\"8274fea02d62b2e194543fcd639a5ebd\";a:13:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:51:\"Write posts or pages in plain-text Markdown syntax.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";}s:32:\"202e0da92206a97e1d63acc16145dbf4\";a:13:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:64:\"Optimize your site with a mobile-friendly theme for smartphones.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:11:\"Recommended\";}s:32:\"b2046efb1fb3edee9385d24451799ddd\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"0635d0e1c76ea448ebd0a0c2bc961ba3\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"e8c4da76804c05328bf1e60ef25499cc\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"768fdf0a784df6e4319b133effabf799\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"2583c711ea09c4e01809d08b7757749e\";a:13:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:88:\"Receive notifications from Jetpack if your site goes offline — and when it it returns.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:11:\"Recommended\";}s:32:\"f69ac72a2626ece939d08ab64be66e82\";a:13:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:84:\"Receive notification of site activity via the admin toolbar and your Mobile devices.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";}s:32:\"48f26fd469b9b14ce63aeba894730ba7\";a:13:{s:4:\"name\";s:10:\"Omnisearch\";s:11:\"description\";s:66:\"Search your entire database from a single field in your Dashboard.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"16\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:0:\"\";}s:32:\"7e2c1b241d730555db2f9ea2b9c8f538\";a:13:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:66:\"Accelerate your site by loading images from the WordPress.com CDN.\";s:14:\"jumpstart_desc\";s:141:\"mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";}s:32:\"eab1c5acca0e7879b9f0de7ff6e8693d\";a:13:{s:4:\"name\";s:13:\"Post by Email\";s:11:\"description\";s:58:\"Publish posts by email, using any device and email client.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";}s:32:\"e5f8ebba71d82a721c568bf897d06a35\";a:13:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:70:\"Adds brute force protection to your login page. Formerly BruteProtect.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:11:\"Recommended\";}s:32:\"6cca2d67a8257b2e63485628e8b1f39f\";a:13:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:55:\"Share new posts on social media networks automatically.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:11:\"Recommended\";}s:32:\"8fb413570babedf2232d570b0403140a\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"3899006f026b6ff8911268fca5186971\";a:13:{s:4:\"name\";s:13:\"Related Posts\";s:11:\"description\";s:60:\"Display links to your related content under posts and pages.\";s:14:\"jumpstart_desc\";s:113:\"keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";}s:32:\"afcfa0304ac24adb1e75881ef756fce7\";a:13:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:81:\"Allow visitors to share your content on Facebook, Twitter, and more with a click.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";}s:32:\"de3557c77dc23c51741056164253c799\";a:13:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:77:\"Embed content from YouTube, Vimeo, SlideShare, and more, no coding necessary.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:0:\"\";}s:32:\"625393c6baa78f00baf3f7e356b465fe\";a:13:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:56:\"Enable WP.me-powered shortlinks for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";}s:32:\"c9e8fed0a30166076c852d421df4351e\";a:13:{s:4:\"name\";s:9:\"Site Icon\";s:11:\"description\";s:29:\"Add a site icon to your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";}s:32:\"9d2a3f06362741dda68194e055e7b68b\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"42610649064fee5e650dedde11af179c\";a:13:{s:4:\"name\";s:22:\"Jetpack Single Sign On\";s:11:\"description\";s:62:\"Allow your users to log in using their WordPress.com accounts.\";s:14:\"jumpstart_desc\";s:97:\"lets you login to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:9:\"Jumpstart\";}s:32:\"a3a20cd420359b9f1ad2cb59e2fc4678\";a:13:{s:4:\"name\";s:19:\"WordPress.com Stats\";s:11:\"description\";s:85:\"Monitor your stats with clear, concise reports and no additional load on your server.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:32:\"WordPress.com Stats, Recommended\";s:7:\"feature\";s:11:\"Recommended\";}s:32:\"6699faa19d423d1c516cb3306c4d3205\";a:13:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:88:\"Allow users to subscribe to your posts and comments and receive notifications via email.\";s:14:\"jumpstart_desc\";s:126:\"give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:9:\"Jumpstart\";}s:32:\"41521c55b9cfbb79e1599e8c9147de9d\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"d86abff35bae85348bcca55c0ac6b24c\";a:13:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:73:\"Display your image galleries in a variety of sleek, graphic arrangements.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";}s:32:\"7ee6ddb6a75dff46c51701f67c4a3510\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"1516dcebf603a9a9d86e94cdbeb7da46\";a:13:{s:4:\"name\";s:10:\"VaultPress\";s:11:\"description\";s:85:\"Protect your site with automatic backups and security scans. (Subscription required.)\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"dacd84786cc63369134955e76e226ed5\";a:13:{s:4:\"name\";s:17:\"Site Verification\";s:11:\"description\";s:78:\"Verify your site or domain with Google Webmaster Tools, Pinterest, and others.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}s:32:\"5dd0783470f88232917aa36575f93ff8\";a:13:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:68:\"Upload and embed videos right on your site. (Subscription required.)\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";}s:32:\"c57a4c98fa9abbc4dd1b7487798418fe\";a:13:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:57:\"Specify which widgets appear on which pages of your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";}s:32:\"77ec45634689c545dc4a2a1ee13fe3eb\";a:13:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:79:\"Add images, Twitter streams, your site’s RSS links, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:0:\"\";}s:32:\"7651f3bbec6f26df556db75693c84c5f\";a:13:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";}}}','yes'),(101,'jetpack_available_modules','a:1:{s:5:\"3.5.3\";a:36:{s:18:\"after-the-deadline\";s:3:\"1.1\";s:8:\"carousel\";s:3:\"1.5\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:5:\"likes\";s:3:\"2.2\";s:6:\"manage\";s:3:\"3.4\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"omnisearch\";s:3:\"2.3\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:9:\"site-icon\";s:3:\"3.2\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";}}','yes'),(102,'jpstart_wizard_has_run','1','yes'),(104,'mm_master_aff','','yes'),(105,'mm_install_date','Jun 23, 2015','yes'),(106,'mm_cron','a:4:{s:6:\"hourly\";a:0:{}s:5:\"daily\";a:1:{s:14:\"plugin_version\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:14:\"plugin_version\";s:2:\"el\";s:5:\"0.7.2\";}}s:7:\"monthly\";a:4:{s:11:\"php_version\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:11:\"php_version\";s:2:\"el\";s:6:\"5.4.43\";}s:12:\"plugin_count\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:12:\"plugin_count\";s:2:\"el\";i:10;}s:11:\"theme_count\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:11:\"theme_count\";s:2:\"el\";i:5;}s:13:\"current_theme\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:13:\"current_theme\";s:2:\"el\";s:6:\"bridge\";}}s:6:\"weekly\";a:1:{s:10:\"wp_version\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:10:\"wp_version\";s:2:\"el\";s:5:\"4.3.1\";}}}','yes'),(107,'mm_coming_soon','false','yes'),(111,'jetpack_updates','a:7:{s:7:\"plugins\";i:0;s:6:\"themes\";i:0;s:9:\"wordpress\";i:0;s:12:\"translations\";i:0;s:5:\"total\";i:0;s:10:\"wp_version\";s:5:\"4.3.5\";s:26:\"site_is_version_controlled\";b:0;}','yes'),(117,'allow_major_auto_core_updates','true','yes'),(120,'mm_previous_tests','a:2:{i:0;s:16:\"jetpack-start-v8\";i:1;s:23:\"jetpack-start-exempt-v8\";}','yes'),(121,'jetpack_security_report','a:0:{}','yes'),(172,'widget_akismet_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(173,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(174,'widget_nav_menu','a:2:{i:3;a:2:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:38;}s:12:\"_multiwidget\";i:1;}','yes'),(175,'widget_mojo_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(176,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(177,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(180,'theme_mods_twentyfifteen','a:5:{s:16:\"background_color\";s:6:\"e9f2f9\";s:12:\"color_scheme\";s:4:\"blue\";s:17:\"sidebar_textcolor\";s:7:\"#ffffff\";s:23:\"header_background_color\";s:7:\"#00014c\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1435086426;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:14:\"recent-posts-2\";i:1;s:17:\"recent-comments-2\";i:2;s:10:\"archives-2\";i:3;s:12:\"categories-2\";i:4;s:6:\"meta-2\";}s:9:\"sidebar-1\";a:1:{i:0;s:8:\"search-2\";}}}}','yes'),(181,'current_theme','Bridge','yes'),(182,'theme_mods_minicorp','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:11:\"header-menu\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1435094232;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:12:{i:0;s:6:\"text-3\";i:1;s:6:\"text-4\";i:2;s:6:\"text-5\";i:3;s:6:\"text-6\";i:4;s:12:\"categories-7\";i:5;s:12:\"categories-8\";i:6;s:14:\"recent-posts-8\";i:7;s:14:\"recent-posts-9\";i:8;s:15:\"recent-posts-10\";i:9;s:11:\"tag_cloud-7\";i:10;s:11:\"tag_cloud-8\";i:11;s:10:\"nav_menu-3\";}s:12:\"sidebar-main\";a:0:{}s:14:\"sidebar-header\";a:0:{}s:14:\"sidebar-footer\";a:0:{}s:21:\"sidebar-footer-legals\";a:0:{}}}}','yes'),(183,'theme_switched','','yes'),(186,'ishyoboy_Minicorp_generated_css_version','29','yes'),(187,'Minicorp_options','a:147:{s:25:\"use_predefined_page_width\";s:1:\"1\";s:21:\"predefined_page_width\";s:4:\"1290\";s:17:\"custom_page_width\";s:4:\"1290\";s:21:\"use_responsive_layout\";s:1:\"1\";s:31:\"responsive_layout_breakingpoint\";s:3:\"768\";s:16:\"show_breadcrumbs\";s:1:\"0\";s:16:\"show_back_to_top\";s:1:\"1\";s:17:\"show_page_sidebar\";s:1:\"0\";s:21:\"page_sidebar_position\";s:5:\"right\";s:12:\"page_sidebar\";s:12:\"sidebar-main\";s:16:\"use_page_for_404\";s:1:\"0\";s:12:\"page_for_404\";s:2:\"-1\";s:15:\"tracking_script\";s:0:\"\";s:13:\"addthis_share\";s:408:\"<!-- AddThis Button BEGIN --><div class=\"addthis_toolbox addthis_default_style \"><a class=\"addthis_button_facebook_like\" fb:like:layout=\"button_count\"></a><a class=\"addthis_button_tweet\"></a><a class=\"addthis_button_pinterest_pinit\"></a><a class=\"addthis_counter addthis_pill_style\"></a></div><script type=\"text/javascript\" src=\"//s7.addthis.com/js/300/addthis_widget.js\"></script><!-- AddThis Button END -->\";s:10:\"custom_css\";s:0:\"\";s:14:\"custom_scripts\";s:0:\"\";s:17:\"custom_favicon_16\";s:0:\"\";s:17:\"custom_favicon_72\";s:0:\"\";s:18:\"custom_favicon_114\";s:0:\"\";s:18:\"custom_favicon_144\";s:0:\"\";s:13:\"logo_as_image\";s:1:\"1\";s:10:\"logo_image\";s:110:\"//thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/Screen-Shot-2015-06-23-at-3.59.38-PM-70x14.png\";s:17:\"logo_retina_image\";s:111:\"//thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/Screen-Shot-2015-06-23-at-3.59.38-PM1-70x14.png\";s:13:\"header_height\";s:2:\"50\";s:12:\"mainnav_full\";s:1:\"1\";s:10:\"sticky_nav\";s:1:\"0\";s:21:\"sticky_nav_responsive\";s:1:\"0\";s:15:\"sticky_nav_logo\";s:1:\"0\";s:18:\"sticky_nav_tagline\";s:1:\"0\";s:17:\"expandable_header\";s:1:\"0\";s:14:\"header_sidebar\";s:14:\"sidebar-header\";s:17:\"header_sidebar_on\";s:1:\"0\";s:14:\"use_header_bar\";s:1:\"0\";s:15:\"header_bar_menu\";s:0:\"\";s:23:\"header_bar_social_icons\";s:246:\"[social icon=\"icon-mail\" url=\"mailto:example@example.com\" tooltip=\"Email us\"]\r\n[social icon=\"icon-twitter\" url=\"//www.twitter.com\" tooltip=\"Twitter - Username\"]\r\n[social icon=\"icon-facebook\" url=\"//www.facebook.com\" tooltip=\"Facebook - Username\"]\";s:16:\"header_bar_order\";s:11:\"social-left\";s:21:\"use_navigation_search\";s:1:\"1\";s:18:\"footer_widget_area\";s:1:\"0\";s:14:\"footer_sidebar\";s:14:\"sidebar-footer\";s:18:\"footer_legals_area\";s:1:\"1\";s:13:\"footer_legals\";s:21:\"sidebar-footer-legals\";s:22:\"portfolio_layout_style\";s:1:\"1\";s:22:\"portfolio_fluid_layout\";s:1:\"0\";s:17:\"portfolio_masonry\";s:1:\"0\";s:24:\"portfolio_animate_filter\";s:1:\"0\";s:20:\"portfolio_show_title\";s:1:\"1\";s:25:\"portfolio_show_categories\";s:1:\"1\";s:26:\"portfolio_show_link_button\";s:1:\"1\";s:27:\"portfolio_show_popup_button\";s:1:\"1\";s:40:\"page_for_custom_post_type_portfolio-post\";s:2:\"-1\";s:24:\"portfolio_posts_per_page\";s:1:\"9\";s:16:\"portfolio_height\";s:0:\"\";s:17:\"portfolio_columns\";s:1:\"4\";s:22:\"show_portfolio_sidebar\";s:1:\"0\";s:26:\"portfolio_sidebar_position\";s:5:\"right\";s:17:\"portfolio_sidebar\";s:12:\"sidebar-main\";s:17:\"show_blog_sidebar\";s:1:\"1\";s:21:\"blog_sidebar_position\";s:5:\"right\";s:12:\"blog_sidebar\";s:12:\"sidebar-main\";s:17:\"use_addthis_share\";s:1:\"1\";s:4:\"skin\";s:10:\"theme3.php\";s:12:\"boxed_layout\";s:7:\"unboxed\";s:6:\"color1\";s:7:\"#131761\";s:6:\"color2\";s:7:\"#3e6bf0\";s:6:\"color3\";s:7:\"#e8e8e8\";s:6:\"color4\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#3e3e3e\";s:10:\"body_color\";s:7:\"#ffffff\";s:16:\"background_color\";s:7:\"#353535\";s:22:\"use_background_pattern\";s:1:\"1\";s:21:\"background_bg_pattern\";s:23:\"ish-solid-wood-dark.jpg\";s:19:\"background_bg_image\";s:0:\"\";s:25:\"background_bg_image_cover\";s:1:\"0\";s:22:\"use_expandable_pattern\";s:1:\"1\";s:21:\"expandable_bg_pattern\";s:0:\"\";s:19:\"expandable_bg_image\";s:0:\"\";s:18:\"use_header_pattern\";s:1:\"1\";s:17:\"header_bg_pattern\";s:0:\"\";s:15:\"header_bg_image\";s:0:\"\";s:16:\"use_lead_pattern\";s:1:\"1\";s:15:\"lead_bg_pattern\";s:0:\"\";s:13:\"lead_bg_image\";s:0:\"\";s:19:\"use_content_pattern\";s:1:\"1\";s:18:\"content_bg_pattern\";s:0:\"\";s:16:\"content_bg_image\";s:0:\"\";s:18:\"use_footer_pattern\";s:1:\"1\";s:17:\"footer_bg_pattern\";s:0:\"\";s:15:\"footer_bg_image\";s:0:\"\";s:25:\"body_font_use_google_font\";s:1:\"1\";s:16:\"body_font_google\";s:9:\"Istok Web\";s:24:\"body_font_google_variant\";s:7:\"regular\";s:17:\"body_font_regular\";s:9:\"helvetica\";s:25:\"body_font_regular_variant\";s:6:\"normal\";s:14:\"body_font_size\";s:2:\"20\";s:21:\"body_font_line_height\";s:2:\"30\";s:27:\"header_font_use_google_font\";s:1:\"1\";s:18:\"header_font_google\";s:6:\"Ubuntu\";s:26:\"header_font_google_variant\";s:3:\"700\";s:19:\"header_font_regular\";s:9:\"helvetica\";s:27:\"header_font_regular_variant\";s:6:\"normal\";s:16:\"header_font_size\";s:2:\"18\";s:23:\"h1_font_use_google_font\";s:1:\"1\";s:14:\"h1_font_google\";s:9:\"Istok Web\";s:22:\"h1_font_google_variant\";s:7:\"regular\";s:15:\"h1_font_regular\";s:9:\"helvetica\";s:23:\"h1_font_regular_variant\";s:6:\"normal\";s:12:\"h1_font_size\";s:2:\"45\";s:19:\"h1_font_line_height\";s:2:\"56\";s:23:\"h2_font_use_google_font\";s:1:\"1\";s:14:\"h2_font_google\";s:9:\"Istok Web\";s:22:\"h2_font_google_variant\";s:7:\"regular\";s:15:\"h2_font_regular\";s:9:\"helvetica\";s:23:\"h2_font_regular_variant\";s:6:\"normal\";s:12:\"h2_font_size\";s:2:\"28\";s:19:\"h2_font_line_height\";s:2:\"40\";s:23:\"h3_font_use_google_font\";s:1:\"1\";s:14:\"h3_font_google\";s:9:\"Istok Web\";s:22:\"h3_font_google_variant\";s:7:\"regular\";s:15:\"h3_font_regular\";s:9:\"helvetica\";s:23:\"h3_font_regular_variant\";s:6:\"normal\";s:12:\"h3_font_size\";s:2:\"18\";s:19:\"h3_font_line_height\";s:2:\"28\";s:23:\"h4_font_use_google_font\";s:1:\"1\";s:14:\"h4_font_google\";s:9:\"Istok Web\";s:22:\"h4_font_google_variant\";s:3:\"700\";s:15:\"h4_font_regular\";s:9:\"helvetica\";s:23:\"h4_font_regular_variant\";s:6:\"normal\";s:12:\"h4_font_size\";s:2:\"14\";s:19:\"h4_font_line_height\";s:2:\"24\";s:23:\"h5_font_use_google_font\";s:1:\"1\";s:14:\"h5_font_google\";s:9:\"Istok Web\";s:22:\"h5_font_google_variant\";s:7:\"regular\";s:15:\"h5_font_regular\";s:9:\"helvetica\";s:23:\"h5_font_regular_variant\";s:6:\"normal\";s:12:\"h5_font_size\";s:2:\"13\";s:19:\"h5_font_line_height\";s:2:\"18\";s:23:\"h6_font_use_google_font\";s:1:\"1\";s:14:\"h6_font_google\";s:9:\"Istok Web\";s:22:\"h6_font_google_variant\";s:7:\"regular\";s:15:\"h6_font_regular\";s:9:\"helvetica\";s:23:\"h6_font_regular_variant\";s:6:\"normal\";s:12:\"h6_font_size\";s:2:\"11\";s:19:\"h6_font_line_height\";s:2:\"18\";s:27:\"twitter_widget_consumer_key\";s:0:\"\";s:30:\"twitter_widget_consumer_secret\";s:0:\"\";s:27:\"twitter_widget_access_token\";s:0:\"\";s:34:\"twitter_widget_access_token_secret\";s:0:\"\";}','yes'),(188,'widget_ishyoboy-categories-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(189,'widget_ishyoboy-dribbble-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(190,'widget_ishyoboy-flickr-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(191,'widget_ishyoboy-recent-portfolio-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(192,'widget_ishyoboy-social-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(193,'widget_ishyoboy-twitter-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(198,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(237,'theme_mods_bridge','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:14:\"top-navigation\";i:136;s:16:\"popup-navigation\";i:136;}}','yes'),(239,'qode_options_proya','a:938:{s:11:\"first_color\";s:7:\"#91b2c3\";s:12:\"second_color\";s:0:\"\";s:11:\"third_color\";s:7:\"#f8f8f8\";s:12:\"fourth_color\";s:0:\"\";s:16:\"background_color\";s:7:\"#ffffff\";s:20:\"background_color_box\";s:0:\"\";s:22:\"background_color_boxes\";s:7:\"#ffffff\";s:15:\"highlight_color\";s:7:\"#91b2c3\";s:15:\"selection_color\";s:7:\"#91b2c3\";s:16:\"background_image\";s:0:\"\";s:24:\"pattern_background_image\";s:0:\"\";s:13:\"favicon_image\";s:102:\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Absolute-Plastics-Logo-Blue-3.png\";s:12:\"google_fonts\";s:2:\"-1\";s:16:\"page_transitions\";s:1:\"2\";s:5:\"boxed\";s:2:\"no\";s:17:\"loading_animation\";s:2:\"on\";s:13:\"loading_image\";s:0:\"\";s:13:\"smooth_scroll\";s:2:\"no\";s:14:\"responsiveness\";s:3:\"yes\";s:16:\"show_back_button\";s:3:\"yes\";s:27:\"elements_animation_on_touch\";s:2:\"no\";s:21:\"google_analytics_code\";s:0:\"\";s:22:\"internal_no_ajax_links\";s:0:\"\";s:10:\"custom_css\";s:1437:\"footer .column1 {\r\nposition: relative;\r\ntop: -18px;\r\n}\r\n.shopping_cart_outer{\r\ndisplay:none;\r\n}\r\n.woocommerce-page .shopping_cart_outer{\r\ndisplay:table;\r\n}\r\n.cover_boxes ul li .box .box_content { top: 0; }\r\n.cover_boxes ul li .box .qbutton { margin-top: 18px; }\r\n\r\n.ls-wp-container .qbutton {\r\n-webkit-transition: none;\r\n-ms-transition: none;\r\n-moz-transition: none;\r\n-o-transition: none;\r\ntransition: none;\r\n}\r\n.page-id-15173 .ls-nav-prev,\r\n.page-id-15058 .ls-nav-prev,\r\n.page-id-15173 .ls-nav-next,\r\n.page-id-15058 .ls-nav-next,\r\n.page-id-15234 .ls-nav-prev,\r\n.page-id-15234 .ls-nav-next\r\n{\r\nmargin-top: 19px;\r\n}\r\n@media only screen and (max-width: 1000px){\r\n.page-id-15173 .ls-nav-prev,\r\n.page-id-15058 .ls-nav-prev,\r\n.page-id-15173 .ls-nav-next,\r\n.page-id-15058 .ls-nav-next{\r\n margin-top: -27px;\r\n}\r\n.page-id-15173 .q_slider,\r\n.page-id-15058 .q_slider\r\n{\r\nmin-height:100px;\r\n}\r\n}\r\n.side_menu_button a:last-child {\r\npadding: 0 0 0 17px;\r\n}\r\n.page-id-15173 .q_slider,\r\n.page-id-15058 .q_slider\r\n{\r\nmin-height:560px;\r\n}\r\n.filter_outer {\r\nmargin: -8px 0 31px;\r\n}\r\n.filter_holder ul li span{\r\nfont-size:13px;\r\n}\r\n\r\n#player > div.controls-wrapper > div.title > header > div.portrait {\r\n display: none !important;\r\n}\r\n#player > div.controls-wrapper > div.title > header > div.headers {\r\n \r\ndisplay: none !important;\r\n}\r\n\r\ndiv.controls-wrapper {\r\n display: none !important;\r\n}\r\n\r\n.controls-wrapper{\r\nopacity: 0;\r\ndisplay: none;\r\n}\";s:9:\"custom_js\";s:0:\"\";s:13:\"meta_keywords\";s:0:\"\";s:16:\"meta_description\";s:0:\"\";s:16:\"disable_qode_seo\";s:2:\"no\";s:8:\"h1_color\";s:0:\"\";s:15:\"h1_google_fonts\";s:2:\"-1\";s:11:\"h1_fontsize\";s:0:\"\";s:13:\"h1_lineheight\";s:0:\"\";s:12:\"h1_fontstyle\";s:0:\"\";s:13:\"h1_fontweight\";s:0:\"\";s:16:\"h1_letterspacing\";s:0:\"\";s:16:\"h1_texttransform\";s:0:\"\";s:8:\"h2_color\";s:0:\"\";s:15:\"h2_google_fonts\";s:2:\"-1\";s:11:\"h2_fontsize\";s:2:\"24\";s:13:\"h2_lineheight\";s:0:\"\";s:12:\"h2_fontstyle\";s:0:\"\";s:13:\"h2_fontweight\";s:0:\"\";s:16:\"h2_letterspacing\";s:0:\"\";s:16:\"h2_texttransform\";s:0:\"\";s:8:\"h3_color\";s:0:\"\";s:15:\"h3_google_fonts\";s:2:\"-1\";s:11:\"h3_fontsize\";s:0:\"\";s:13:\"h3_lineheight\";s:0:\"\";s:12:\"h3_fontstyle\";s:0:\"\";s:13:\"h3_fontweight\";s:0:\"\";s:16:\"h3_letterspacing\";s:0:\"\";s:16:\"h3_texttransform\";s:0:\"\";s:8:\"h4_color\";s:0:\"\";s:15:\"h4_google_fonts\";s:2:\"-1\";s:11:\"h4_fontsize\";s:0:\"\";s:13:\"h4_lineheight\";s:0:\"\";s:12:\"h4_fontstyle\";s:0:\"\";s:13:\"h4_fontweight\";s:0:\"\";s:16:\"h4_letterspacing\";s:0:\"\";s:16:\"h4_texttransform\";s:0:\"\";s:8:\"h5_color\";s:0:\"\";s:15:\"h5_google_fonts\";s:2:\"-1\";s:11:\"h5_fontsize\";s:0:\"\";s:13:\"h5_lineheight\";s:0:\"\";s:12:\"h5_fontstyle\";s:0:\"\";s:13:\"h5_fontweight\";s:0:\"\";s:16:\"h5_letterspacing\";s:0:\"\";s:16:\"h5_texttransform\";s:0:\"\";s:8:\"h6_color\";s:0:\"\";s:15:\"h6_google_fonts\";s:2:\"-1\";s:11:\"h6_fontsize\";s:0:\"\";s:13:\"h6_lineheight\";s:0:\"\";s:12:\"h6_fontstyle\";s:0:\"\";s:13:\"h6_fontweight\";s:0:\"\";s:16:\"h6_letterspacing\";s:0:\"\";s:16:\"h6_texttransform\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:17:\"text_google_fonts\";s:2:\"-1\";s:13:\"text_fontsize\";s:0:\"\";s:15:\"text_lineheight\";s:0:\"\";s:14:\"text_fontstyle\";s:0:\"\";s:15:\"text_fontweight\";s:0:\"\";s:11:\"text_margin\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"link_hovercolor\";s:0:\"\";s:14:\"link_fontstyle\";s:0:\"\";s:15:\"link_fontweight\";s:0:\"\";s:19:\"link_fontdecoration\";s:0:\"\";s:16:\"page_title_color\";s:0:\"\";s:23:\"page_title_google_fonts\";s:2:\"-1\";s:19:\"page_title_fontsize\";s:0:\"\";s:21:\"page_title_lineheight\";s:0:\"\";s:20:\"page_title_fontstyle\";s:0:\"\";s:21:\"page_title_fontweight\";s:0:\"\";s:26:\"page_title_medium_fontsize\";s:0:\"\";s:28:\"page_title_medium_lineheight\";s:0:\"\";s:28:\"page_title_medium_fontweight\";s:0:\"\";s:25:\"page_title_large_fontsize\";s:0:\"\";s:27:\"page_title_large_lineheight\";s:0:\"\";s:27:\"page_title_large_fontweight\";s:0:\"\";s:22:\"page_subtitle_fontsize\";s:0:\"\";s:24:\"page_subtitle_lineheight\";s:0:\"\";s:24:\"page_subtitle_fontweight\";s:0:\"\";s:28:\"page_subtitle_large_fontsize\";s:0:\"\";s:30:\"page_subtitle_large_lineheight\";s:0:\"\";s:30:\"page_subtitle_large_fontweight\";s:0:\"\";s:30:\"quote_link_blockqoute_fontsize\";s:0:\"\";s:32:\"quote_link_blockqoute_lineheight\";s:0:\"\";s:14:\"header_in_grid\";s:2:\"no\";s:15:\"header_top_area\";s:2:\"no\";s:22:\"header_top_area_scroll\";s:2:\"no\";s:18:\"enable_breadcrumbs\";s:2:\"no\";s:13:\"enable_search\";s:2:\"no\";s:24:\"header_bottom_appearance\";s:5:\"stick\";s:12:\"header_style\";s:5:\"light\";s:13:\"menu_position\";s:0:\"\";s:27:\"header_top_background_color\";s:0:\"\";s:23:\"header_background_color\";s:7:\"#000000\";s:30:\"header_background_color_scroll\";s:0:\"\";s:30:\"header_background_color_sticky\";s:7:\"#000000\";s:26:\"header_bottom_border_color\";s:7:\"#949494\";s:32:\"header_botom_border_transparency\";s:3:\"0.2\";s:22:\"header_separator_color\";s:7:\"#eeeeee\";s:17:\"breadcrumbs_color\";s:0:\"\";s:38:\"header_background_transparency_initial\";s:2:\".7\";s:37:\"header_background_transparency_scroll\";s:0:\"\";s:37:\"header_background_transparency_sticky\";s:1:\"1\";s:10:\"logo_image\";s:102:\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Absolute-Plastics-Logo-Blue-3.png\";s:16:\"logo_image_light\";s:102:\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Absolute-Plastics-Logo-Blue-3.png\";s:15:\"logo_image_dark\";s:102:\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Absolute-Plastics-Logo-Blue-3.png\";s:17:\"logo_image_sticky\";s:102:\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Absolute-Plastics-Logo-Blue-3.png\";s:17:\"center_logo_image\";s:2:\"no\";s:13:\"header_height\";s:2:\"80\";s:20:\"header_height_scroll\";s:0:\"\";s:20:\"header_height_sticky\";s:2:\"80\";s:24:\"scroll_amount_for_sticky\";s:3:\"100\";s:25:\"dropdown_background_color\";s:7:\"#ffffff\";s:32:\"dropdown_background_transparency\";s:0:\"\";s:10:\"menu_color\";s:0:\"\";s:15:\"menu_hovercolor\";s:0:\"\";s:17:\"menu_google_fonts\";s:2:\"-1\";s:13:\"menu_fontsize\";s:0:\"\";s:15:\"menu_lineheight\";s:0:\"\";s:14:\"menu_fontstyle\";s:0:\"\";s:15:\"menu_fontweight\";s:0:\"\";s:18:\"menu_letterspacing\";s:0:\"\";s:14:\"dropdown_color\";s:7:\"#9d9d9d\";s:19:\"dropdown_hovercolor\";s:7:\"#303030\";s:21:\"dropdown_google_fonts\";s:2:\"-1\";s:17:\"dropdown_fontsize\";s:2:\"13\";s:19:\"dropdown_lineheight\";s:0:\"\";s:18:\"dropdown_fontstyle\";s:0:\"\";s:19:\"dropdown_fontweight\";s:3:\"500\";s:22:\"dropdown_texttransform\";s:10:\"capitalize\";s:22:\"dropdown_letterspacing\";s:4:\"0.00\";s:27:\"dropdown_padding_top_bottom\";s:2:\"11\";s:32:\"dropdown_separator_beetwen_items\";s:3:\"yes\";s:22:\"dropdown_border_around\";s:3:\"yes\";s:19:\"dropdown_wide_color\";s:0:\"\";s:24:\"dropdown_wide_hovercolor\";s:0:\"\";s:26:\"dropdown_wide_google_fonts\";s:2:\"-1\";s:22:\"dropdown_wide_fontsize\";s:0:\"\";s:24:\"dropdown_wide_lineheight\";s:0:\"\";s:23:\"dropdown_wide_fontstyle\";s:0:\"\";s:24:\"dropdown_wide_fontweight\";s:3:\"600\";s:27:\"dropdown_wide_texttransform\";s:0:\"\";s:27:\"dropdown_wide_letterspacing\";s:1:\"1\";s:23:\"dropdown_color_thirdlvl\";s:7:\"#9d9d9d\";s:28:\"dropdown_hovercolor_thirdlvl\";s:7:\"#303030\";s:30:\"dropdown_google_fonts_thirdlvl\";s:2:\"-1\";s:26:\"dropdown_fontsize_thirdlvl\";s:2:\"13\";s:28:\"dropdown_lineheight_thirdlvl\";s:0:\"\";s:27:\"dropdown_fontstyle_thirdlvl\";s:0:\"\";s:28:\"dropdown_fontweight_thirdlvl\";s:3:\"500\";s:31:\"dropdown_texttransform_thirdlvl\";s:10:\"capitalize\";s:31:\"dropdown_letterspacing_thirdlvl\";s:4:\"0.00\";s:11:\"fixed_color\";s:0:\"\";s:16:\"fixed_hovercolor\";s:0:\"\";s:18:\"fixed_google_fonts\";s:2:\"-1\";s:14:\"fixed_fontsize\";s:0:\"\";s:16:\"fixed_lineheight\";s:0:\"\";s:15:\"fixed_fontstyle\";s:0:\"\";s:16:\"fixed_fontweight\";s:0:\"\";s:12:\"sticky_color\";s:0:\"\";s:17:\"sticky_hovercolor\";s:0:\"\";s:19:\"sticky_google_fonts\";s:2:\"-1\";s:15:\"sticky_fontsize\";s:0:\"\";s:17:\"sticky_lineheight\";s:0:\"\";s:16:\"sticky_fontstyle\";s:0:\"\";s:17:\"sticky_fontweight\";s:0:\"\";s:12:\"mobile_color\";s:0:\"\";s:17:\"mobile_hovercolor\";s:0:\"\";s:19:\"mobile_google_fonts\";s:2:\"-1\";s:15:\"mobile_fontsize\";s:0:\"\";s:17:\"mobile_lineheight\";s:0:\"\";s:16:\"mobile_fontstyle\";s:0:\"\";s:17:\"mobile_fontweight\";s:0:\"\";s:22:\"mobile_separator_color\";s:0:\"\";s:23:\"mobile_background_color\";s:0:\"\";s:21:\"mobile_letter_spacing\";s:0:\"\";s:18:\"animate_title_area\";s:2:\"no\";s:17:\"title_text_shadow\";s:2:\"no\";s:22:\"title_background_color\";s:7:\"#F6F6F6\";s:22:\"responsive_title_image\";s:2:\"no\";s:17:\"fixed_title_image\";s:2:\"no\";s:11:\"title_image\";s:0:\"\";s:19:\"title_overlay_image\";s:0:\"\";s:12:\"title_height\";s:0:\"\";s:19:\"page_title_position\";s:4:\"left\";s:15:\"title_separator\";s:2:\"no\";s:22:\"predefined_title_sizes\";s:5:\"small\";s:24:\"border_bottom_title_area\";s:3:\"yes\";s:30:\"border_bottom_title_area_color\";s:0:\"\";s:18:\"margin_after_title\";s:2:\"50\";s:20:\"header_buttons_color\";s:0:\"\";s:26:\"header_buttons_hover_color\";s:7:\"#a4d3ea\";s:24:\"header_buttons_font_size\";s:2:\"30\";s:17:\"uncovering_footer\";s:3:\"yes\";s:14:\"footer_in_grid\";s:3:\"yes\";s:15:\"show_footer_top\";s:3:\"yes\";s:18:\"footer_top_columns\";s:1:\"4\";s:11:\"footer_text\";s:3:\"yes\";s:22:\"footer_top_title_color\";s:0:\"\";s:21:\"footer_top_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:27:\"footer_top_background_color\";s:0:\"\";s:24:\"footer_bottom_text_color\";s:0:\"\";s:30:\"footer_bottom_background_color\";s:0:\"\";s:15:\"separator_color\";s:0:\"\";s:19:\"separator_thickness\";s:0:\"\";s:19:\"separator_topmargin\";s:0:\"\";s:22:\"separator_bottommargin\";s:0:\"\";s:21:\"separator_small_color\";s:7:\"#818181\";s:25:\"separator_small_thickness\";s:0:\"\";s:21:\"separator_small_width\";s:3:\"201\";s:25:\"separator_small_topmargin\";s:0:\"\";s:28:\"separator_small_bottommargin\";s:0:\"\";s:18:\"button_title_color\";s:7:\"#ffffff\";s:23:\"button_title_hovercolor\";s:0:\"\";s:25:\"button_title_google_fonts\";s:2:\"-1\";s:21:\"button_title_fontsize\";s:0:\"\";s:23:\"button_title_lineheight\";s:0:\"\";s:22:\"button_title_fontstyle\";s:0:\"\";s:23:\"button_title_fontweight\";s:0:\"\";s:22:\"button_backgroundcolor\";s:7:\"#91B2C3\";s:28:\"button_backgroundcolor_hover\";s:7:\"#303030\";s:19:\"button_border_color\";s:7:\"#91b2c3\";s:25:\"button_border_hover_color\";s:7:\"#303030\";s:20:\"button_border_radius\";s:3:\"100\";s:25:\"button_white_border_color\";s:7:\"#91B2C3\";s:29:\"button_white_background_color\";s:7:\"#91B2C3\";s:23:\"button_white_text_color\";s:7:\"#ffffff\";s:31:\"button_white_border_color_hover\";s:7:\"#303030\";s:35:\"button_white_background_color_hover\";s:7:\"#303030\";s:29:\"button_white_text_color_hover\";s:7:\"#ffffff\";s:23:\"small_button_lineheight\";s:0:\"\";s:21:\"small_button_fontsize\";s:2:\"11\";s:23:\"small_button_fontweight\";s:0:\"\";s:20:\"small_button_padding\";s:0:\"\";s:26:\"small_button_border_radius\";s:0:\"\";s:23:\"large_button_lineheight\";s:0:\"\";s:21:\"large_button_fontsize\";s:0:\"\";s:23:\"large_button_fontweight\";s:0:\"\";s:20:\"large_button_padding\";s:0:\"\";s:26:\"large_button_border_radius\";s:0:\"\";s:27:\"big_large_button_lineheight\";s:2:\"71\";s:25:\"big_large_button_fontsize\";s:0:\"\";s:27:\"big_large_button_fontweight\";s:0:\"\";s:24:\"big_large_button_padding\";s:0:\"\";s:30:\"big_large_button_border_radius\";s:0:\"\";s:19:\"message_title_color\";s:0:\"\";s:26:\"message_title_google_fonts\";s:2:\"-1\";s:22:\"message_title_fontsize\";s:0:\"\";s:24:\"message_title_lineheight\";s:0:\"\";s:23:\"message_title_fontstyle\";s:0:\"\";s:24:\"message_title_fontweight\";s:0:\"\";s:23:\"message_backgroundcolor\";s:0:\"\";s:18:\"message_icon_color\";s:0:\"\";s:21:\"message_icon_fontsize\";s:0:\"\";s:21:\"blockquote_font_color\";s:0:\"\";s:27:\"blockquote_background_color\";s:0:\"\";s:23:\"blockquote_border_color\";s:0:\"\";s:27:\"blockquote_quote_icon_color\";s:0:\"\";s:17:\"social_icon_color\";s:0:\"\";s:28:\"social_icon_background_color\";s:0:\"\";s:24:\"social_icon_border_color\";s:0:\"\";s:23:\"testimonaials_font_size\";s:0:\"\";s:38:\"testimonaials_navigation_border_radius\";s:2:\"50\";s:13:\"counter_color\";s:0:\"\";s:18:\"counter_text_color\";s:0:\"\";s:23:\"counter_separator_color\";s:0:\"\";s:19:\"counters_fontweight\";s:3:\"600\";s:24:\"counters_text_fontweight\";s:3:\"400\";s:27:\"counters_text_texttransform\";s:0:\"\";s:27:\"counters_text_letterspacing\";s:0:\"\";s:32:\"progress_bar_horizontal_fontsize\";s:0:\"\";s:34:\"progress_bar_horizontal_fontweight\";s:0:\"\";s:19:\"pie_charts_fontsize\";s:0:\"\";s:21:\"pie_charts_fontweight\";s:0:\"\";s:14:\"tabs_text_size\";s:0:\"\";s:15:\"tabs_fontweight\";s:0:\"\";s:17:\"tabs_border_color\";s:7:\"#eeeeee\";s:18:\"tabs_border_radius\";s:4:\"0.00\";s:17:\"tabs_border_width\";s:1:\"1\";s:22:\"input_background_color\";s:7:\"#f8f8f8\";s:18:\"input_border_color\";s:7:\"#eeeeee\";s:16:\"input_text_color\";s:0:\"\";s:23:\"smooth_background_color\";s:0:\"\";s:16:\"smooth_bar_color\";s:0:\"\";s:13:\"vertical_area\";s:2:\"no\";s:26:\"vertical_area_transparency\";s:2:\"no\";s:24:\"vertical_area_background\";s:0:\"\";s:30:\"vertical_area_background_image\";s:0:\"\";s:24:\"vertical_area_text_color\";s:0:\"\";s:19:\"vertical_menu_color\";s:0:\"\";s:24:\"vertical_menu_hovercolor\";s:0:\"\";s:26:\"vertical_menu_google_fonts\";s:2:\"-1\";s:22:\"vertical_menu_fontsize\";s:0:\"\";s:24:\"vertical_menu_lineheight\";s:0:\"\";s:23:\"vertical_menu_fontstyle\";s:0:\"\";s:24:\"vertical_menu_fontweight\";s:0:\"\";s:23:\"vertical_dropdown_color\";s:0:\"\";s:28:\"vertical_dropdown_hovercolor\";s:0:\"\";s:30:\"vertical_dropdown_google_fonts\";s:2:\"-1\";s:26:\"vertical_dropdown_fontsize\";s:0:\"\";s:28:\"vertical_dropdown_lineheight\";s:0:\"\";s:27:\"vertical_dropdown_fontstyle\";s:0:\"\";s:28:\"vertical_dropdown_fontweight\";s:0:\"\";s:32:\"vertical_dropdown_color_thirdlvl\";s:0:\"\";s:37:\"vertical_dropdown_hovercolor_thirdlvl\";s:0:\"\";s:39:\"vertical_dropdown_google_fonts_thirdlvl\";s:2:\"-1\";s:35:\"vertical_dropdown_fontsize_thirdlvl\";s:0:\"\";s:37:\"vertical_dropdown_lineheight_thirdlvl\";s:0:\"\";s:36:\"vertical_dropdown_fontstyle_thirdlvl\";s:0:\"\";s:37:\"vertical_dropdown_fontweight_thirdlvl\";s:0:\"\";s:16:\"enable_side_area\";s:2:\"no\";s:15:\"side_area_title\";s:0:\"\";s:26:\"side_area_background_color\";s:0:\"\";s:20:\"side_area_text_color\";s:0:\"\";s:21:\"side_area_title_color\";s:0:\"\";s:17:\"enable_popup_menu\";s:2:\"no\";s:16:\"logo_image_popup\";s:83:\"http://demo.qodeinteractive.com/bridge3/wp-content/themes/bridge/img/logo_white.png\";s:16:\"popup_menu_color\";s:0:\"\";s:22:\"popup_menu_hover_color\";s:0:\"\";s:33:\"popup_menu_hover_background_color\";s:0:\"\";s:23:\"popup_menu_google_fonts\";s:2:\"-1\";s:19:\"popup_menu_fontsize\";s:0:\"\";s:21:\"popup_menu_lineheight\";s:0:\"\";s:20:\"popup_menu_fontstyle\";s:0:\"\";s:21:\"popup_menu_fontweight\";s:0:\"\";s:24:\"popup_menu_letterspacing\";s:0:\"\";s:27:\"popup_menu_background_color\";s:0:\"\";s:26:\"enable_content_bottom_area\";s:3:\"yes\";s:37:\"content_bottom_sidebar_custom_display\";s:14:\"Content Bottom\";s:22:\"content_bottom_in_grid\";s:2:\"no\";s:31:\"content_bottom_background_color\";s:0:\"\";s:14:\"parallax_onoff\";s:3:\"off\";s:18:\"parallax_minheight\";s:3:\"400\";s:15:\"portfolio_style\";s:1:\"4\";s:19:\"portfolio_qode_like\";s:3:\"off\";s:23:\"lightbox_single_project\";s:3:\"yes\";s:24:\"portfolio_columns_number\";s:1:\"4\";s:21:\"portfolio_single_slug\";s:0:\"\";s:25:\"blog_quote_link_box_color\";s:0:\"\";s:10:\"pagination\";s:1:\"1\";s:10:\"blog_style\";s:1:\"1\";s:21:\"category_blog_sidebar\";s:7:\"default\";s:18:\"blog_hide_comments\";s:2:\"no\";s:16:\"blog_hide_author\";s:2:\"no\";s:9:\"qode_like\";s:2:\"on\";s:15:\"blog_page_range\";s:0:\"\";s:15:\"number_of_chars\";i:45;s:23:\"number_of_chars_masonry\";s:2:\"23\";s:27:\"number_of_chars_large_image\";s:0:\"\";s:27:\"number_of_chars_small_image\";s:2:\"30\";s:18:\"pagination_masonry\";s:9:\"load_more\";s:19:\"blog_masonry_filter\";s:2:\"no\";s:28:\"blog_large_image_text_in_box\";s:2:\"no\";s:23:\"blog_large_image_border\";s:0:\"\";s:29:\"blog_large_image_border_color\";s:0:\"\";s:29:\"blog_large_image_border_width\";s:0:\"\";s:33:\"blog_large_image_background_color\";s:0:\"\";s:25:\"blog_masonry_border_color\";s:7:\"#eeeeee\";s:29:\"blog_masonry_background_color\";s:7:\"#f8f8f8\";s:26:\"blog_masonry_border_radius\";s:1:\"1\";s:19:\"blog_single_sidebar\";s:7:\"default\";s:34:\"blog_single_sidebar_custom_display\";s:0:\"\";s:16:\"blog_author_info\";s:2:\"no\";s:12:\"receive_mail\";s:26:\"sales@absoluteplastics.net\";s:19:\"enable_contact_form\";s:3:\"yes\";s:25:\"hide_contact_form_website\";s:2:\"no\";s:10:\"email_from\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"use_recaptcha\";s:2:\"no\";s:20:\"recaptcha_public_key\";s:0:\"\";s:21:\"recaptcha_private_key\";s:0:\"\";s:21:\"contact_heading_above\";s:0:\"\";s:24:\"section_between_map_form\";s:3:\"yes\";s:32:\"contact_section_above_form_title\";s:2:\" \";s:35:\"contact_section_above_form_subtitle\";s:93:\"For questions, quote requests, or custom pan design requests, please complete the form below:\";s:17:\"enable_google_map\";s:3:\"yes\";s:21:\"google_maps_pin_image\";s:76:\"http://demo.qodeinteractive.com/bridge3/wp-content/themes/bridge/img/pin.png\";s:19:\"google_maps_address\";s:34:\"2107B Miller Road Wilson, NC 27893\";s:20:\"google_maps_address2\";s:0:\"\";s:20:\"google_maps_address3\";s:0:\"\";s:20:\"google_maps_address4\";s:0:\"\";s:20:\"google_maps_address5\";s:0:\"\";s:16:\"google_maps_zoom\";s:1:\"7\";s:18:\"google_maps_height\";s:0:\"\";s:17:\"google_maps_style\";s:2:\"no\";s:17:\"google_maps_color\";s:0:\"\";s:24:\"google_maps_scroll_wheel\";s:2:\"no\";s:9:\"404_title\";s:0:\"\";s:12:\"404_subtitle\";s:0:\"\";s:8:\"404_text\";s:0:\"\";s:13:\"404_backlabel\";s:0:\"\";s:19:\"enable_social_share\";s:3:\"yes\";s:21:\"enable_facebook_share\";s:3:\"yes\";s:13:\"facebook_icon\";s:0:\"\";s:20:\"enable_twitter_share\";s:3:\"yes\";s:12:\"twitter_icon\";s:0:\"\";s:11:\"twitter_via\";s:0:\"\";s:18:\"enable_google_plus\";s:3:\"yes\";s:16:\"google_plus_icon\";s:0:\"\";s:15:\"enable_linkedin\";s:2:\"no\";s:13:\"linkedin_icon\";s:0:\"\";s:13:\"enable_tumblr\";s:2:\"no\";s:11:\"tumblr_icon\";s:0:\"\";s:16:\"enable_pinterest\";s:2:\"no\";s:14:\"pinterest_icon\";s:0:\"\";s:9:\"enable_vk\";s:2:\"no\";s:7:\"vk_icon\";s:0:\"\";s:21:\"post_types_names_post\";s:4:\"post\";s:31:\"post_types_names_portfolio_page\";s:14:\"portfolio_page\";s:24:\"post_types_names_product\";s:7:\"product\";s:23:\"logo_image_fixed_hidden\";s:102:\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Absolute-Plastics-Logo-Blue-3.png\";s:17:\"logo_image_mobile\";s:102:\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Absolute-Plastics-Logo-Blue-3.png\";s:20:\"vertical_logo_bottom\";s:102:\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Absolute-Plastics-Logo-Blue-3.png\";s:25:\"logo_mobile_header_height\";s:2:\"70\";s:18:\"logo_mobile_height\";s:2:\"70\";s:26:\"search_left_sidearea_right\";s:2:\"no\";s:19:\"hide_initial_sticky\";s:2:\"no\";s:30:\"scroll_amount_for_fixed_hiding\";s:0:\"\";s:34:\"search_left_sidearea_right_regular\";s:2:\"no\";s:25:\"center_logo_image_animate\";s:2:\"no\";s:30:\"disable_text_shadow_for_sticky\";s:2:\"no\";s:27:\"header_height_scroll_hidden\";s:0:\"\";s:32:\"header_fixed_top_logo_background\";s:0:\"\";s:29:\"enable_header_style_on_scroll\";s:2:\"no\";s:27:\"header_botom_border_in_grid\";s:2:\"no\";s:21:\"menu_background_color\";s:0:\"\";s:27:\"enable_wide_manu_background\";s:2:\"no\";s:11:\"search_type\";s:29:\"search_slides_from_window_top\";s:13:\"search_height\";s:0:\"\";s:16:\"search_animation\";s:4:\"fade\";s:28:\"fullscreen_search_icon_color\";s:0:\"\";s:30:\"search_cover_only_bottom_yesno\";s:2:\"no\";s:16:\"search_icon_pack\";s:12:\"font_awesome\";s:23:\"search_background_color\";s:0:\"\";s:17:\"search_text_color\";s:0:\"\";s:26:\"search_text_disabled_color\";s:0:\"\";s:20:\"search_text_fontsize\";s:0:\"\";s:25:\"search_text_texttransform\";s:0:\"\";s:24:\"search_text_google_fonts\";s:2:\"-1\";s:21:\"search_text_fontstyle\";s:0:\"\";s:22:\"search_text_fontweight\";s:0:\"\";s:25:\"search_text_letterspacing\";s:0:\"\";s:23:\"search_label_text_color\";s:0:\"\";s:26:\"search_label_text_fontsize\";s:0:\"\";s:31:\"search_label_text_texttransform\";s:0:\"\";s:30:\"search_label_text_google_fonts\";s:2:\"-1\";s:27:\"search_label_text_fontstyle\";s:0:\"\";s:28:\"search_label_text_fontweight\";s:0:\"\";s:31:\"search_label_text_letterspacing\";s:0:\"\";s:23:\"header_search_icon_size\";s:0:\"\";s:17:\"search_icon_color\";s:0:\"\";s:23:\"search_icon_hover_color\";s:0:\"\";s:26:\"search_icon_disabled_color\";s:0:\"\";s:16:\"search_icon_size\";s:0:\"\";s:18:\"search_close_color\";s:0:\"\";s:24:\"search_close_hover_color\";s:0:\"\";s:17:\"search_close_size\";s:0:\"\";s:19:\"search_border_color\";s:0:\"\";s:25:\"search_border_focus_color\";s:0:\"\";s:14:\"side_area_type\";s:32:\"side_area_uncovered_from_content\";s:26:\"side_area_button_icon_pack\";s:12:\"font_awesome\";s:19:\"side_area_icon_icon\";s:7:\"fa-bars\";s:22:\"side_area_icon_fe_icon\";s:0:\"\";s:15:\"side_area_width\";s:0:\"\";s:31:\"side_area_content_overlay_color\";s:0:\"\";s:33:\"side_area_content_overlay_opacity\";s:0:\"\";s:34:\"side_area_slide_with_content_width\";s:9:\"width_470\";s:21:\"side_area_padding_top\";s:0:\"\";s:23:\"side_area_padding_right\";s:0:\"\";s:24:\"side_area_padding_bottom\";s:0:\"\";s:22:\"side_area_padding_left\";s:0:\"\";s:19:\"side_area_alignment\";s:0:\"\";s:26:\"side_area_text_hover_color\";s:0:\"\";s:25:\"side_area_text_lineheight\";s:0:\"\";s:28:\"side_area_text_texttransform\";s:0:\"\";s:24:\"side_area_text_font_size\";s:0:\"\";s:29:\"side_area_text_letter_spacing\";s:0:\"\";s:26:\"side_area_text_font_weight\";s:0:\"\";s:25:\"side_area_title_font_size\";s:0:\"\";s:30:\"side_area_title_letter_spacing\";s:0:\"\";s:27:\"side_area_title_font_weight\";s:0:\"\";s:26:\"side_area_close_icon_style\";s:0:\"\";s:20:\"popup_menu_color_2nd\";s:0:\"\";s:26:\"popup_menu_hover_color_2nd\";s:0:\"\";s:37:\"popup_menu_hover_background_color_2nd\";s:0:\"\";s:27:\"popup_menu_google_fonts_2nd\";s:2:\"-1\";s:23:\"popup_menu_fontsize_2nd\";s:0:\"\";s:25:\"popup_menu_lineheight_2nd\";s:0:\"\";s:24:\"popup_menu_fontstyle_2nd\";s:0:\"\";s:25:\"popup_menu_fontweight_2nd\";s:0:\"\";s:28:\"popup_menu_letterspacing_2nd\";s:0:\"\";s:34:\"popup_menu_background_transparency\";s:0:\"\";s:17:\"header_top_height\";s:0:\"\";s:23:\"top_header_border_color\";s:0:\"\";s:24:\"top_header_border_weight\";s:0:\"\";s:18:\"vertical_area_type\";s:0:\"\";s:33:\"vertical_area_hidden_button_color\";s:0:\"\";s:38:\"vertical_area_hidden_button_margin_top\";s:0:\"\";s:19:\"vertical_area_width\";s:9:\"width_260\";s:34:\"vertical_area_submenu_opening_type\";s:0:\"\";s:39:\"vertical_area_float_dropdown_bckg_color\";s:0:\"\";s:38:\"vertical_area_float_dropdown_alignment\";s:0:\"\";s:19:\"left_menu_alignment\";s:4:\"left\";s:27:\"vertical_menu_letterspacing\";s:0:\"\";s:27:\"vertical_menu_texttransform\";s:0:\"\";s:31:\"vertical_dropdown_letterspacing\";s:0:\"\";s:31:\"vertical_dropdown_texttransform\";s:0:\"\";s:40:\"vertical_dropdown_letterspacing_thirdlvl\";s:0:\"\";s:40:\"vertical_dropdown_texttransform_thirdlvl\";s:0:\"\";s:28:\"mobile_menu_button_icon_pack\";s:12:\"font_awesome\";s:21:\"mobile_menu_icon_icon\";s:7:\"fa-bars\";s:24:\"mobile_menu_icon_fe_icon\";s:0:\"\";s:19:\"header_buttons_size\";s:6:\"medium\";s:19:\"overlapping_content\";s:2:\"no\";s:26:\"overlapping_content_amount\";s:0:\"\";s:27:\"overlapping_content_padding\";s:0:\"\";s:8:\"paspartu\";s:2:\"no\";s:14:\"paspartu_color\";s:0:\"\";s:14:\"paspartu_width\";s:0:\"\";s:25:\"paspartu_header_alignment\";s:2:\"no\";s:22:\"paspartu_header_inside\";s:2:\"no\";s:29:\"vertical_menu_inside_paspartu\";s:3:\"yes\";s:15:\"paspartu_on_top\";s:3:\"yes\";s:21:\"paspartu_on_top_fixed\";s:2:\"no\";s:25:\"paspartu_on_bottom_slider\";s:2:\"no\";s:18:\"paspartu_on_bottom\";s:3:\"yes\";s:24:\"paspartu_on_bottom_fixed\";s:2:\"no\";s:25:\"enable_content_top_margin\";s:2:\"no\";s:25:\"loading_animation_spinner\";s:5:\"pulse\";s:13:\"spinner_color\";s:0:\"\";s:37:\"loading_animation_left_menu_alignment\";s:2:\"no\";s:14:\"custom_svg_css\";s:0:\"\";s:29:\"lightbox_video_single_project\";s:2:\"no\";s:24:\"portfolio_single_sidebar\";s:7:\"default\";s:39:\"portfolio_single_sidebar_custom_display\";s:0:\"\";s:21:\"portfolio_text_follow\";s:23:\"portfolio_single_follow\";s:25:\"enable_portfolio_comments\";s:2:\"no\";s:28:\"portfolio_list_overlay_color\";s:7:\"#1e73be\";s:30:\"portfolio_list_overlay_opacity\";s:2:\".2\";s:35:\"portfolio_list_standard_title_color\";s:0:\"\";s:41:\"portfolio_list_standard_title_hover_color\";s:0:\"\";s:38:\"portfolio_list_standard_title_fontsize\";s:0:\"\";s:40:\"portfolio_list_standard_title_lineheight\";s:0:\"\";s:43:\"portfolio_list_standard_title_texttransform\";s:0:\"\";s:42:\"portfolio_list_standard_title_google_fonts\";s:2:\"-1\";s:39:\"portfolio_list_standard_title_fontstyle\";s:0:\"\";s:40:\"portfolio_list_standard_title_fontweight\";s:0:\"\";s:43:\"portfolio_list_standard_title_letterspacing\";s:0:\"\";s:38:\"portfolio_list_standard_category_color\";s:0:\"\";s:41:\"portfolio_list_standard_category_fontsize\";s:0:\"\";s:43:\"portfolio_list_standard_category_lineheight\";s:0:\"\";s:46:\"portfolio_list_standard_category_texttransform\";s:0:\"\";s:45:\"portfolio_list_standard_category_google_fonts\";s:2:\"-1\";s:42:\"portfolio_list_standard_category_fontstyle\";s:0:\"\";s:43:\"portfolio_list_standard_category_fontweight\";s:0:\"\";s:46:\"portfolio_list_standard_category_letterspacing\";s:0:\"\";s:34:\"portfolio_list_gallery_title_color\";s:0:\"\";s:40:\"portfolio_list_gallery_title_hover_color\";s:0:\"\";s:37:\"portfolio_list_gallery_title_fontsize\";s:0:\"\";s:39:\"portfolio_list_gallery_title_lineheight\";s:0:\"\";s:42:\"portfolio_list_gallery_title_texttransform\";s:0:\"\";s:41:\"portfolio_list_gallery_title_google_fonts\";s:2:\"-1\";s:38:\"portfolio_list_gallery_title_fontstyle\";s:0:\"\";s:39:\"portfolio_list_gallery_title_fontweight\";s:0:\"\";s:42:\"portfolio_list_gallery_title_letterspacing\";s:0:\"\";s:37:\"portfolio_list_gallery_category_color\";s:0:\"\";s:40:\"portfolio_list_gallery_category_fontsize\";s:0:\"\";s:42:\"portfolio_list_gallery_category_lineheight\";s:0:\"\";s:45:\"portfolio_list_gallery_category_texttransform\";s:0:\"\";s:44:\"portfolio_list_gallery_category_google_fonts\";s:5:\"Arial\";s:41:\"portfolio_list_gallery_category_fontstyle\";s:0:\"\";s:42:\"portfolio_list_gallery_category_fontweight\";s:0:\"\";s:45:\"portfolio_list_gallery_category_letterspacing\";s:0:\"\";s:38:\"portfolio_list_filter_background_color\";s:0:\"\";s:28:\"portfolio_list_filter_height\";s:0:\"\";s:30:\"portfolio_filter_margin_bottom\";s:0:\"\";s:26:\"thin_icon_only_font_family\";s:2:\"-1\";s:22:\"google_maps_saturation\";s:1:\"0\";s:21:\"google_maps_lightness\";s:1:\"0\";s:33:\"section_between_map_form_position\";s:6:\"center\";s:28:\"separator_color_transparency\";s:0:\"\";s:34:\"separator_small_color_transparency\";s:0:\"\";s:25:\"separator_with_icon_color\";s:0:\"\";s:32:\"separator_with_icon_transparency\";s:0:\"\";s:29:\"separator_with_icon_thickness\";s:0:\"\";s:25:\"separator_with_icon_width\";s:0:\"\";s:29:\"separator_with_icon_topmargin\";s:0:\"\";s:32:\"separator_with_icon_bottommargin\";s:0:\"\";s:27:\"button_title_letter_spacing\";s:0:\"\";s:27:\"button_title_text_transform\";s:0:\"\";s:19:\"button_border_width\";s:0:\"\";s:24:\"button_padding_leftright\";s:0:\"\";s:35:\"quote_link_blockqoute_letterspacing\";s:0:\"\";s:35:\"quote_link_blockqoute_texttransform\";s:0:\"\";s:32:\"quote_link_blockqoute_fontfamily\";s:2:\"-1\";s:31:\"quote_link_blockqoute_fontstyle\";s:0:\"\";s:32:\"quote_link_blockqoute_fontweight\";s:0:\"\";s:23:\"testimonials_text_color\";s:0:\"\";s:29:\"testimonials_text_line_height\";s:0:\"\";s:32:\"testimonials_text_text_transform\";s:0:\"\";s:29:\"testimonials_text_font_family\";s:2:\"-1\";s:28:\"testimonials_text_font_style\";s:0:\"\";s:29:\"testimonials_text_font_weight\";s:0:\"\";s:32:\"testimonials_text_letter_spacing\";s:0:\"\";s:25:\"testimonials_author_color\";s:0:\"\";s:29:\"testimonials_author_font_size\";s:0:\"\";s:31:\"testimonials_author_line_height\";s:0:\"\";s:34:\"testimonials_author_text_transform\";s:0:\"\";s:31:\"testimonials_author_font_family\";s:2:\"-1\";s:30:\"testimonials_author_font_style\";s:0:\"\";s:31:\"testimonials_author_font_weight\";s:0:\"\";s:34:\"testimonials_author_letter_spacing\";s:0:\"\";s:18:\"counters_font_size\";s:0:\"\";s:20:\"counters_font_family\";s:2:\"-1\";s:23:\"counters_text_font_size\";s:0:\"\";s:25:\"counters_text_font_family\";s:2:\"-1\";s:10:\"tags_color\";s:0:\"\";s:14:\"tags_font_size\";s:0:\"\";s:16:\"tags_line_height\";s:0:\"\";s:19:\"tags_text_transform\";s:0:\"\";s:16:\"tags_font_family\";s:2:\"-1\";s:15:\"tags_font_style\";s:0:\"\";s:16:\"tags_font_weight\";s:0:\"\";s:19:\"tags_letter_spacing\";s:0:\"\";s:16:\"tags_hover_color\";s:0:\"\";s:21:\"tags_background_color\";s:0:\"\";s:27:\"tags_background_hover_color\";s:0:\"\";s:18:\"tags_border_radius\";s:0:\"\";s:17:\"tags_border_color\";s:0:\"\";s:23:\"tags_border_hover_color\";s:0:\"\";s:17:\"tags_border_width\";s:0:\"\";s:17:\"tags_border_style\";s:0:\"\";s:23:\"tags_left_right_padding\";s:0:\"\";s:37:\"process_circle_hover_background_color\";s:0:\"\";s:34:\"process_text_in_circle_font_weight\";s:0:\"\";s:24:\"process_text_hover_color\";s:0:\"\";s:29:\"toggle_title_background_color\";s:0:\"\";s:35:\"toggle_title_hover_background_color\";s:0:\"\";s:34:\"toggle_title_text_background_color\";s:0:\"\";s:40:\"toggle_title_hover_text_background_color\";s:0:\"\";s:22:\"back_to_top_icon_color\";s:0:\"\";s:28:\"back_to_top_icon_hover_color\";s:0:\"\";s:28:\"back_to_top_background_color\";s:0:\"\";s:34:\"back_to_top_background_hover_color\";s:0:\"\";s:35:\"back_to_top_background_transparency\";s:0:\"\";s:41:\"back_to_top_background_hover_transparency\";s:0:\"\";s:24:\"back_to_top_border_color\";s:0:\"\";s:30:\"back_to_top_border_hover_color\";s:0:\"\";s:24:\"back_to_top_border_width\";s:0:\"\";s:25:\"back_to_top_border_radius\";s:0:\"\";s:31:\"back_to_top_border_transparency\";s:0:\"\";s:37:\"back_to_top_border_hover_transparency\";s:0:\"\";s:18:\"back_to_top_height\";s:0:\"\";s:17:\"back_to_top_width\";s:0:\"\";s:21:\"back_to_top_right_pos\";s:0:\"\";s:22:\"back_to_top_bottom_pos\";s:0:\"\";s:23:\"navigation_button_width\";s:0:\"\";s:24:\"navigation_button_height\";s:0:\"\";s:26:\"navigation_button_position\";s:0:\"\";s:22:\"navigation_arrow_color\";s:0:\"\";s:29:\"navigation_arrow_transparency\";s:0:\"\";s:28:\"navigation_arrow_hover_color\";s:0:\"\";s:35:\"navigation_arrow_hover_transparency\";s:0:\"\";s:21:\"navigation_arrow_size\";s:0:\"\";s:27:\"navigation_background_color\";s:0:\"\";s:34:\"navigation_background_transparency\";s:0:\"\";s:33:\"navigation_background_hover_color\";s:0:\"\";s:40:\"navigation_background_hover_transparency\";s:0:\"\";s:23:\"navigation_border_color\";s:0:\"\";s:30:\"navigation_border_transparency\";s:0:\"\";s:29:\"navigation_border_hover_color\";s:0:\"\";s:36:\"navigation_border_hover_transparency\";s:0:\"\";s:23:\"navigation_border_width\";s:0:\"\";s:24:\"navigation_border_radius\";s:0:\"\";s:32:\"carousel_navigation_button_width\";s:0:\"\";s:33:\"carousel_navigation_button_height\";s:0:\"\";s:35:\"carousel_navigation_button_position\";s:0:\"\";s:31:\"carousel_navigation_arrow_color\";s:0:\"\";s:38:\"carousel_navigation_arrow_transparency\";s:0:\"\";s:37:\"carousel_navigation_arrow_hover_color\";s:0:\"\";s:44:\"carousel_navigation_arrow_hover_transparency\";s:0:\"\";s:30:\"carousel_navigation_arrow_size\";s:0:\"\";s:36:\"carousel_navigation_background_color\";s:0:\"\";s:43:\"carousel_navigation_background_transparency\";s:0:\"\";s:42:\"carousel_navigation_background_hover_color\";s:0:\"\";s:49:\"carousel_navigation_background_hover_transparency\";s:0:\"\";s:32:\"carousel_navigation_border_color\";s:0:\"\";s:39:\"carousel_navigation_border_transparency\";s:0:\"\";s:38:\"carousel_navigation_border_hover_color\";s:0:\"\";s:45:\"carousel_navigation_border_hover_transparency\";s:0:\"\";s:32:\"carousel_navigation_border_width\";s:0:\"\";s:33:\"carousel_navigation_border_radius\";s:0:\"\";s:37:\"single_slider_navigation_button_width\";s:0:\"\";s:38:\"single_slider_navigation_button_height\";s:0:\"\";s:40:\"single_slider_navigation_button_position\";s:0:\"\";s:36:\"single_slider_navigation_arrow_color\";s:0:\"\";s:43:\"single_slider_navigation_arrow_transparency\";s:0:\"\";s:42:\"single_slider_navigation_arrow_hover_color\";s:0:\"\";s:49:\"single_slider_navigation_arrow_hover_transparency\";s:0:\"\";s:35:\"single_slider_navigation_arrow_size\";s:0:\"\";s:41:\"single_slider_navigation_background_color\";s:0:\"\";s:48:\"single_slider_navigation_background_transparency\";s:0:\"\";s:47:\"single_slider_navigation_background_hover_color\";s:0:\"\";s:54:\"single_slider_navigation_background_hover_transparency\";s:0:\"\";s:37:\"single_slider_navigation_border_color\";s:0:\"\";s:44:\"single_slider_navigation_border_transparency\";s:0:\"\";s:43:\"single_slider_navigation_border_hover_color\";s:0:\"\";s:50:\"single_slider_navigation_border_hover_transparency\";s:0:\"\";s:37:\"single_slider_navigation_border_width\";s:0:\"\";s:38:\"single_slider_navigation_border_radius\";s:0:\"\";s:33:\"slider_circle_navigation_position\";s:0:\"\";s:23:\"button_navigation_color\";s:0:\"\";s:30:\"button_navigation_active_color\";s:0:\"\";s:22:\"button_navigation_size\";s:0:\"\";s:31:\"button_navigation_border_radius\";s:0:\"\";s:30:\"button_navigation_border_color\";s:0:\"\";s:37:\"button_navigation_active_border_color\";s:0:\"\";s:21:\"masonry_gallery_space\";s:0:\"\";s:38:\"masonry_gallery_square_big_title_color\";s:0:\"\";s:42:\"masonry_gallery_square_big_title_font_size\";s:0:\"\";s:44:\"masonry_gallery_square_big_title_line_height\";s:0:\"\";s:47:\"masonry_gallery_square_big_title_text_transform\";s:0:\"\";s:44:\"masonry_gallery_square_big_title_font_family\";s:2:\"-1\";s:43:\"masonry_gallery_square_big_title_font_style\";s:0:\"\";s:44:\"masonry_gallery_square_big_title_font_weight\";s:0:\"\";s:47:\"masonry_gallery_square_big_title_letter_spacing\";s:0:\"\";s:46:\"masonry_gallery_square_big_title_margin_bottom\";s:0:\"\";s:37:\"masonry_gallery_square_big_text_color\";s:0:\"\";s:41:\"masonry_gallery_square_big_text_font_size\";s:0:\"\";s:43:\"masonry_gallery_square_big_text_line_height\";s:0:\"\";s:46:\"masonry_gallery_square_big_text_text_transform\";s:0:\"\";s:43:\"masonry_gallery_square_big_text_font_family\";s:2:\"-1\";s:42:\"masonry_gallery_square_big_text_font_style\";s:0:\"\";s:43:\"masonry_gallery_square_big_text_font_weight\";s:0:\"\";s:46:\"masonry_gallery_square_big_text_letter_spacing\";s:0:\"\";s:45:\"masonry_gallery_square_big_button_font_family\";s:2:\"-1\";s:44:\"masonry_gallery_square_big_button_font_style\";s:0:\"\";s:45:\"masonry_gallery_square_big_button_font_weight\";s:0:\"\";s:48:\"masonry_gallery_square_big_button_text_transform\";s:0:\"\";s:43:\"masonry_gallery_square_big_button_font_size\";s:0:\"\";s:45:\"masonry_gallery_square_big_button_line_height\";s:0:\"\";s:48:\"masonry_gallery_square_big_button_letter_spacing\";s:0:\"\";s:44:\"masonry_gallery_square_big_button_text_color\";s:0:\"\";s:50:\"masonry_gallery_square_big_button_hover_text_color\";s:0:\"\";s:50:\"masonry_gallery_square_big_button_background_color\";s:0:\"\";s:56:\"masonry_gallery_square_big_button_hover_background_color\";s:0:\"\";s:46:\"masonry_gallery_square_big_button_border_color\";s:0:\"\";s:52:\"masonry_gallery_square_big_button_hover_border_color\";s:0:\"\";s:46:\"masonry_gallery_square_big_button_border_width\";s:0:\"\";s:47:\"masonry_gallery_square_big_button_border_radius\";s:0:\"\";s:46:\"masonry_gallery_square_big_button_padding_left\";s:0:\"\";s:47:\"masonry_gallery_square_big_button_padding_right\";s:0:\"\";s:44:\"masonry_gallery_square_big_button_margin_top\";s:0:\"\";s:37:\"masonry_gallery_square_big_icon_color\";s:0:\"\";s:43:\"masonry_gallery_square_big_icon_hover_color\";s:0:\"\";s:36:\"masonry_gallery_square_big_icon_size\";s:0:\"\";s:45:\"masonry_gallery_square_big_icon_margin_bottom\";s:0:\"\";s:40:\"masonry_gallery_square_big_overlay_color\";s:0:\"\";s:47:\"masonry_gallery_square_big_overlay_transparency\";s:0:\"\";s:37:\"masonry_gallery_square_big_text_align\";s:6:\"center\";s:39:\"masonry_gallery_square_big_padding_left\";s:0:\"\";s:40:\"masonry_gallery_square_big_padding_right\";s:0:\"\";s:40:\"masonry_gallery_square_small_title_color\";s:0:\"\";s:44:\"masonry_gallery_square_small_title_font_size\";s:0:\"\";s:46:\"masonry_gallery_square_small_title_line_height\";s:0:\"\";s:49:\"masonry_gallery_square_small_title_text_transform\";s:0:\"\";s:46:\"masonry_gallery_square_small_title_font_family\";s:2:\"-1\";s:45:\"masonry_gallery_square_small_title_font_style\";s:0:\"\";s:46:\"masonry_gallery_square_small_title_font_weight\";s:0:\"\";s:49:\"masonry_gallery_square_small_title_letter_spacing\";s:0:\"\";s:48:\"masonry_gallery_square_small_title_margin_bottom\";s:0:\"\";s:39:\"masonry_gallery_square_small_text_color\";s:0:\"\";s:43:\"masonry_gallery_square_small_text_font_size\";s:0:\"\";s:45:\"masonry_gallery_square_small_text_line_height\";s:0:\"\";s:48:\"masonry_gallery_square_small_text_text_transform\";s:0:\"\";s:45:\"masonry_gallery_square_small_text_font_family\";s:2:\"-1\";s:44:\"masonry_gallery_square_small_text_font_style\";s:0:\"\";s:45:\"masonry_gallery_square_small_text_font_weight\";s:0:\"\";s:48:\"masonry_gallery_square_small_text_letter_spacing\";s:0:\"\";s:47:\"masonry_gallery_square_small_button_font_family\";s:2:\"-1\";s:46:\"masonry_gallery_square_small_button_font_style\";s:0:\"\";s:47:\"masonry_gallery_square_small_button_font_weight\";s:0:\"\";s:50:\"masonry_gallery_square_small_button_text_transform\";s:0:\"\";s:45:\"masonry_gallery_square_small_button_font_size\";s:0:\"\";s:47:\"masonry_gallery_square_small_button_line_height\";s:0:\"\";s:50:\"masonry_gallery_square_small_button_letter_spacing\";s:0:\"\";s:46:\"masonry_gallery_square_small_button_text_color\";s:0:\"\";s:52:\"masonry_gallery_square_small_button_hover_text_color\";s:0:\"\";s:52:\"masonry_gallery_square_small_button_background_color\";s:0:\"\";s:58:\"masonry_gallery_square_small_button_hover_background_color\";s:0:\"\";s:48:\"masonry_gallery_square_small_button_border_color\";s:0:\"\";s:54:\"masonry_gallery_square_small_button_hover_border_color\";s:0:\"\";s:48:\"masonry_gallery_square_small_button_border_width\";s:0:\"\";s:49:\"masonry_gallery_square_small_button_border_radius\";s:0:\"\";s:48:\"masonry_gallery_square_small_button_padding_left\";s:0:\"\";s:49:\"masonry_gallery_square_small_button_padding_right\";s:0:\"\";s:46:\"masonry_gallery_square_small_button_margin_top\";s:0:\"\";s:39:\"masonry_gallery_square_small_icon_color\";s:0:\"\";s:45:\"masonry_gallery_square_small_icon_hover_color\";s:0:\"\";s:38:\"masonry_gallery_square_small_icon_size\";s:0:\"\";s:47:\"masonry_gallery_square_small_icon_margin_bottom\";s:0:\"\";s:42:\"masonry_gallery_square_small_overlay_color\";s:0:\"\";s:49:\"masonry_gallery_square_small_overlay_transparency\";s:0:\"\";s:39:\"masonry_gallery_square_small_text_align\";s:6:\"center\";s:41:\"masonry_gallery_square_small_padding_left\";s:0:\"\";s:42:\"masonry_gallery_square_small_padding_right\";s:0:\"\";s:46:\"masonry_gallery_rectangle_portrait_title_color\";s:0:\"\";s:50:\"masonry_gallery_rectangle_portrait_title_font_size\";s:0:\"\";s:52:\"masonry_gallery_rectangle_portrait_title_line_height\";s:0:\"\";s:55:\"masonry_gallery_rectangle_portrait_title_text_transform\";s:0:\"\";s:52:\"masonry_gallery_rectangle_portrait_title_font_family\";s:2:\"-1\";s:51:\"masonry_gallery_rectangle_portrait_title_font_style\";s:0:\"\";s:52:\"masonry_gallery_rectangle_portrait_title_font_weight\";s:0:\"\";s:55:\"masonry_gallery_rectangle_portrait_title_letter_spacing\";s:0:\"\";s:54:\"masonry_gallery_rectangle_portrait_title_margin_bottom\";s:0:\"\";s:45:\"masonry_gallery_rectangle_portrait_text_color\";s:0:\"\";s:49:\"masonry_gallery_rectangle_portrait_text_font_size\";s:0:\"\";s:51:\"masonry_gallery_rectangle_portrait_text_line_height\";s:0:\"\";s:54:\"masonry_gallery_rectangle_portrait_text_text_transform\";s:0:\"\";s:51:\"masonry_gallery_rectangle_portrait_text_font_family\";s:2:\"-1\";s:50:\"masonry_gallery_rectangle_portrait_text_font_style\";s:0:\"\";s:51:\"masonry_gallery_rectangle_portrait_text_font_weight\";s:0:\"\";s:54:\"masonry_gallery_rectangle_portrait_text_letter_spacing\";s:0:\"\";s:53:\"masonry_gallery_rectangle_portrait_button_font_family\";s:2:\"-1\";s:52:\"masonry_gallery_rectangle_portrait_button_font_style\";s:0:\"\";s:53:\"masonry_gallery_rectangle_portrait_button_font_weight\";s:0:\"\";s:56:\"masonry_gallery_rectangle_portrait_button_text_transform\";s:0:\"\";s:51:\"masonry_gallery_rectangle_portrait_button_font_size\";s:0:\"\";s:53:\"masonry_gallery_rectangle_portrait_button_line_height\";s:0:\"\";s:56:\"masonry_gallery_rectangle_portrait_button_letter_spacing\";s:0:\"\";s:52:\"masonry_gallery_rectangle_portrait_button_text_color\";s:0:\"\";s:58:\"masonry_gallery_rectangle_portrait_button_hover_text_color\";s:0:\"\";s:58:\"masonry_gallery_rectangle_portrait_button_background_color\";s:0:\"\";s:64:\"masonry_gallery_rectangle_portrait_button_hover_background_color\";s:0:\"\";s:54:\"masonry_gallery_rectangle_portrait_button_border_color\";s:0:\"\";s:60:\"masonry_gallery_rectangle_portrait_button_hover_border_color\";s:0:\"\";s:54:\"masonry_gallery_rectangle_portrait_button_border_width\";s:0:\"\";s:55:\"masonry_gallery_rectangle_portrait_button_border_radius\";s:0:\"\";s:54:\"masonry_gallery_rectangle_portrait_button_padding_left\";s:0:\"\";s:55:\"masonry_gallery_rectangle_portrait_button_padding_right\";s:0:\"\";s:52:\"masonry_gallery_rectangle_portrait_button_margin_top\";s:0:\"\";s:45:\"masonry_gallery_rectangle_portrait_icon_color\";s:0:\"\";s:51:\"masonry_gallery_rectangle_portrait_icon_hover_color\";s:0:\"\";s:44:\"masonry_gallery_rectangle_portrait_icon_size\";s:0:\"\";s:53:\"masonry_gallery_rectangle_portrait_icon_margin_bottom\";s:0:\"\";s:48:\"masonry_gallery_rectangle_portrait_overlay_color\";s:0:\"\";s:55:\"masonry_gallery_rectangle_portrait_overlay_transparency\";s:0:\"\";s:45:\"masonry_gallery_rectangle_portrait_text_align\";s:6:\"center\";s:47:\"masonry_gallery_rectangle_portrait_padding_left\";s:0:\"\";s:48:\"masonry_gallery_rectangle_portrait_padding_right\";s:0:\"\";s:47:\"masonry_gallery_rectangle_landscape_title_color\";s:0:\"\";s:51:\"masonry_gallery_rectangle_landscape_title_font_size\";s:0:\"\";s:53:\"masonry_gallery_rectangle_landscape_title_line_height\";s:0:\"\";s:56:\"masonry_gallery_rectangle_landscape_title_text_transform\";s:0:\"\";s:53:\"masonry_gallery_rectangle_landscape_title_font_family\";s:2:\"-1\";s:52:\"masonry_gallery_rectangle_landscape_title_font_style\";s:0:\"\";s:53:\"masonry_gallery_rectangle_landscape_title_font_weight\";s:0:\"\";s:56:\"masonry_gallery_rectangle_landscape_title_letter_spacing\";s:0:\"\";s:55:\"masonry_gallery_rectangle_landscape_title_margin_bottom\";s:0:\"\";s:46:\"masonry_gallery_rectangle_landscape_text_color\";s:0:\"\";s:50:\"masonry_gallery_rectangle_landscape_text_font_size\";s:0:\"\";s:52:\"masonry_gallery_rectangle_landscape_text_line_height\";s:0:\"\";s:55:\"masonry_gallery_rectangle_landscape_text_text_transform\";s:0:\"\";s:52:\"masonry_gallery_rectangle_landscape_text_font_family\";s:2:\"-1\";s:51:\"masonry_gallery_rectangle_landscape_text_font_style\";s:0:\"\";s:52:\"masonry_gallery_rectangle_landscape_text_font_weight\";s:0:\"\";s:55:\"masonry_gallery_rectangle_landscape_text_letter_spacing\";s:0:\"\";s:54:\"masonry_gallery_rectangle_landscape_button_font_family\";s:2:\"-1\";s:53:\"masonry_gallery_rectangle_landscape_button_font_style\";s:0:\"\";s:54:\"masonry_gallery_rectangle_landscape_button_font_weight\";s:0:\"\";s:57:\"masonry_gallery_rectangle_landscape_button_text_transform\";s:0:\"\";s:52:\"masonry_gallery_rectangle_landscape_button_font_size\";s:0:\"\";s:54:\"masonry_gallery_rectangle_landscape_button_line_height\";s:0:\"\";s:57:\"masonry_gallery_rectangle_landscape_button_letter_spacing\";s:0:\"\";s:53:\"masonry_gallery_rectangle_landscape_button_text_color\";s:0:\"\";s:59:\"masonry_gallery_rectangle_landscape_button_hover_text_color\";s:0:\"\";s:59:\"masonry_gallery_rectangle_landscape_button_background_color\";s:0:\"\";s:65:\"masonry_gallery_rectangle_landscape_button_hover_background_color\";s:0:\"\";s:55:\"masonry_gallery_rectangle_landscape_button_border_color\";s:0:\"\";s:61:\"masonry_gallery_rectangle_landscape_button_hover_border_color\";s:0:\"\";s:55:\"masonry_gallery_rectangle_landscape_button_border_width\";s:0:\"\";s:56:\"masonry_gallery_rectangle_landscape_button_border_radius\";s:0:\"\";s:55:\"masonry_gallery_rectangle_landscape_button_padding_left\";s:0:\"\";s:56:\"masonry_gallery_rectangle_landscape_button_padding_right\";s:0:\"\";s:53:\"masonry_gallery_rectangle_landscape_button_margin_top\";s:0:\"\";s:46:\"masonry_gallery_rectangle_landscape_icon_color\";s:0:\"\";s:52:\"masonry_gallery_rectangle_landscape_icon_hover_color\";s:0:\"\";s:45:\"masonry_gallery_rectangle_landscape_icon_size\";s:0:\"\";s:54:\"masonry_gallery_rectangle_landscape_icon_margin_bottom\";s:0:\"\";s:49:\"masonry_gallery_rectangle_landscape_overlay_color\";s:0:\"\";s:56:\"masonry_gallery_rectangle_landscape_overlay_transparency\";s:0:\"\";s:46:\"masonry_gallery_rectangle_landscape_text_align\";s:6:\"center\";s:48:\"masonry_gallery_rectangle_landscape_padding_left\";s:0:\"\";s:49:\"masonry_gallery_rectangle_landscape_padding_right\";s:0:\"\";s:27:\"fss_navigation_button_width\";s:0:\"\";s:28:\"fss_navigation_button_height\";s:0:\"\";s:30:\"fss_navigation_button_position\";s:0:\"\";s:26:\"fss_navigation_arrow_color\";s:0:\"\";s:33:\"fss_navigation_arrow_transparency\";s:0:\"\";s:32:\"fss_navigation_arrow_hover_color\";s:0:\"\";s:39:\"fss_navigation_arrow_hover_transparency\";s:0:\"\";s:25:\"fss_navigation_arrow_size\";s:0:\"\";s:31:\"fss_navigation_background_color\";s:0:\"\";s:38:\"fss_navigation_background_transparency\";s:0:\"\";s:37:\"fss_navigation_background_hover_color\";s:0:\"\";s:44:\"fss_navigation_background_hover_transparency\";s:0:\"\";s:27:\"fss_navigation_border_color\";s:0:\"\";s:34:\"fss_navigation_border_transparency\";s:0:\"\";s:33:\"fss_navigation_border_hover_color\";s:0:\"\";s:40:\"fss_navigation_border_hover_transparency\";s:0:\"\";s:27:\"fss_navigation_border_width\";s:0:\"\";s:28:\"fss_navigation_border_radius\";s:0:\"\";}','yes'),(342,'qode_sidebars','a:6:{i:0;s:11:\"WooCommerce\";i:1;s:14:\"Content Bottom\";i:2;s:21:\"Bridge Estate Preview\";i:3;s:23:\"Bridge Original Preview\";i:4;s:24:\"Bridge Left Menu Preview\";i:5;s:21:\"Bridge Agency Preview\";}','yes'),(343,'widget_monster','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(344,'widget_woocommerce_products','a:3:{i:3;a:7:{s:5:\"title\";s:12:\"Best Sellers\";s:6:\"number\";s:1:\"4\";s:4:\"show\";s:0:\"\";s:7:\"orderby\";s:5:\"sales\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;}i:4;a:7:{s:5:\"title\";s:15:\"Recent Products\";s:6:\"number\";s:1:\"4\";s:4:\"show\";s:0:\"\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(345,'widget_woocommerce_price_filter','a:2:{i:3;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(346,'widget_woocommerce_product_categories','a:2:{i:3;a:6:{s:5:\"title\";s:18:\"Product Categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:0;s:12:\"hierarchical\";s:1:\"1\";s:18:\"show_children_only\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(347,'widget_woocommerce_product_tag_cloud','a:2:{i:3;a:1:{s:5:\"title\";s:4:\"Tags\";}s:12:\"_multiwidget\";i:1;}','yes'),(348,'widget_related_posts_widget','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(349,'widget_latest_posts_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(350,'widget_call_to_action_widget','a:4:{i:2;a:13:{s:4:\"text\";s:79:\"Purchase the River theme now and get benefits from our dedicated support theme!\";s:10:\"text_color\";s:0:\"\";s:9:\"text_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:13:\"button_option\";s:3:\"yes\";s:11:\"button_type\";s:6:\"normal\";s:11:\"button_text\";s:14:\"PURCHASE THEME\";s:12:\"button_color\";s:0:\"\";s:23:\"button_background_color\";s:7:\"#7f776c\";s:19:\"button_border_color\";s:0:\"\";s:11:\"button_link\";s:42:\"http://themeforest.net/user/QODE/portfolio\";s:13:\"button_target\";s:6:\"_blank\";s:15:\"button_position\";s:5:\"right\";}i:3;a:15:{s:4:\"text\";s:74:\"Strata is a unique WordPress theme for presentations or portfolio website.\";s:10:\"text_color\";s:4:\"#000\";s:9:\"text_size\";s:0:\"\";s:16:\"background_color\";s:7:\"#fbfbfb\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:13:\"button_option\";s:3:\"yes\";s:11:\"button_text\";s:14:\"Purchase Theme\";s:12:\"button_color\";s:0:\"\";s:36:\"button_top_gradient_background_color\";s:0:\"\";s:39:\"button_bottom_gradient_background_color\";s:0:\"\";s:19:\"button_border_color\";s:0:\"\";s:11:\"button_link\";s:83:\"http://themeforest.net/item/strata-professional-multipurpose-theme/6808409?ref=QODE\";s:13:\"button_target\";s:6:\"_blank\";s:15:\"button_position\";s:5:\"right\";}i:4;a:18:{s:4:\"type\";s:6:\"normal\";s:10:\"full_width\";s:3:\"yes\";s:15:\"content_in_grid\";s:3:\"yes\";s:4:\"text\";s:84:\"We work closely with you and carry out research to understand your needs and wishes.\";s:10:\"text_color\";s:7:\"#303030\";s:9:\"text_size\";s:2:\"16\";s:16:\"background_color\";s:7:\"#F8F8F8\";s:12:\"border_color\";s:7:\"#eeeeee\";s:11:\"show_button\";s:3:\"yes\";s:11:\"button_text\";s:9:\"VIEW MORE\";s:11:\"button_link\";s:1:\"#\";s:13:\"button_target\";s:5:\"_self\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:23:\"button_hover_text_color\";s:0:\"\";s:23:\"button_background_color\";s:7:\"#303030\";s:29:\"button_hover_background_color\";s:7:\"#91B2C3\";s:19:\"button_border_color\";s:7:\"#303030\";s:25:\"button_hover_border_color\";s:7:\"#91B2C3\";}s:12:\"_multiwidget\";i:1;}','yes'),(351,'widget_woocommerce-dropdown-cart','a:3:{i:2;a:0:{}i:3;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(364,'recently_activated','a:0:{}','yes'),(378,'ls-plugin-version','5.4.0','yes'),(379,'ls-db-version','5.0.0','yes'),(380,'ls-installed','1','yes'),(381,'ls-google-fonts','a:4:{i:0;a:2:{s:5:\"param\";s:28:\"Lato:100,300,regular,700,900\";s:5:\"admin\";b:0;}i:1;a:2:{s:5:\"param\";s:13:\"Open+Sans:300\";s:5:\"admin\";b:0;}i:2;a:2:{s:5:\"param\";s:20:\"Indie+Flower:regular\";s:5:\"admin\";b:0;}i:3;a:2:{s:5:\"param\";s:22:\"Oswald:300,regular,700\";s:5:\"admin\";b:0;}}','yes'),(382,'ls-date-installed','1435094784','yes'),(386,'vc_version','4.5.2','yes'),(433,'category_children','a:0:{}','yes'),(435,'testimonials_category_children','a:0:{}','yes'),(436,'slides_category_children','a:0:{}','yes'),(437,'carousels_category_children','a:0:{}','yes'),(438,'masonry_gallery_category_children','a:0:{}','yes'),(467,'widget_layerslider_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(2598,'db_upgraded','','yes'),(2601,'auto_core_update_notified','a:4:{s:4:\"type\";s:6:\"manual\";s:5:\"email\";s:15:\"you@example.com\";s:7:\"version\";s:5:\"4.5.3\";s:9:\"timestamp\";i:1466620160;}','yes'),(3457,'relevanssi_title_boost','5','yes'),(3458,'relevanssi_comment_boost','0.75','yes'),(3459,'relevanssi_admin_search','off','yes'),(3460,'relevanssi_highlight','strong','yes'),(3461,'relevanssi_txt_col','#ff0000','yes'),(3462,'relevanssi_bg_col','#ffaf75','yes'),(3463,'relevanssi_css','text-decoration: underline; text-color: #ff0000','yes'),(3464,'relevanssi_class','relevanssi-query-term','yes'),(3465,'relevanssi_excerpts','on','yes'),(3466,'relevanssi_excerpt_length','30','yes'),(3467,'relevanssi_excerpt_type','words','yes'),(3468,'relevanssi_excerpt_allowable_tags','','yes'),(3469,'relevanssi_log_queries','off','yes'),(3470,'relevanssi_log_queries_with_ip','off','yes'),(3471,'relevanssi_cat','0','yes'),(3472,'relevanssi_excat','0','yes'),(3473,'relevanssi_extag','0','yes'),(3474,'relevanssi_index_fields','','yes'),(3475,'relevanssi_exclude_posts','','yes'),(3476,'relevanssi_hilite_title','','yes'),(3477,'relevanssi_highlight_docs','off','yes'),(3478,'relevanssi_highlight_comments','off','yes'),(3479,'relevanssi_index_comments','none','yes'),(3480,'relevanssi_show_matches','','yes'),(3481,'relevanssi_show_matches_text','(Search hits: %body% in body, %title% in title, %tags% in tags, %comments% in comments. Score: %score%)','yes'),(3482,'relevanssi_fuzzy','sometimes','yes'),(3483,'relevanssi_indexed','','yes'),(3484,'relevanssi_expand_shortcodes','on','yes'),(3486,'relevanssi_index_author','','yes'),(3487,'relevanssi_implicit_operator','OR','yes'),(3488,'relevanssi_omit_from_logs','','yes'),(3489,'relevanssi_synonyms','','yes'),(3490,'relevanssi_index_excerpt','off','yes'),(3491,'relevanssi_index_limit','500','yes'),(3492,'relevanssi_disable_or_fallback','off','yes'),(3493,'relevanssi_respect_exclude','on','yes'),(3494,'relevanssi_min_word_length','3','yes'),(3495,'relevanssi_wpml_only_current','on','yes'),(3496,'relevanssi_word_boundaries','on','yes'),(3497,'relevanssi_default_orderby','relevance','yes'),(3498,'relevanssi_db_version','5','yes'),(3499,'relevanssi_post_type_weights','a:2:{s:8:\"post_tag\";d:0.75;s:8:\"category\";d:0.75;}','yes'),(3500,'relevanssi_throttle','on','yes'),(3501,'relevanssi_throttle_limit','500','yes'),(3502,'relevanssi_index_post_types','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(3503,'relevanssi_index_taxonomies_list','a:1:{i:0;s:0:\"\";}','yes'),(3504,'relevanssi_doc_count','7','yes'),(3756,'portfolio_category_children','a:0:{}','yes'),(4159,'ips_options','a:13:{s:13:\"issuu_api_key\";s:32:\"1e9sgjfkl5iug44jj2o2sxk807r0mqhp\";s:16:\"issuu_secret_key\";s:32:\"juc5u0c03tw7mrry4wyd9mut0ijm5370\";s:11:\"auto_upload\";s:1:\"1\";s:14:\"add_ips_button\";s:1:\"1\";s:6:\"access\";s:6:\"public\";s:15:\"new_api_version\";s:1:\"1\";s:6:\"layout\";s:1:\"1\";s:13:\"custom_layout\";s:7:\"default\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"480\";s:7:\"bgcolor\";s:6:\"FFFFFF\";s:17:\"allow_full_screen\";s:1:\"1\";s:13:\"flip_timelaps\";s:4:\"6000\";}','yes'),(4387,'finished_splitting_shared_terms','1','yes'),(4541,'_transient_timeout_mm_spam_d9a5854a4a513c3ff5f999c2615ffd9a','1444885239','no'),(4542,'_transient_mm_spam_d9a5854a4a513c3ff5f999c2615ffd9a','no','no'),(4547,'_site_transient_timeout_browser_d345f0fc2588ba33770d312d084b0dfc','1445403660','yes'),(4548,'_site_transient_browser_d345f0fc2588ba33770d312d084b0dfc','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"45.0.2454.101\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(4549,'_transient_timeout_mm_test','1447218060','no'),(4550,'_transient_mm_test','a:1:{s:3:\"key\";s:4:\"none\";}','no'),(4583,'can_compress_scripts','0','yes'),(4604,'_transient_timeout_mm_spam_45c3c635040c9d173948b719c1571c7d','1445976604','no'),(4605,'_transient_mm_spam_45c3c635040c9d173948b719c1571c7d','no','no'),(4612,'_site_transient_timeout_browser_2d288b3bcf75aac6da2fddf0390c1dc4','1446495200','yes'),(4613,'_site_transient_browser_2d288b3bcf75aac6da2fddf0390c1dc4','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.80\";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'),(4616,'_site_transient_timeout_ghu-1eda13567dd0e7ce35b07e674764d1ef','1445894009','yes'),(4617,'_site_transient_ghu-1eda13567dd0e7ce35b07e674764d1ef','O:8:\"stdClass\":12:{s:4:\"name\";s:20:\"mojo-marketplace.php\";s:4:\"path\";s:20:\"mojo-marketplace.php\";s:3:\"sha\";s:40:\"b9b0309ffdadf70a0792cfada743ee4377489a11\";s:4:\"size\";i:2227;s:3:\"url\";s:109:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/contents/mojo-marketplace.php?ref=production\";s:8:\"html_url\";s:91:\"https://github.com/mojoness/mojo-marketplace-wp-plugin/blob/production/mojo-marketplace.php\";s:7:\"git_url\";s:115:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/git/blobs/b9b0309ffdadf70a0792cfada743ee4377489a11\";s:12:\"download_url\";s:101:\"https://raw.githubusercontent.com/mojoness/mojo-marketplace-wp-plugin/production/mojo-marketplace.php\";s:4:\"type\";s:4:\"file\";s:7:\"content\";s:3022:\"PD9waHAKLyoKUGx1Z2luIE5hbWU6IE1PSk8gTWFya2V0cGxhY2UKRGVzY3Jp\ncHRpb246IFRoaXMgcGx1Z2luIGFkZHMgc2hvcnRjb2Rlcywgd2lkZ2V0cywg\nYW5kIHRoZW1lcyB0byB5b3VyIFdvcmRQcmVzcyBzaXRlLgpWZXJzaW9uOiAw\nLjcuMgpBdXRob3I6IE1pa2UgSGFuc2VuCkF1dGhvciBVUkk6IGh0dHA6Ly9t\naWtlaGFuc2VuLm1lP3V0bV9jYW1wYWlnbj1wbHVnaW4mdXRtX3NvdXJjZT1t\nb2pvX3dwX3BsdWdpbgpMaWNlbnNlOiBHUEx2MiBvciBsYXRlcgpMaWNlbnNl\nIFVSSTogaHR0cDovL3d3dy5nbnUub3JnL2xpY2Vuc2VzL2dwbC0yLjAuaHRt\nbApHaXRIdWIgUGx1Z2luIFVSSTogbW9qb25lc3MvbW9qby1tYXJrZXRwbGFj\nZS13cC1wbHVnaW4KR2l0SHViIEJyYW5jaDogcHJvZHVjdGlvbgoqLwoKLy9E\nbyBub3QgYWNjZXNzIGZpbGUgZGlyZWN0bHkKaWYgKCAhIGRlZmluZWQoICdX\nUElOQycgKSApIHsgZGllOyB9CgpkZWZpbmUoICdNTV9CQVNFX0RJUicsIHBs\ndWdpbl9kaXJfcGF0aCggX19GSUxFX18gKSApOwpkZWZpbmUoICdNTV9CQVNF\nX1VSTCcsIHBsdWdpbl9kaXJfdXJsKCBfX0ZJTEVfXyApICk7CgppZiAoIGZp\nbGVfZXhpc3RzKCBNTV9CQVNFX0RJUiAuICdpbmMvYnJhbmQucGhwJyApICkg\newoJcmVxdWlyZV9vbmNlKCBNTV9CQVNFX0RJUiAuICdpbmMvYnJhbmQucGhw\nJyApOwp9CnJlcXVpcmVfb25jZSggTU1fQkFTRV9ESVIgLiAnaW5jL2Jhc2Uu\ncGhwJyApOwpyZXF1aXJlX29uY2UoIE1NX0JBU0VfRElSIC4gJ2luYy9jaHVy\nbi5waHAnICk7CnJlcXVpcmVfb25jZSggTU1fQkFTRV9ESVIgLiAnaW5jL21l\nbnUucGhwJyApOwpyZXF1aXJlX29uY2UoIE1NX0JBU0VfRElSIC4gJ2luYy90\naGVtZXMtd2lkZ2V0LnBocCcgKTsKcmVxdWlyZV9vbmNlKCBNTV9CQVNFX0RJ\nUiAuICdpbmMvc2hvcnRjb2RlLWdlbmVyYXRvci5waHAnICk7CnJlcXVpcmVf\nb25jZSggTU1fQkFTRV9ESVIgLiAnaW5jL21vam8tdGhlbWVzLnBocCcgKTsK\ncmVxdWlyZV9vbmNlKCBNTV9CQVNFX0RJUiAuICdpbmMvc3R5bGVzLnBocCcg\nKTsKcmVxdWlyZV9vbmNlKCBNTV9CQVNFX0RJUiAuICdpbmMvcGx1Z2luLXNl\nYXJjaC5waHAnICk7CnJlcXVpcmVfb25jZSggTU1fQkFTRV9ESVIgLiAnaW5j\nL2pldHBhY2sucGhwJyApOwpyZXF1aXJlX29uY2UoIE1NX0JBU0VfRElSIC4g\nJ2luYy91c2VyLWV4cGVyaWVuY2UtdHJhY2tpbmcucGhwJyApOwpyZXF1aXJl\nX29uY2UoIE1NX0JBU0VfRElSIC4gJ2luYy9ub3RpZmljYXRpb25zLnBocCcg\nKTsKcmVxdWlyZV9vbmNlKCBNTV9CQVNFX0RJUiAuICdpbmMvc3BhbS1wcmV2\nZW50aW9uLnBocCcgKTsKcmVxdWlyZV9vbmNlKCBNTV9CQVNFX0RJUiAuICdp\nbmMvdXBkYXRlcy5waHAnICk7CnJlcXVpcmVfb25jZSggTU1fQkFTRV9ESVIg\nLiAnaW5jL2NvbWluZy1zb29uLnBocCcgKTsKcmVxdWlyZV9vbmNlKCBNTV9C\nQVNFX0RJUiAuICdpbmMvdGVzdHMucGhwJyApOwpyZXF1aXJlX29uY2UoIE1N\nX0JBU0VfRElSIC4gJ2luYy9lZGl0b3ItcHJvbXB0LnBocCcgKTsKbW1fcmVx\ndWlyZSggTU1fQkFTRV9ESVIgLiAnaW5jL3Nzby5waHAnICk7CgovLyBMb2Fk\nIGJhc2UgY2xhc3NlcyBmb3IgZ2l0aHViIHVwZGF0ZXIgb25seSBpbiB0aGUg\nYWRtaW4gYW5kIG9ubHkgd2l0aCBjYXAKZnVuY3Rpb24gbW1fbG9hZF91cGRh\ndGVyKCkgewoJaWYgKCBpc19hZG1pbigpICkgewoJCS8qCgkJQ2hlY2sgY2xh\nc3NfZXhpc3QgYmVjYXVzZSB0aGlzIGNvdWxkIGJlIGxvYWRlZCBpbiBhIGRp\nZmZlcmVudCBwbHVnaW4KCQkqLwoJCWlmICggISBjbGFzc19leGlzdHMoICdH\naXRIdWJfVXBkYXRlcicgKSApIHsKCQkJcmVxdWlyZV9vbmNlKCBNTV9CQVNF\nX0RJUiAuICd1cGRhdGVyL2NsYXNzLWdpdGh1Yi11cGRhdGVyLnBocCcgKTsK\nCQl9CgkJaWYgKCAhIGNsYXNzX2V4aXN0cyggJ0dpdEh1Yl9VcGRhdGVyX0dp\ndEh1Yl9BUEknICkgKSB7CgkJCXJlcXVpcmVfb25jZSggTU1fQkFTRV9ESVIg\nLiAndXBkYXRlci9jbGFzcy1naXRodWItYXBpLnBocCcgKTsKCQl9CgkJaWYg\nKCAhIGNsYXNzX2V4aXN0cyggJ0dpdEh1Yl9QbHVnaW5fVXBkYXRlcicgKSAp\nIHsKCQkJcmVxdWlyZV9vbmNlKCBNTV9CQVNFX0RJUiAuICd1cGRhdGVyL2Ns\nYXNzLXBsdWdpbi11cGRhdGVyLnBocCcgKTsKCQl9CgkJbmV3IEdpdEh1Yl9Q\nbHVnaW5fVXBkYXRlcjsKCX0KfQphZGRfYWN0aW9uKCAnYWRtaW5faW5pdCcs\nICdtbV9sb2FkX3VwZGF0ZXInICk7Cg==\n\";s:8:\"encoding\";s:6:\"base64\";s:6:\"_links\";O:8:\"stdClass\":3:{s:4:\"self\";s:109:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/contents/mojo-marketplace.php?ref=production\";s:3:\"git\";s:115:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/git/blobs/b9b0309ffdadf70a0792cfada743ee4377489a11\";s:4:\"html\";s:91:\"https://github.com/mojoness/mojo-marketplace-wp-plugin/blob/production/mojo-marketplace.php\";}}','yes'),(4618,'_site_transient_timeout_ghu-aca1a99da826e8036f3bd23a2dafb4ea','1445894010','yes'),(4619,'_site_transient_ghu-aca1a99da826e8036f3bd23a2dafb4ea','O:8:\"stdClass\":3:{s:11:\"total_count\";i:1;s:18:\"incomplete_results\";b:0;s:5:\"items\";a:1:{i:0;O:8:\"stdClass\":68:{s:2:\"id\";i:16290496;s:4:\"name\";s:26:\"mojo-marketplace-wp-plugin\";s:9:\"full_name\";s:35:\"mojoness/mojo-marketplace-wp-plugin\";s:5:\"owner\";O:8:\"stdClass\":17:{s:5:\"login\";s:8:\"mojoness\";s:2:\"id\";i:1278255;s:10:\"avatar_url\";s:51:\"https://avatars.githubusercontent.com/u/1278255?v=3\";s:11:\"gravatar_id\";s:0:\"\";s:3:\"url\";s:37:\"https://api.github.com/users/mojoness\";s:8:\"html_url\";s:27:\"https://github.com/mojoness\";s:13:\"followers_url\";s:47:\"https://api.github.com/users/mojoness/followers\";s:13:\"following_url\";s:60:\"https://api.github.com/users/mojoness/following{/other_user}\";s:9:\"gists_url\";s:53:\"https://api.github.com/users/mojoness/gists{/gist_id}\";s:11:\"starred_url\";s:60:\"https://api.github.com/users/mojoness/starred{/owner}{/repo}\";s:17:\"subscriptions_url\";s:51:\"https://api.github.com/users/mojoness/subscriptions\";s:17:\"organizations_url\";s:42:\"https://api.github.com/users/mojoness/orgs\";s:9:\"repos_url\";s:43:\"https://api.github.com/users/mojoness/repos\";s:10:\"events_url\";s:54:\"https://api.github.com/users/mojoness/events{/privacy}\";s:19:\"received_events_url\";s:53:\"https://api.github.com/users/mojoness/received_events\";s:4:\"type\";s:12:\"Organization\";s:10:\"site_admin\";b:0;}s:7:\"private\";b:0;s:8:\"html_url\";s:54:\"https://github.com/mojoness/mojo-marketplace-wp-plugin\";s:11:\"description\";s:58:\"WordPress plugin that has shortcodes, widgets and themes. \";s:4:\"fork\";b:0;s:3:\"url\";s:64:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin\";s:9:\"forks_url\";s:70:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/forks\";s:8:\"keys_url\";s:78:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/keys{/key_id}\";s:17:\"collaborators_url\";s:93:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/collaborators{/collaborator}\";s:9:\"teams_url\";s:70:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/teams\";s:9:\"hooks_url\";s:70:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/hooks\";s:16:\"issue_events_url\";s:87:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/issues/events{/number}\";s:10:\"events_url\";s:71:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/events\";s:13:\"assignees_url\";s:81:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/assignees{/user}\";s:12:\"branches_url\";s:82:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/branches{/branch}\";s:8:\"tags_url\";s:69:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/tags\";s:9:\"blobs_url\";s:80:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/git/blobs{/sha}\";s:12:\"git_tags_url\";s:79:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/git/tags{/sha}\";s:12:\"git_refs_url\";s:79:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/git/refs{/sha}\";s:9:\"trees_url\";s:80:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/git/trees{/sha}\";s:12:\"statuses_url\";s:79:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/statuses/{sha}\";s:13:\"languages_url\";s:74:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/languages\";s:14:\"stargazers_url\";s:75:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/stargazers\";s:16:\"contributors_url\";s:77:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/contributors\";s:15:\"subscribers_url\";s:76:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/subscribers\";s:16:\"subscription_url\";s:77:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/subscription\";s:11:\"commits_url\";s:78:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/commits{/sha}\";s:15:\"git_commits_url\";s:82:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/git/commits{/sha}\";s:12:\"comments_url\";s:82:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/comments{/number}\";s:17:\"issue_comment_url\";s:89:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/issues/comments{/number}\";s:12:\"contents_url\";s:81:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/contents/{+path}\";s:11:\"compare_url\";s:88:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/compare/{base}...{head}\";s:10:\"merges_url\";s:71:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/merges\";s:11:\"archive_url\";s:87:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/{archive_format}{/ref}\";s:13:\"downloads_url\";s:74:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/downloads\";s:10:\"issues_url\";s:80:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/issues{/number}\";s:9:\"pulls_url\";s:79:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/pulls{/number}\";s:14:\"milestones_url\";s:84:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/milestones{/number}\";s:17:\"notifications_url\";s:104:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/notifications{?since,all,participating}\";s:10:\"labels_url\";s:78:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/labels{/name}\";s:12:\"releases_url\";s:78:\"https://api.github.com/repos/mojoness/mojo-marketplace-wp-plugin/releases{/id}\";s:10:\"created_at\";s:20:\"2014-01-27T19:47:10Z\";s:10:\"updated_at\";s:20:\"2015-04-03T16:39:32Z\";s:9:\"pushed_at\";s:20:\"2015-10-26T16:27:59Z\";s:7:\"git_url\";s:56:\"git://github.com/mojoness/mojo-marketplace-wp-plugin.git\";s:7:\"ssh_url\";s:54:\"git@github.com:mojoness/mojo-marketplace-wp-plugin.git\";s:9:\"clone_url\";s:58:\"https://github.com/mojoness/mojo-marketplace-wp-plugin.git\";s:7:\"svn_url\";s:54:\"https://github.com/mojoness/mojo-marketplace-wp-plugin\";s:8:\"homepage\";N;s:4:\"size\";i:1170;s:16:\"stargazers_count\";i:2;s:14:\"watchers_count\";i:2;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:3;s:10:\"mirror_url\";N;s:17:\"open_issues_count\";i:7;s:5:\"forks\";i:3;s:11:\"open_issues\";i:7;s:8:\"watchers\";i:2;s:14:\"default_branch\";s:6:\"master\";s:5:\"score\";d:30.077724;}}}','yes'),(4620,'_site_transient_timeout_ghu-cd60ad3e4bd0d8706fc4a4f35f398ee5','1445894010','yes'),(4621,'_site_transient_ghu-cd60ad3e4bd0d8706fc4a4f35f398ee5','no tags here','yes'),(4622,'_site_transient_timeout_ghu-9bb54241f94b24d969f7f1e4865eb9ed','1445894010','yes'),(4623,'_site_transient_ghu-9bb54241f94b24d969f7f1e4865eb9ed','O:8:\"stdClass\":2:{s:7:\"message\";s:9:\"Not Found\";s:17:\"documentation_url\";s:31:\"https://developer.github.com/v3\";}','yes'),(4628,'_transient_timeout_feed_99b272eaef9eaa265f30d77863073f26','1445901211','no'),(4629,'_transient_feed_99b272eaef9eaa265f30d77863073f26','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:3:{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:17:\"Matt: .Ly Domains\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45516\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://ma.tt/2015/10/ly-domains/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:154:\"<p>Priceonomics on <a href=\"http://priceonomics.com/the-rise-and-fall-of-ly/\">The Rise and Fall of .Ly</a>. Some of my favorite domains I own are .ly.</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, 26 Oct 2015 19:04:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"WPTavern: Nikhil Vimal Acquires Front End Registration and Login Forms Plugin From Pippin Williamson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48695\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"http://wptavern.com/nikhil-vimal-acquires-front-end-registration-and-login-forms-plugin-from-pippin-williamson\";s: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:2642:\"<p>Nikhil Vimal, who runs <a href=\"https://techvoltz.com/\">Techvoltz.com</a>, a WordPress development agency, <a href=\"https://techvoltz.com/blog/2015/10/23/new-plugin-front-end-registration-and-login-forms-plugin/\">is the new owner</a> of the <a href=\"https://techvoltz.com/downloads/front-end-registration-login-forms-plugin/\">Front End Registration and Login Forms Plugin</a> created by Pippin Williamson. Earlier this month, Williamson put the plugin up for sale and noted that it needed some development work.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">I would like to sell my Frontend Registration and Login Forms plugin. <a href=\"https://t.co/HLGc8OVxq4\">https://t.co/HLGc8OVxq4</a> – It needs some work. Interested? Ping me</p>\n<p>— Pippinsplugins (@pippinsplugins) <a href=\"https://twitter.com/pippinsplugins/status/651489362052431872\">October 6, 2015</a></p></blockquote>\n<p></p>\n<p>The plugin was created in December of 2011, when Williamson <a href=\"https://pippinsplugins.com/creating-custom-front-end-registration-and-login-forms/\">published a tutorial</a> that explains how to create custom front end registration and login forms for WordPress. Although Vimal is participating in the commercial plugin space by selling a <a href=\"https://ninjaforms.com/extensions/slack/\">Slack add-on for Ninja Forms</a>, this acquisition marks the first plugin sold directly from his site.</p>\n<p>With the acquisition, <a href=\"https://pippinsplugins.com/nikhil-vimal-adopts-front-end-registration-and-login-forms-plugin/\">Williamson notes</a> that existing customers will no longer be able to renew license keys on <a href=\"https://pippinsplugins.com\">Pippinsplugins.com</a>. A complete customer list was given to Vimal and Williamson is no long providing support.</p>\n<p>When the opportunity presented itself to adopt a plugin created by Williamson, Vimal jumped on it, “Shortly after I saw his tweet, I quickly contacted Pippin. His work is something I’ve always looked up to. His work on plugins has inspired me to pursue the plugin/product market,” Vimal said.</p>\n<p>Licenses start at $10 for single sites, $20 for two to five sites, and $35 for an unlimited number of sites. Vimal says that he is working on a new version with changes in design, functionality, and more. The plugin will also receive its own dedicated site with a change in branding.</p>\n<p>It will be interesting to see what changes Vimal has in store for the plugin. Until then, existing customers from Pippinsplugins.com should watch their inbox for details on renewing their subscription to TechVoltz.com.</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, 23 Oct 2015 20:02:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:39:\"WPTavern: WordPress 4.4 Beta 1 Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48687\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordpress-4-4-beta-1-released\";s: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:4014:\"<p>After more than eight weeks in development, <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\">WordPress 4.4. beta 1 is available</a> for testing. With over <a href=\"https://github.com/WordPress/WordPress/compare/4.3-branch...master\">1,600 commits</a> since WordPress 4.3’s release, it’s important that 4.4 be tested by as many people as possible.</p>\n<p>Commits are bug fixes, additional functions or filters, new features, corrected typos, and anything inbetween. As a rule of thumb, think of commits as an incremental improvement to WordPress core.</p>\n<p>There are three new distinct user facing features in WordPress 4.4.</p>\n<ul>\n<li><strong>Twenty Sixteen</strong> – Twenty Sixteen is a <a href=\"http://wptavern.com/first-look-at-the-twenty-sixteen-default-wordpress-theme\">new default theme</a> with a simple layout and color scheme designed by <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie,</a> who also designed the <a href=\"http://takashiirie.com/2013/12/13/twenty-fourteen-wordpress-3-8-parker/\">Twenty Fourteen</a> and <a href=\"http://takashiirie.com/2015/03/19/twenty-fifteen-the-wordpress-default-theme-for-2015/\">Twenty Fifteen</a> default themes.</li>\n<li><strong>Responsive Images</strong> – WordPress will automatically deliver a <a href=\"https://make.wordpress.org/core/2015/09/30/responsive-images-merge-proposal/\">more appropriate image</a> to users depending on a variety of conditions like screen size, view port size, and screen resolution.</li>\n<li><strong>oEmbed Posts</strong> – In addition to YouTube, WordCamp.TV and other whitelisted providers, users will be able to easily embed content from almost any site that supports the <a href=\"http://oembed.com/\">oEmbed standard</a>, including <a href=\"https://make.wordpress.org/core/2015/09/30/feature-plugin-merge-proposal-oembed/\">WordPress sites</a>.</li>\n</ul>\n<p>Scott Taylor, who is leading the 4.4 development cycle, gives developers at least four reasons to be excited.</p>\n<ul>\n<li><strong>REST API (phase 1) </strong>— The underlying infrastructure of the WordPress REST API <a href=\"https://wordpress.org/plugins/rest-api/\">plugin</a> is <a href=\"https://make.wordpress.org/core/2015/09/21/wp-rest-api-merge-proposal/\">included in WordPress 4.4</a>. Plugin authors can take advantage of this by adding custom endpoints.</li>\n<li><strong>Term Metadata </strong>— Taxonomy term metadata <a href=\"https://make.wordpress.org/core/2015/09/04/taxonomy-term-metadata-proposal/\">is included</a> in WordPress 4.4. Developers who are using a plugin to implement term metadata should <a href=\"https://make.wordpress.org/core/2015/09/22/preparing-your-plugins-and-your-client-sites-for-termmeta/\">read this post</a> on how to prepare for the switch. Also, the underlying <a href=\"https://make.wordpress.org/core/2015/09/22/preparing-your-plugins-and-your-client-sites-for-termmeta/\">WP_Term class</a> improves caching when working with terms.</li>\n<li><strong>Improved <code><title></code> output</strong> — <code>wp_title()</code> is deprecated; WordPress will <a href=\"https://make.wordpress.org/core/2015/10/20/document-title-in-4-4/\">handle the rendering</a> of the document title automatically.</li>\n<li><strong>Comments </strong>— Comment queries are now split for performance. Also, the underlying <code>WP_Comment</code> class improves caching and introduces strong-typing. (<a href=\"https://core.trac.wordpress.org/ticket/8071\">#8071</a>, <a href=\"https://core.trac.wordpress.org/ticket/32619\">#32619</a>)</li>\n</ul>\n<p>Users are highly encouraged to test WordPress 4.4 and report bugs to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta section</a> of the support forums. Remember, the beta is software still in development and therefor not recommend for use on a production site. WordPress 4.4 <a href=\"https://make.wordpress.org/core/version-4-4-project-schedule/\">is scheduled</a> for release on December 8th.</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, 23 Oct 2015 18:57:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:47:\"WPTavern: WPWeekly Episode 210 – Great Scott!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48680\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/wpweekly-episode-210-great-scott\";s: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:2957:\"<p>In this time travel inspired episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I catch you up on the news of the week. I start the show by sharing my experience attending the first WordCamp Hampton Roads in Virginia Beach, VA. While in Virginia Beach, I visited and worked from the <a href=\"http://www.rocketgenius.com/\">Rocketgenius</a> office and observed how the team behind Gravity Forms works on a daily basis. In the show, I explain why I think the company’s setup is the best of both worlds for distributed workers.</p>\n<p>We discuss what the future of WordPress may be like 10 years from now and whether or not it’s time for the XML-RPC protocol to be removed from WordPress. We end the show with the plugin picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/anyssa-ferreira-awarded-the-kim-parsell-memorial-scholarship\">Anyssa Ferreira Awarded the Kim Parsell Memorial Scholarship</a><br />\n<a href=\"https://make.wordpress.org/core/2015/10/20/document-title-in-4-4/\">WP_Title is deprecated in WordPress 4.4</a><br />\n<a href=\"http://torquemag.io/what-will-wordpress-be-like-in-next-10-years/\">What Will WordPress Be Like In Next 10 Years?</a> Here’s an <a href=\"http://torquemag.io/what-will-wordpress-be-like-in-next-10-years/#comment-2299329174\">awesome comment</a> on the article.<br />\n<a href=\"http://wptavern.com/its-time-for-xml-rpc-in-wordpress-to-hit-the-road\">It’s Time for XML-RPC in WordPress to Hit the Road</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/woo-price-per-word/\">WooCommerce Price Per Word</a> allows customers to upload a document to the product page. The word-count of the document is used to calculate the price based on the price-per-word entered for the product.</p>\n<p><a href=\"https://wordpress.org/plugins/shortcode-tester/\">Shortcode Tester</a> is a post editor tool for WordPress developers that displays the HTML generated by WordPress shortcodes in a popup window. You can quickly view the generated HTML without having to view the entire post.</p>\n<p><a href=\"https://wordpress.org/plugins/beehive/\">Beehive cells</a> arranges the content on your front page into a series of hexagonal cells similar to a beehive.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, October 28th 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 #210:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Oct 2015 09:06:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:58:\"WPTavern: WordPress 4.4 to Deprecate the wp_title Function\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48669\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordpress-4-4-to-deprecate-the-wp_title-function\";s: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:1674:\"<p>A year after <a href=\"https://make.wordpress.org/core/2014/10/29/title-tags-in-4-1/\">WordPress 4.1 introduced</a> a new way to display titles in themes, WordPress 4.4 <a href=\"https://make.wordpress.org/core/2015/10/20/document-title-in-4-4/\">will deprecate</a> <code>wp_title()</code>. With <a href=\"https://core.trac.wordpress.org/changeset/35294\">the change</a>, plugin authors will be able to check for theme support and use a few new filters to manipulate the title. The new filters are as follows:</p>\n<ul>\n<li><code>\'pre_get_document_title\'</code> short-circuits <code>wp_get_document_title()</code> if it returns anything other than an empty value.</li>\n<li><code>\'document_title_separator\'</code> filters the separator between title parts.</li>\n<li><code>\'document_title_parts\'</code> filters the parts that make up the document title, passed in an associative array.</li>\n</ul>\n<p>Theme authors should no longer use <code>wp_title()</code> to generate document titles. If theme authors add <code>add_theme_support( ‘title-tag’ );</code> to the <code>after_setup_theme</code> callback, the title will be handled natively via an internal WordPress core function. If you use a theme that utilizes wp_title and have <a href=\"https://codex.wordpress.org/WP_DEBUG\">wp_debug enabled</a> in WordPress 4.4, you’ll see a deprecation notice.</p>\n<p>In general, users who upgrade to WordPress 4.4 won’t notice a difference. However, with nearly a <a href=\"https://make.wordpress.org/core/version-4-4-project-schedule/\">month to go</a> before WordPress 4.4 is released, theme developers are highly encouraged to check and update their themes accordingly.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Oct 2015 07:52:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:70:\"WPTavern: Anyssa Ferreira Awarded the Kim Parsell Memorial Scholarship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48662\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wptavern.com/anyssa-ferreira-awarded-the-kim-parsell-memorial-scholarship\";s: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:2505:\"<p>Back in August, the WordPress Foundation <a href=\"http://wptavern.com/the-wordpress-foundation-begins-accepting-applications-for-the-kim-parsell-memorial-scholarship\">began accepting applications</a> for the <a href=\"http://wptavern.com/the-wordpress-foundation-creates-a-traveling-scholarship-in-memory-of-kim-parsell\">Kim Parsell Memorial Scholarship</a>. The scholarship not only serves as a memorial, but gives one woman in the WordPress community an opportunity to attend WordCamp US with financial assistance from the foundation.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/10/AnyssaFerreira.jpg\"><img class=\"wp-image-48664 size-full\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/10/AnyssaFerreira.jpg?resize=256%2C256\" alt=\"AnyssaFerreira\" /></a>Anyssa FerreiraThe WordCamp US website <a href=\"https://2015.us.wordcamp.org/2015/10/14/announcing-the-kim-parsell-memorial-scholarship-winner-anyssa-ferreira/\">announced</a> Anyssa Ferreira, a Brazilian designer, feminist, and WordPress community activist as the first recipient of the scholarship. Ferreira organized and spoke at WordCamp São Paulo in 2014 and designed the event’s website. She was the only woman to speak and volunteer at the event.</p>\n<p>In 2015, Ferreira spoke at WordCamp Belo Horizonte on women working with WordPress in the Brazilian community. According to the post, Ferreira continues to play an active role encouraging women to get involved with WordPress and the technology field in Brazil:</p>\n<blockquote><p>She has worked to debunk the myth that women have no interest in WordPress and web development. She has explored why women were not participating, speaking personally with many female programmers, designers and other WordPress professionals about this important topic. She regularly invites women to attend her local WordPress meetup, and works to ensure that they feel welcome and wanted when they do attend.</p></blockquote>\n<p>Not only does Ferreira fulfill the <a href=\"http://wptavern.com/the-wordpress-foundation-begins-accepting-applications-for-the-kim-parsell-memorial-scholarship\">scholarship’s requirements</a>, she’s the type of woman Kim Parsell would love to meet and talk to in person.</p>\n<p>Thanks again to Jen Mylo, the WordPress foundation, and Matt Mullenweg for not only creating the scholarship, but for providing an opportunity for people like Ferreira to experience the largest annual WordPress conference first-hand.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Oct 2015 23:00:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:62:\"WPTavern: It’s Time for XML-RPC in WordPress to Hit the Road\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48643\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wptavern.com/its-time-for-xml-rpc-in-wordpress-to-hit-the-road\";s: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:8635:\"<hr />\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/JesseNicklesAvatar.jpg\"><img class=\"alignright wp-image-48651 size-thumbnail\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/JesseNicklesAvatar.jpg?resize=150%2C150\" alt=\"Jesse Nickles Founder of Little Bizzy\" /></a>This post was contributed by <a href=\"https://www.linkedin.com/pub/jesse-nickles/61/807/435\" target=\"_blank\">Jesse Nickles</a>. He is the founder of <a href=\"https://www.littlebizzy.com\" target=\"_blank\">LittleBizzy</a>, a managed WordPress hosting company, and a part-time blogger at <a href=\"https://collegetimes.co/\" target=\"_blank\">CollegeTimes</a>, where he gets into trouble exploring controversial issues.</p>\n<hr />\n<p>Two weeks ago, I <a href=\"https://www.littlebizzy.com/blog/disable-xml-rpc\">announced</a> that all current and future domains hosted at <a href=\"https://www.littlebizzy.com\" target=\"_blank\">LittleBizzy</a> would have <a href=\"https://codex.wordpress.org/XML-RPC_Support\" target=\"_blank\">XML-RPC</a> permanently blocked due to the non-stop problems it was causing. In the announcement, we recommended that other WordPress users across the globe urgently consider blocking the technology on their own web servers as well.</p>\n<h2>XML-RPC in WordPress Has a Troubled Past</h2>\n<p>Days after the announcement<em>,</em> Daniel Cid, founder and CTO of Sucuri, and Mark Maunder, CEO of WordFence, <a href=\"https://blog.sucuri.net/2015/10/brute-force-amplification-attacks-against-wordpress-xmlrpc.html\" target=\"_blank\">confirmed</a> the <a href=\"https://www.wordfence.com/blog/2015/10/wordpress-xml-rpc-brute-force-attacks-amplification-multiple-logins/\" target=\"_blank\">reports</a> that a new type of Brute Force login attack was being carried out on a massive scale against WordPress sites around the world using XML-RPC. Apparently, hackers have wised up to the fact that <code>wp-login.php</code> is often well protected.</p>\n<p>Perhaps more shocking than this latest wave of attacks is that <em>they are nothing new,</em> as Sucuri previously <a href=\"https://blog.sucuri.net/2014/07/new-brute-force-attacks-exploiting-xmlrpc-in-wordpress.html\">reported a similar wave of attacks</a> in July 2014. Let’s also not forget the wide-scale use of XML-RPC to perform <a href=\"http://www.webopedia.com/TERM/D/DDoS_attack.html\">DDoS attacks</a> on WordPress websites <a href=\"https://www.incapsula.com/blog/wordpress-security-alert-pingback-ddos.html\">reported by Incapsula</a> in 2013. Combine these reports with <a href=\"https://www.google.com/search?hl=en&q=site%3Awordpress.org%2Fsupport%2F+xml-rpc+attack\">hundreds of posts</a> on the wordpress.org support forums and <a href=\"https://www.google.com/search?hl=en&q=site%3Astackoverflow.com+xml-rpc+attack\">Stack Overflow</a> and a picture is painted of years of unhindered attacks against millions of WordPress sites due to this single PHP file, yikes!</p>\n<blockquote><p>It is common sense to take a method and try it. If it fails, admit it frankly and try another. But above all, try something. ― Franklin D. Roosevelt</p></blockquote>\n<p>I didn’t expect to be the one to advocate that XML-RPC be removed from WordPress but that’s exactly what I’m doing: <strong>It’s time for WordPress XML-RPC to hit the road, for good.</strong></p>\n<h2>XML-RPC Was a Conscious Mistake</h2>\n<p>I understand that thousands of volunteer hours have been invested into XML-RPC support for the WordPress platform, as is the nature of open-source communities. I sincerely respect and thank said programmers and volunteers for creating a very cool way to remotely connect to a website built on WordPress. But sometimes, we need to be honest with ourselves and admit when something isn’t working; <em>This one of those times.</em></p>\n<p>If you’re wondering why I’m framing the XML-RPC mess as a conscious mistake, <strong>that’s because it was</strong>. Three years ago, Andrew Nacin, a WordPress core developer, <a href=\"https://core.trac.wordpress.org/ticket/21509\" target=\"_blank\">announced</a> in a trac ticket that, <em>“Security is no greater a concern than the rest of core. There is no longer a compelling reason to disable [XML-RPC] by default. It’s time we should remove the option entirely.”</em></p>\n<p>Three years later, millions of WordPress sites have been hacked, crashed, or attacked, due to XML-RPC. It’s undeniable that removing the option to disable it (and/or enabling it by default) was wrong.</p>\n<h2>Out of Touch With the Average User</h2>\n<p>When broken down, it’s a classic case of extremely talented and intelligent software developers being out of touch with the millions of <strong>average Joes</strong> that use WordPress and have no idea what XML-RPC is. When developers inevitably argue that there are several free security plugins available that can help combat XML-RPC attacks, they completely miss the point: <u>the majority of webmasters being attacked are the same ones who don’t even know what a security plugin is or how to use it</u>.</p>\n<p>Ironically, the one good <a href=\"https://wordpress.org/plugins/bruteprotect/\" target=\"_blank\">standalone plugin</a> that fought Brute Force login attempts was <a href=\"http://wptavern.com/automattic-acquires-parka-llc-the-creators-of-bruteprotect\" target=\"_blank\">foolishly</a> <a href=\"http://wptavern.com/jetpack-protect-blocks-brute-force-amplification-attacks\" target=\"_blank\">combined</a> into the controversial Jetpack plugin, which most serious webmasters would never consider installing.</p>\n<p>The premise, of course, for XML-RPC support in WordPress is a noble idea that sounds versatile: it allows, as previously mentioned, remote connections (logins, usually) to any given domain that is running a WordPress installation. In reality, however, this XML-RPC functionality is primarily used for three common reasons:</p>\n<ol>\n<li>Pingbacks/trackbacks (great for Viagra spam, <a href=\"http://wptavern.com/wptavern-was-trackbacked-to-death\" target=\"_blank\">DDoS attacks</a>, and not much else)</li>\n<li>Jetpack (an all-in-one solution to <a href=\"http://blog.arunas.co/project-measure-jetpack/\" target=\"_blank\">slowing down</a> and/or bloating your WordPress site with third-party scripts)</li>\n<li>WP mobile apps (I’m not sure who blogs from their smart phone, but the <a href=\"https://itunes.apple.com/us/app/yo./id834335592\" target=\"_blank\">YO app</a> is literally rated higher than <a href=\"https://itunes.apple.com/en/app/wordpress/id335703880\" target=\"_blank\">WordPress</a> on the iTunes store, and the user reviews of the <a href=\"https://play.google.com/store/apps/details?id=org.wordpress.android\" target=\"_blank\">Android</a> version repeatedly point to XML-RPC login issues)</li>\n</ol>\n<p>Do recall that the WordPress backend is now responsive, which means you can login to your blog from practically any mobile device; this wasn’t the case when the native WordPress mobile apps were first launched. And arguably, the vast majority of WordPress sites have absolutely no use for pingbacks, trackbacks, or XML-RPC in general.</p>\n<h2>XML-RPC Needs to Be Disabled or Removed From WordPress</h2>\n<p><u>The logical conclusion should be immediately clear:</u> XML-RPC needs to die a quick death in the WordPress community, or at least be shifted into an optional (non-default) plugin or otherwise, in order to bring an immediate and measurable improvement to the security and stability of not only WordPress sites, but the internet overall.</p>\n<p>Perhaps Jeff Chandler <a href=\"http://wptavern.com/how-to-prevent-wordpress-from-participating-in-pingback-denial-of-service-attacks\" target=\"_blank\">said it best</a>:</p>\n<blockquote><p>WP Tavern is no stranger to denial of service attacks due to pingbacks and trackbacks. In 2010, I explained how WP Tavern was trackbacked to death. Shortly after the website came back online, I disabled both as I feared they might end up taking the site down again. A few years have gone by and I’ve re-enabled pingbacks and trackbacks with no ill effects. However, I wonder if it’s time to kill them once and for all, not just on WP Tavern but in WordPress in general.</p></blockquote>\n<p>Sometimes, we as developers and others with a technical mindset get caught up in solving the challenge of the day, when what is really needed is to step back and take a more philosophical look at the bigger picture. Is this thing worth our time, or is it causing more problems than solutions? When it comes to XML-RPC in WordPress, the conclusion is obvious.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Oct 2015 21:33:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:30:\"Post Status: Playing with type\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=14750\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://poststatus.com/playing-with-type/\";s: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:8443:\"<p>I am far from a typography expert, but I do love playing with type. I delight in a great reading experience, and I strongly believe typography is the key to creating a great reading experience.</p>\n<p>In my own journeys searching for and choosing typefaces for my projects, I’ve discovered some great tools, and also some pitfalls of using different delivery services.</p>\n<p>I have <a href=\"http://typography.com\">Typography.com</a> and <a href=\"http://typekit.com\">Typekit</a> accounts, and of course using <a href=\"http://google.com/fonts\">Google Fonts</a> is very simple. Many folks also use <a href=\"http://www.myfonts.com/\">Myfonts</a>, generate their own on <a href=\"http://www.fontsquirrel.com/\">Fontsquirrel</a>, self-host direct from foundries, or use a variety of other methods.</p>\n<p>When you use a font delivery service, where the font is hosted elsewhere, and you simply connect (like Typekit or Typography.com), one of the things you deal with is the authentication of your site with the service that can often cause sad delays in pageload times. Zach Tollman did a great post discussing how <a href=\"https://www.tollmanz.com/typography-coms-cssom-blocking-font-loader/\">Typography.com in particular is not good at handling this authentication</a>, from a performance perspective.</p>\n<p>Given that I host Post Status fonts on Typography.com — I use Gotham Round, Gotham Condensed, and Sentinel here, and none of them are available anywhere else — the hit on performance perturbs me. However, I love these fonts and hate to replace them. However, I’ve lately been doing some research so I can at least test font stacks from Typekit and Google to see how big of an impact it could have.</p>\n<h3>Finding Typefaces</h3>\n<p>Finding quality typefaces is a challenge. There are <em>so many</em> out there, and the differences in quality can be vast. Part of what I love about Typography.com is that the quality of the display and cross-browser rendering is outstanding. Typekit serves typefaces from a variety of foundries, but they too have built great tools over the years to try and ensure quality rendering. Google is more of a mixed bag, though open source typefaces are getting more attention to detail in recent years than ever before.</p>\n<p>By far, my favorite tool for browsing and finding typefaces is <a href=\"https://www.typewolf.com\">Typewolf</a>. Typewolf has PDF guides (free with your email), trending typefaces, sites of the day, and high quality recommendations on when and where to use a particular typeface. A sample resource that’s outstanding is their list of the <a href=\"https://www.typewolf.com/open-source-web-fonts\">top 30 open source Google fonts</a>. They have many others like that. It’s definitely a must-visit site when you are considering changing up your site typography.</p>\n<p>You can also browse delivery services directly. Typekit’s <a href=\"https://typekit.com/lists\">lists</a> are pretty good for narrowing typefaces by their intended purpose. <a href=\"http://justmytype.co/\">Justmytype</a> is another great resource that shows recommended pairings for fonts from Typekit and Typography.com. And of course Google has filters in their directory to help narrow it down, but it’s still a bit of the wild west, so I usually rely on Googling good pairings for Google.</p>\n<h3>Tinkering with typefaces with real content</h3>\n<p>Once you find some Typefaces you like, then it’s fun to put them into practice. <a href=\"http://typecast.com/\">Typecast</a> is excellent. You can find fonts from many foundries with a free account, and do all sorts of manipulations to see the typefaces in action, using a variety of font combinations, before you move to your actual site.</p>\n<p><img class=\"aligncenter size-large wp-image-14749\" src=\"https://cdn.poststatus.com/wp-content/uploads/2015/10/typecast-view-752x462.png\" alt=\"typecast-view\" width=\"752\" height=\"462\" /></p>\n<p>Beware, it’s easy to spend hours in this tool. I love that you can edit the CSS directly, and there are also tools within Typecast to insert particular types of content, so you can have a working prototype pretty quickly.</p>\n<h3>Performance implications</h3>\n<p>Loading fonts is a huge performance issue sometimes. Too many fonts, content blocking loading, time-outs from third party delivery services, and other gotchas can severely impact a site’s load times.</p>\n<p>Anytime you are looking at new typefaces to use, consider where you can serve them from, whether you can self host them, how the delivery authenticates, and potentially more — before you get your heart set.</p>\n<p>Some good rules of thumb are this:</p>\n<ul>\n<li>Google is by far the fastest, but you just don’t have access to some of the greatest font foundries this way, because all Google fonts are free.</li>\n<li>Self hosting is probably similar to or faster than serving them from Google. Most Google fonts are locally cached on lots of folks computers. Self hosting may be better for a more rare font, but for common fonts, Google may actually be faster.</li>\n<li>System fonts are always the fastest, but you might not be able to deliver your preferred typeface if the system the reader is using doesn’t support the typeface. If using system typefaces, creating thorough font stacks is a necessity. Sometimes, especially for sans-serifs, I’m tempted to just declare sans-serif, so that the system serves its favorite font — as Android, Mac, iOS, Windows, et al each have their own defaults. For serifs, I’d say just use Georgia if using system fonts only <img src=\"https://cdn.poststatus.com/wp-includes/images/smilies/simple-smile.png\" alt=\":)\" class=\"wp-smiley\" /></li>\n<li>Typekit and Myfonts and other delivery services are usually similar in quality, but it’s one of the slowest options for delivery. Be sure to only use the weights and versions you need, and considering limiting character sets if you can get away with it.</li>\n<li>Have a performance budget for your type. Sometimes you have to make hard choices. Does your body font really need to be a non-system font? What if you just used a single display font to add the character you seek? Can you get away without italics for a certain typeface you’re using? What about bold? If you use the regular/bold/italic/bold-italic for every typeface, that adds up quickly. Use the bare minimum and add whenever you need to only.</li>\n</ul>\n<h3>Don’t get too fancy, and consider your tone</h3>\n<p>My biggest mistakes over the years playing with type have been getting too fancy, especially with body copy. Simple is good with type. Especially when choosing body copy, be sure to learn about the typeface you like — and don’t just trust your own eye early on — to see if it’s an appropriate workhorse typeface.</p>\n<p>With display type, you have more leeway, but consider the mood that the typeface sets. Slabs, serifs, gothic, humanist, and other styles of type each tend to have their own tone that they set. For instance, when you read the New York Times, Georgia is a serious workhorse font, and the custom display font also sets a sober tone. Compared to Vox, for example, which uses a more casual sans-serif body copy and quite decorative display typeface. In both scenarios, readability is very good, but they set a different tone.</p>\n<h3>Learning typography takes time</h3>\n<p>Learning and understanding good typography practices takes time. Many factors are at play to make a typeface look great, and even the greatest typefaces can get screwed up when not used well.</p>\n<p>Learning best practices for things like line length, line height, pairing, and much much more can probably get you farther than what typeface you choose. And different typefaces obviously do better in different settings. The key is to take it slow, learn what you like when you are reading other websites, and see what they are doing that you are not. Also, ask your friends about your choices and get feedback; sometimes just a minor change can make a big difference, and suddenly your design clicks.</p>\n<p>We can easily be blind to our own typography mistakes. If you can limit mistakes and learn the essentials of choosing typefaces and using them well, your websites will look much, much better and your readers will be thankful, even if they never say it.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Oct 2015 17:23: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: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: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:48:\"Post Status: Work life balance — 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=14740\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/work-life-balance-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:1472:\"<p>Welcome to the Post Status Draft podcast, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a> and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Brian and his co-host, <a href=\"https://twitter.com/joe_hoyle\">Joe Hoyle</a>, a co-founder and the CTO of <a href=\"https://hmn.md/\">Human Made</a>, discuss some of today’s hottest, current WordPress news.</p>\n<p>In this episode of Draft, Joe and Brian discuss work life balance. We discuss working long hours, managing and preventing burnout, moonlighting and its challenges, side projects, embracing hobbies, and creating exercise routines.</p>\n<!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.fm/18534.mp3\">https://audio.simplecast.fm/18534.mp3</a>\n<p><a href=\"http://audio.simplecast.fm/18534.mp3\">Direct Download</a></p>\n<p>Links</p>\n<ul>\n<li><a href=\"http://www.carriedils.com/overcoming-burnout/\">Overcoming burnout</a></li>\n<li><a href=\"http://dangerousminds.net/comments/photographer_removes_smartphones_from_images_to_show_how_obsessed_we_are_wi\">People without phones in phone poses</a></li>\n<li><a href=\"http://waitbutwhy.com/2013/10/why-procrastinators-procrastinate.html\">Epic procrastination series</a></li>\n<li><a href=\"http://andyadams.org/why-you-shouldnt-moonlight/\">Don’t moonlight long-term</a></li>\n</ul>\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:\"Fri, 16 Oct 2015 13:24:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: Akismet 3.1.5 Fixes Critical XSS Security Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48619\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wptavern.com/akismet-3-1-5-fixes-critical-xss-security-vulnerability\";s: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:1592:\"<p>If you use <a href=\"https://wordpress.org/plugins/akismet/\">Akismet</a> to battle comment spam, make sure it’s running version 3.1.5 as it patches a critical security vulnerability. Due to the nature of the bug, the Akismet team pushed out auto updates to sites that can accept them. According <a href=\"https://blog.sucuri.net/2015/10/security-advisory-stored-xss-in-akismet-wordpress-plugin.html\">to Sucuri</a>, sites using Akismet 3.1.4 and lower and that have the <strong><em>Convert emoticons like <img class=\"wp-smiley\" src=\"https://blog.sucuri.net/wp-includes/images/smilies/simple-smile.png\" alt=\":-)\" /> and <img src=\"http://s.w.org/images/core/emoji/72x72/1f61b.png\" alt=\"?\" class=\"wp-smiley\" /> to graphics on display</em></strong> option enabled, are at risk.</p>\n<p>The vulnerability stems from the way Akismet handles hyperlinks within a site’s comments. An attacker with sufficient knowledge of WordPress’ internals could insert malicious scripts in the Comment section of the WordPress backend. This type of attack could lead to a number of other attacks, including compromising an entire site.</p>\n<p>So far, Akismet developers <a href=\"http://blog.akismet.com/2015/10/13/akismet-3-1-5-wordpress/\">don’t have any evidence</a> that the vulnerability is actively being exploited in the wild. Because the vulnerability is theoretically exploitable via comments, Akismet is blocking attempts during the comment-check API call so that sites not running the most recent version are protected. However, you should still upgrade immediately to 3.1.5.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Oct 2015 20:08: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:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Matt: Working & Exercising\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45486\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://ma.tt/2015/10/working-exercising/\";s: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:1653:\"<p><img class=\" wp-image-45499 aligncenter\" src=\"http://i1.wp.com/ma.tt/files/2015/10/IMG_3075.jpg?w=604\" /></p>\n<p>One benefit of working from home that doesn’t get discussed much is the ease of small, but frequent exercise activities through the day. I’m sure it’s not outlawed in an office to get out of your chair and do 20 jumping jacks, or plank for a minute, I definitely would feel awkward doing so. This is something on my mind as I’m working this week around ~400 colleagues for <a href=\"https://twitter.com/hashtag/a8cgm\">our once-a-year Grand Meetup</a>.</p>\n<p>When I’m home and have a ton of work to get through, my favorite approach is the <a href=\"https://en.wikipedia.org/wiki/Pomodoro_Technique\">Pomodoro Technique</a> with 25 minutes on followed by a 5 minute break. (<a href=\"https://itunes.apple.com/us/app/pomodoro-one/id907364780?mt=12\">I use this app</a> but any timer will do.) The 5 minute break is a fantastic time to do something small, like a few push-ups, squats, a plank, or even meditate. (The new <a href=\"https://itunes.apple.com/us/app/pause-relaxation-at-your-fingertip/id991764216?mt=8\">Pause app is cool</a>, and of course I <a href=\"http://calm.com/\">love Calm</a>.) You don’t have to do a ton, but over the course of a day or a week these 5 minute break exercises add up to be quite a bit and can <a href=\"http://tinyhabits.com/\">kickstart a Tiny Habit</a>. And don’t even get me started on the benefits of naps.</p>\n<p>Again, not something that’s impossible in an shared office, just feels a lot more natural and less embarrassing in your private home office.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Oct 2015 18:37:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:40:\"Akismet: Akismet 3.1.5: Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1877\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://blog.akismet.com/2015/10/13/akismet-3-1-5-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:1660:\"<p><b>Version 3.1.5 of the Akismet plugin for WordPress contains a critical security fix. Update your sites as soon as possible.</b></p>\n<p>A researcher from <a href=\"https://sucuri.net/\">Sucuri</a> notified us of an XSS vulnerability in the Akismet WordPress plugin. This bug affects all versions of the Akismet WordPress plugin since 2.5.0, but we have no evidence that it has been exploited in the wild.</p>\n<p>We’ve released updates for all vulnerable versions of the Akismet plugin. Additionally, the WordPress.org plugins team has enabled an <a href=\"https://make.wordpress.org/plugins/2015/03/14/plugin-automatic-security-updates/\">automatic update</a> for all sites running these vulnerable versions that are able to auto-update plugins.</p>\n<p>Because the vulnerability is theoretically exploitable via comments, Akismet is already blocking attempts during the comment-check API call even if you are not running the most recent version. However, to be as safe as possible, you should still upgrade immediately.</p>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1877/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1877/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1877&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Oct 2015 20:37:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:66:\"WPTavern: Jetpack Protect Blocks Brute Force Amplification Attacks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48601\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wptavern.com/jetpack-protect-blocks-brute-force-amplification-attacks\";s: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:2469:\"<p>If you’ve noticed an influx of brute force attacks on your site, you’re not the only one. Sucuri <a href=\"https://blog.sucuri.net/2015/10/brute-force-amplification-attacks-against-wordpress-xmlrpc.html\">is reporting</a> that brute force amplification attacks are targeting WordPress sites with XML-RPC enabled. In a nutshell, XML-RPC contains a system.multicall method which allows developers to execute multiple methods and commands inside a single request.</p>\n<h2>What is a Brute Force Amplification Attack?</h2>\n<p>In a typical brute force attack, several machines or bots try to guess the username and password for a site one at a time. In a brute force amplification attack, attackers can guess hundreds or thousands of combinations within a single request making the attack more efficient and difficult to block.</p>\n<p>The XML-RPC protocol in WordPress is a communications bridge between remote applications such as the WordPress mobile apps and the site itself. It’s also used to communicate and authenticate to Jetpack.</p>\n<h2>Jetpack Protect Does Its Job</h2>\n<p>Jetpack comes with a module called <a href=\"http://jetpack.me/support/security-features/\">Jetpack Protect</a> formerly <a href=\"http://wptavern.com/automattic-acquires-parka-llc-the-creators-of-bruteprotect\">known as BruteProtect</a>, that protects sites from brute force attacks. Sam Hotchkiss, lead developer of Jetpack Protect, <a href=\"https://samhotchkiss.wordpress.com/2015/10/12/testing-for-xml-rpc-multicall-vulnerabilities-in-wordpress/\">confirms in a blog post</a> that Jetpack Protect blocks brute force amplification attacks out-of-the box.</p>\n<blockquote><p>In our testing, we confirmed that Jetpack Protect (and BruteProtect) do block this attack vector. If you’re running Jetpack with Protect enabled or you’re running BruteProtect, you don’t need to do anything to keep yourself safe from this attack technique.</p></blockquote>\n<p>If you use Jetpack Protect, you don’t need to do anything to block this attack vector. For everyone else, Sucuri recommends that administrators block system.multicall requests as they’re not used much in the wild. There’s also a handful of security plugins such as <a href=\"https://wordpress.org/plugins/better-wp-security/\">iThemes Security</a> or <a href=\"https://wordpress.org/plugins/wp-simple-firewall/\">WordPress Simple Firewall</a> that block system.multicalls and can disable XML-RPC.</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, 13 Oct 2015 18:24:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:61:\"WPTavern: What Do You Want to See in a WordPress.tv Redesign?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48595\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/what-do-you-want-to-see-in-a-wordpress-tv-redesign\";s: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:1693:\"<p>The <a href=\"http://wordpress.tv/\">WordPress.tv</a> team is <a href=\"https://make.wordpress.org/tv/2015/10/08/building-a-better-wordpress-tv-functional-requirements/\">requesting feedback</a> on what features you’d like to see in a website redesign. Jerry Bates, volunteer moderator for WordPress.tv, says one of the goals for 2016 is to update the site to better showcase content from WordCamps around the world. While plans are underway, the team wants to know what you think of WordPress.tv as it is today and what it would be in a perfect world.</p>\n<p>Oleg Belousov suggests <a href=\"https://make.wordpress.org/tv/2015/10/08/building-a-better-wordpress-tv-functional-requirements/comment-page-1/#comment-1483\">WordPress.TV have a playlist feature</a> so viewers can favorite videos. I’d also like to see this feature and have the videos saved to my WordPress.org profile. I’ve noticed that a lot of links to presentation slides point to the speaker’s personal site. To protect against link rot and expiring domains, WordPress.tv or a sister site should host presentation slides.</p>\n<p>On the single post view for videos, you have to scroll down to read a video’s description in the right hand sidebar. Instead, I’d like to see WordPress.tv display information and related videos similar to YouTube since most of the relevant information is near the video itself. The redesign should also be responsive. If you have ideas to improve WordPress.tv or feature requests, please <a href=\"https://make.wordpress.org/tv/2015/10/08/building-a-better-wordpress-tv-functional-requirements/comment-page-1/\">leave a comment</a> on the Make.WordPress.tv site.</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, 12 Oct 2015 17:02:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:22:\"Matt: HR Meets Science\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45307\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://ma.tt/2015/10/hr-meets-science/\";s: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:156:\"<p><span class=\"embed-youtube\"></span></p>\n<p>Great talk on analytical HR at Google. <cite>Hat tip: <a href=\"http://whenihavetime.com/\">Sara</a>.</cite></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 11 Oct 2015 18:04:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:28:\"Matt: Super Impressive Mario\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45353\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://ma.tt/2015/10/super-impressive-mario/\";s: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:179:\"<p><span class=\"embed-youtube\"></span></p>\n<p>This custom Mario Maker level, and the skill required to beat it, is one of the craziest feats of Mario virtuoso I’ve seen.</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, 09 Oct 2015 22:35:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:88:\"Post Status: Responsive images for WordPress and mobile pages with AMP — 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=14573\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://poststatus.com/responsive-images-for-wordpress-and-mobile-pages-with-amp-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:1740:\"<p>Welcome to the Post Status Draft podcast, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a> and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Brian and his co-host, <a href=\"https://twitter.com/joe_hoyle\">Joe Hoyle</a>, a co-founder and the CTO of <a href=\"https://hmn.md/\">Human Made</a>, discuss some of today’s hottest, current WordPress news.</p>\n<p><span>In this episode of Draft, Joe and Brian discuss Google’s AMP project for Accelerated Mobile Page loading, and what it means for WordPress. They also go in-depth on WordPress’s upcoming core support for handling responsive images.</span></p>\n<a href=\"https://audio.simplecast.fm/18240.mp3\">https://audio.simplecast.fm/18240.mp3</a>\n<p><a href=\"http://audio.simplecast.fm/18240.mp3\">Direct Download</a></p>\n<h3>Topics & Links</h3>\n<p>Google’s AMP</p>\n<ul>\n<li><a href=\"https://www.ampproject.org/\">AMP</a></li>\n<li><a href=\"https://www.ampproject.org/how-it-works/\">How AMP works</a></li>\n<li><a href=\"https://vip.wordpress.com/2015/10/07/mobile-web/\">WordPress AMP plugin</a></li>\n<li><a href=\"http://www.niemanlab.org/2015/10/get-ampd-heres-what-publishers-need-to-know-about-googles-new-plan-to-speed-up-your-website/\">AMP on Neiman Lab: What publishers need to know</a></li>\n</ul>\n<p>Responsive Images (starts at 35 minutes in)</p>\n<ul>\n<li><a href=\"https://core.trac.wordpress.org/ticket/33641\">Responsive images merge</a></li>\n<li><a href=\"https://make.wordpress.org/core/2015/09/30/responsive-images-merge-proposal/\">Merge Proposal</a></li>\n<li><a href=\"https://wordpress.org/plugins/ricg-responsive-images/\">Plugin version</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:\"Fri, 09 Oct 2015 18:18:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:20:\"Matt: Lists of Lists\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45468\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://ma.tt/2015/10/lists-of-lists/\";s: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:738:\"<blockquote><p>The app that changed my life is <a href=\"http://simplenote.com/\">Simplenote</a>, linked to Notational Velocity. I have Simplenote on my phone and Notational Velocity on my computer, and I’m obsessed with to-do lists and lists about my to-do lists. It allows me to have my lists on my phone and my lists on my computer, and they sync… if you are a list freak, with lists of lists, it will change your life.</p>\n<p>— Lena Dunham</p></blockquote>\n<p>From a talk with Kara Swisher on Re/code. <a href=\"http://recode.net/podcast-player/216027/\" target=\"_blank\">Listen to the whole podcast</a>, Simplenote comes up at the 48-minute mark. <cite>Hat tip: <a href=\"http://toni.org/\">Toni Schneider</a>.</cite></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Oct 2015 20:13: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: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: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:78:\"WPTavern: The First Half of the REST API Is Officially Added to WordPress Core\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48563\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/the-first-half-of-the-rest-api-is-officially-added-to-wordpress-core\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2644:\"<p>A few hours ago, Ryan McCue, one of the lead developers of the WordPress REST API project who recently received <a href=\"https://make.wordpress.org/core/2015/10/07/%f0%9f%8e%89-one-more-committer-for-4-4/\">guest commit access</a> for WordPress 4.4, committed <a href=\"https://core.trac.wordpress.org/changeset/34928\">a patch</a> that adds the REST API infrastructure to WordPress core.</p>\n<p>In his commit message, McCue referred to the infrastructure as a baby API:</p>\n<blockquote><p>REST API: Introduce baby API to the world.</p>\n<p>Baby API was born at 2.8KLOC on October 8th at 2:30 UTC. API has lots<br />\nof growing to do, so wish it the best of luck.</p>\n<p>Thanks to everyone who helped along the way:</p>\n<p>Props rmccue, rachelbaker, danielbachhuber, joehoyle, drewapicture, adamsilverstein, netweb, tlovett1, shelob9, kadamwhite, pento, westonruter, nikv, tobych, redsweater, alecuf, pollyplummer, hurtige, bpetty, oso96_2000, ericlewis, wonderboymusic, joshkadis, mordauk, jdgrimes, johnbillion, jeremyfelt, thiago-negri, jdolan, pkevan, iseulde, thenbrent, maxcutler, kwight, markoheijnen, phh, natewr, jjeaton, shprink, mattheu, quasel, jmusal, codebykat, hubdotcom, tapsboy, QWp6t, pushred, jaredcobb, justinsainton, japh, matrixik, jorbin, frozzare, codfish, michael-arestad, kellbot, ironpaperweight, simonlampen, alisspers, eliorivero, davidbhayes, JohnDittmar, dimadin, traversal, cmmarslender, Toddses, kokarn, welcher, and ericpedia.</p></blockquote>\n<p>If you’re not familiar with the REST API and its potential impacts on WordPress’ future, I highly recommend reading the following articles.</p>\n<ul>\n<li><a href=\"http://wptavern.com/excellent-primer-on-the-wordpress-rest-api-project\">Excellent Primer on the WordPress REST API Project</a></li>\n<li><a href=\"https://poststatus.com/wordpress-json-rest-api/\">The WordPress REST API by Brian Krogsgard</a></li>\n<li><a href=\"http://wptavern.com/ryan-mccue-on-creating-the-json-rest-api-for-wordpress\">Ryan McCue on Creating The JSON REST API for WordPress</a></li>\n<li><a href=\"http://torquemag.io/the-ultimate-guide-to-the-wordpress-rest-api-an-ebook-by-josh-pollock/\">‘The Ultimate Guide To The WordPress REST API,’ An Ebook By Josh Pollock</a></li>\n</ul>\n<p>In the lifespan of an open source project, there are milestone moments. Even though only half of the REST API is in WordPress 4.4, I consider this to be one of those moments.</p>\n<p>If all goes well, developers will have access to the complete REST API in WordPress 4.5. I hope you’ll join me in congratulating all of the contributors that have and continue to work on the 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:\"Thu, 08 Oct 2015 08:38:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: WPWeekly Episode 209 – Where Is the Word Press?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48566\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/wpweekly-episode-209-where-is-the-word-press\";s: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:2568:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"http://werdswords.com/\">Drew Jaynes</a>, WordPress core contributor. We discuss a wide range of topics, from Jaynes’ opinions on Scott Taylor’s work on WordPress 4.4 thus far to his trip to <a href=\"https://capetown.wordcamp.org/2015/\">WordCamp Capetown Africa, 2015</a>.</p>\n<p>We go in-depth on 10up’s investments in WordPress and discuss what’s happened to the Word Press. Last but not least, we discuss why <a href=\"https://twitter.com/jjj/status/647265586624512001\">developers are so excited</a> for Taxonomy Term Meta to be part of WordPress 4.4.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wp101-founded-by-shawn-hesketh-turns-7-years-old\">WP101 Founded by Shawn Hesketh Turns 7 Years Old</a><br />\n<a href=\"http://wptavern.com/the-top-100-active-wordpress-themes-and-plugins-on-godaddys-hosting-network\">The Top 100 Active WordPress Themes and Plugins on GoDaddy’s Hosting Network</a><br />\n<a href=\"http://wptavern.com/6-wordpress-plugins-that-take-native-comments-to-the-next-level\">6 WordPress Plugins That Take Native Comments to the Next Level</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/wp-like-dislike/\">WP Like/Dislike</a> allows visitors to like or dislike a post on your website.</p>\n<p><a href=\"https://wordpress.org/plugins/dorzki-notifications-to-slack/\">Slack Notifications</a> is a plugin that notifies you in your Slack channel via the Slack API on the following: New WordPress Version, New Plugins Updates, Post Published, New User Registration, Admin Login.</p>\n<p><a href=\"https://wordpress.org/plugins/postmatic-for-gravity-forms/\">Postmatic for Gravity Forms</a> is a simple plugin that allows individuals to subscribe to Postmatic feeds using Gravity Forms.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, October 21st 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 #209:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Oct 2015 08:32:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:65:\"WPTavern: How to Favorite Themes on the WordPress Theme Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48549\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wptavern.com/how-to-favorite-themes-on-the-wordpress-theme-directory\";s: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:2145:\"<p>When the WordPress theme directory was <a href=\"http://wptavern.com/wordpress-theme-directory-launches-new-design\">redesigned earlier this year</a>, a <a href=\"http://wptavern.com/wordpress-theme-directory-launches-new-design#comment-65119\">common request from readers</a> was the ability to favorite themes as you can with plugins. This feature was also <a href=\"https://meta.trac.wordpress.org/ticket/28\">suggested</a> by Mario Pesehv two years ago.</p>\n<p>On July 22nd, Dion Hulse <a href=\"https://meta.trac.wordpress.org/changeset/1770\">committed a change</a> with little fanfare to the WordPress theme directory that allows registered users to mark themes as favorites.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/ThemeFavoriteIcon.png\"><img class=\"size-full wp-image-48551\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/ThemeFavoriteIcon.png?resize=1025%2C447\" alt=\"Theme Favorite Icon\" /></a>Theme Favorite Icon\n<p>Registered users who are logged into WordPress.org will see a heart icon above the download button on a theme’s detailed information page. When clicked, the heart icon turns red and the theme is added to your favorites list. To see your favorites list, visit the theme directory home page and click the Favorites tab.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/ThemeFavorites.png\"><img class=\"size-full wp-image-48552\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/ThemeFavorites.png?resize=633%2C521\" alt=\"Themes Marked as Favorites\" /></a>Themes Marked as Favorites\n<p>To remove a theme from your favorites list, visit the theme’s detailed information page and click the heart icon.</p>\n<p>Unfortunately, you can’t install themes marked as favorite from the backend of WordPress since the Favorites tab doesn’t exist on the Add Themes page. However, I’ve <a href=\"https://core.trac.wordpress.org/ticket/34206\">created a ticket on Trac</a> to see if it can be added in time for WordPress 4.4. Keep in mind that like plugins, themes marked as favorites will show up on your WordPress.org user profile.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Oct 2015 06:21:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:92:\"WPTavern: Measure Jetpack: An Independent Project Aimed at Measuring Jetpack’s Performance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48538\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wptavern.com/measure-jetpack-an-independent-project-aimed-at-measuring-jetpacks-performance\";s: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:3308:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/ProjectJetpackBenchmark.png\"><img class=\"aligncenter size-full wp-image-48540\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/ProjectJetpackBenchmark.png?resize=658%2C292\" alt=\"Project Jetpack Benchmark\" /></a>Just about every time we publish an article about Jetpack, one or more readers <a href=\"http://wptavern.com/you-can-now-search-for-and-install-plugins-from-within-jetpack-manage#comment-88443\">leaves a comment</a> similar to the following, <em>I don’t use Jetpack because it slows down my site</em>. Many of the comments don’t link to or provide data that backs up their claim.</p>\n<p>Outside of the <a href=\"http://wptavern.com/benchmarks-indicate-jetpack-doesnt-negatively-impact-site-loading-times\">benchmarks</a> produced by the BruteProtect team late last year, there’s little evidence to support the claim that Jetpack negatively impacts a site’s performance. <a href=\"https://profiles.wordpress.org/ideag/#content-plugins\">Arūnas Liuiza</a>, a WordPress plugin developer, is working <a href=\"http://blog.arunas.co/project-measure-jetpack/\">on a new project</a> that hopes to solve the mystery of whether or not Jetpack causes sites to load more slowly.</p>\n<h2>Preparing the Testing Environment</h2>\n<p>In the next few weeks, Liuiza and his students will scour the WordPress plugin directory to find plugins with comparable features to Jetpack’s modules. The team is going to set up three identical WordPress sites with default Lorem Ipsum content.</p>\n<p>One site will act as the benchmark, another will run Jetpack, and the third will run plugins similar to Jetpack’s modules. Liuiza explains how his students will perform the benchmark process:</p>\n<blockquote><p>We’ll start the measuring, with different plugins/modules activated and deactivated. We’ll be doing 1-to-1 comparisons, as well as some combos. We are going to measure load times, as well as some stats reported by Query Monitor such as memory usage, database query count etc.</p></blockquote>\n<p>Liuiza says benchmark results will be published in a series of posts on his blog and on the <a href=\"https://www.facebook.com/groups/advancedwp/\">Advanced WordPress Facbook group</a>. Liuiza is asking for the community’s help to locate plugins that are feature-comparable to the modules in Jetpack.</p>\n<p>He’s also asking for advice on the testing methodology he and his students should use. There’s no timetable on when the results will be published as it’s considered a side project.</p>\n<h2>Benchmark Frontend Modules Only</h2>\n<p>Jetpack currently has 36 modules but some of them simply connect to services such as VaultPress or VideoPress. I think Liuiza and his team should concentrate on modules that potentially impact a site’s frontend performance as it doesn’t make sense to benchmark modules that are only for the backend.</p>\n<p>I’m doubtful that an independent study of Jetpack’s performance will solve the issue once and for all, especially if the results show that it doesn’t have much of an impact on sites as people think. However, it will be nice to have another set of data to point people to when it comes up in discussions.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Oct 2015 18:41:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:46:\"Matt: Accelerated Mobile Pages & 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:21:\"http://ma.tt/?p=45475\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://ma.tt/2015/10/accelerated-mobile-pages-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:494:\"<p>As was just announced on <a href=\"https://vip.wordpress.com/2015/10/07/mobile-web/\">the VIP blog</a> and <a href=\"https://googleblog.blogspot.com/2015/10/introducing-accelerated-mobile-pages.html\">Google</a>, there’s a new open standard that competes with (or complements) Facebook’s Instant Articles. It’s easy for WordPress sites to support both, <a href=\"https://github.com/Automattic/amp-wp/\">you can check out this Github project to see the plugin code so far</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Oct 2015 14:33: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: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:63:\"WPTavern: 10up Continues to Make Major Investments in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48524\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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-continues-to-make-major-investments-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4759:\"<p>In the last two years, <a href=\"http://10up.com/\">10up</a>, a web design and development agency has contributed to WordPress in significant ways. From <a href=\"http://wptavern.com/10up-sponsors-helen-hou-sandi-to-work-full-time-on-wordpress-core\">sponsoring Helen Hou-Sandi</a> to work full-time on WordPress core, to <a href=\"http://wptavern.com/drew-jaynes-to-lead-wordpress-4-2\">sponsoring Drew Jaynes</a> to lead the WordPress 4.2 development cycle. In a post published on the company’s blog, <a href=\"http://10up.com/blog/2015/commitments-open-web/\">10up announced</a> it will continue to invest in WordPress and other open source projects it works with on a daily basis.</p>\n<p>According to the announcement, 10up is sponsoring Jaynes to work on WordPress full-time. The company has also created a Platform Engineer position and although it’s not hiring to fill the role, the company has left the title open-ended as it continues to support and build web platforms such as <a href=\"http://10up.com/blog/2015/sponsoring-sanitize-css/\">santize.css</a> and <a href=\"http://10up.com/blog/2014/varying-vagrant-vagrants-future/\">Varying Vagrant Vagrants</a>.</p>\n<h2>Sponsoring Scott Kingsley Clark to Work on the Fields API Project</h2>\n<p>In a major show of support, 10up is sponsoring 100 hours of <a href=\"http://scottkclark.com/\">Scott Kingsley Clark’s</a> company time to work on the <a href=\"https://make.wordpress.org/core/tag/fields-api/\">Fields API Project</a>. Announced in May, the <a href=\"https://make.wordpress.org/core/2015/05/27/metadata-api-project-reborn-the-new-fields-api-project/\">Fields API Project</a> is an offshoot of the Metadata API project. The Fields API would allow developers to register fields and sections for WordPress objects. According to Clark, the goal is to initially cover the following WordPress objects:</p>\n<ul>\n<li>Customizer (retrofitting it beneath the existing Customizer API)</li>\n<li>User profile screen</li>\n<li>Post editor</li>\n<li>Settings screens (retrofitting it beneath the existing Settings API)</li>\n<li>And other areas in the future (Comment editor, Network Settings screens [see <a href=\"https://core.trac.wordpress.org/ticket/15691\">#15691</a>], Media modals, etc)</li>\n</ul>\n<p>10up believes that supporting the Fields API Project will help move it into a viable state to potentially be added to WordPress in the near-future, “As a company with a central mission of creating great publishing experiences, the user and developer experiences a fields API can improve are something we are particularly well-versed in,” Hou-Sandi said.</p>\n<p>Hou-Sandi goes on to explain that the web is built on open technologies that are usually maintained by small groups of people who rely on donations.</p>\n<blockquote><p>The balance between use and support of open source software leans heavily toward use, and that imbalance has become even more apparent. Even with increased awareness around the plight of projects integral to a safe web, initiatives like OpenSSL continue to operate on small donations and the volunteer efforts of a few. It takes time to convert pledges into action, and we’ve yet to see very many pledges at all, much less action.</p></blockquote>\n<p>The following quote written by Jake Goldman, <a href=\"http://10up.com/about/#employee-jake-goldman\">Founder and President of 10up</a>, explains why reinvesting in open source projects is so important not only for his company’s customers, but the WordPress userbase in general.</p>\n<blockquote><p>I’ve said repeatedly that nothing is more critical to the success of agencies that rely on community, open source software platforms than the continued success of those platforms. It is incumbent upon those who have leveraged free, open platforms with success to share that success back.</p>\n<p>By economically enabling world-class engineers to improve open platforms, we not only ensure that our customers continue to have a first class solution, we enable the next generation of builders, who can’t yet afford such resources, to further grow our ecosystem and the platform’s demand. I believe this is the social contract of open source, and as 10up grows, so to will our contributions to open source. It’s not just responsible citizenship, it’s good business.</p></blockquote>\n<p>It makes sense for companies whose businesses rely on open source software to find ways to reinvest time, energy, and money back into those projects less they disappear. That’s precisely what 10up is doing along with <a href=\"http://ma.tt/2014/09/five-for-the-future/\">a few other companies</a>. Let me know in the comments if and how your company is contributing back to open source software.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Oct 2015 21:09:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:33:\"Matt: Scratch & Sniff Whiskey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45469\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://ma.tt/2015/10/scratch-sniff-whiskey/\";s: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:418:\"<p>Whether you’re curious for yourself or looking for a great gift for a scotch-loving friend, <a href=\"http://www.amazon.com/Essential-Scratch-Becoming-Whiskey-Know-It-All/dp/0544520602\">The Essential Scratch & Sniff Guide to Becoming a Whiskey Know-It-All</a> from my friends Richard Betts, Crystal English Sacca, and Wendy MacNaughton is a must-buy. I have read this book myself and it smelled great.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Oct 2015 20:04:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:79:\"WPTavern: You Can Now Search for and Install Plugins From Within Jetpack Manage\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48513\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/you-can-now-search-for-and-install-plugins-from-within-jetpack-manage\";s: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:3229:\"<p>At the end of 2014, Jetpack 3.3 introduced a <a href=\"http://wptavern.com/jetpack-3-3-introduces-new-centralized-dashboard-for-managing-multiple-wordpress-sites\">centralized dashboard</a> that enables users to <a href=\"https://wordpress.com/plugins/jetpack\">manage Jetpack powered sites</a>. At the time, you could only do the following:</p>\n<ul>\n<li><strong>Plugin management:</strong> Turn plugins on or off with one click — per site or in bulk.</li>\n<li><strong>Initiate plugin updates:</strong> Update plugins for a single site or all sites in bulk.</li>\n<li><strong>Automatic updates:</strong> Turn on auto-updates for any plugin on a per-site basis or in bulk.</li>\n</ul>\n<p>Now you can <a href=\"http://jetpack.me/2015/10/01/new-plugin-browser/\">browse and install plugins</a> from the WordPress plugin directory on sites you own that use Jetpack with the <a href=\"https://jetpack.me/support/site-management/\">Manage module</a> activated. Visit <a href=\"https://wordpress.com/plugins/browse\">https://wordpress.com/plugins/browse</a> and choose the site you want to manage. Look for the Configure area on the sidebar and click the Add button to open the plugin browser.</p>\n\n<a href=\"http://wptavern.com/you-can-now-search-for-and-install-plugins-from-within-jetpack-manage/pluginbrowserinwp43\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/10/PluginBrowserInWP43.png?resize=1169%2C682\" class=\"attachment-full\" alt=\"Plugin Browser in WordPress 4.3\" /></a>\n<a href=\"http://wptavern.com/you-can-now-search-for-and-install-plugins-from-within-jetpack-manage/jetpackmanagepluginbrowser\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/10/JetpackManagePluginBrowser.png?resize=977%2C812\" class=\"attachment-full\" alt=\"Jetpack Plugin Browser\" /></a>\n\n<p>When the plugin directory <a href=\"http://wptavern.com/wordpress-plugin-directory-launches-new-design\">launched a redesign</a> earlier this year, <a href=\"http://wptavern.com/wordpress-plugin-directory-launches-new-design\">a common complaint</a> from readers is that the ability to see new plugins added to the directory was removed. Unlike the plugin browser in WordPress, the browser on WordPress.com displays new plugins.</p>\n<p>Both browsers display similar information in the detailed view with the exception that the WordPress.com browser doesn’t show a list of contributors. Enej Bajgorić, a member of the Jetpack development team, explains how to quickly install a plugin to a Jetpack site when browsing the WordPress plugin directory:</p>\n<blockquote><p>If you find yourself browsing the WordPress.org plugin repository and want to install the plugin on your Jetpack site, you can just replace the .org in the URL with .com and be taken to the new Plugin Browser where you can install the plugin with a single click. You will need to be logged into your WordPress.com account for this to work.</p></blockquote>\n<p>A plugin browser to search for and install plugins is another feature that makes Jetpack Manage a free, decent alternative to commercial services for managing multiple sites. If you manage multiple sites with Jetpack Manage, let us know what you think and what key features you’d like to see added.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Oct 2015 18:29: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Matt: Interview in French\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45463\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://ma.tt/2015/10/interview-in-french/\";s: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:196:\"<p>Si vous parlez français, <a href=\"http://www.journaldunet.com/solutions/dsi/1161757-interview-de-matt-mullenweg/\">vous pourriez profiter de cette interview avec moi sur Journal Du Net</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, 05 Oct 2015 23:07:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: Tom Nowell on How Automattic Keeps Workers Healthy and Happy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48490\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wptavern.com/tom-nowell-on-how-automattic-keeps-workers-healthy-and-happy\";s: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:12001:\"<hr />\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/10/TomNowell.jpg\"><img class=\"alignright size-thumbnail wp-image-48491\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/10/TomNowell.jpg?resize=150%2C150\" alt=\"Tom Nowell\" /></a>This post was contributed by <a href=\"https://twitter.com/Tarendai\">Tom J Nowell</a>. Tom is a <a href=\"https://automattic.com/work-with-us/vip-wrangler/\">VIP Wrangler</a> at <a href=\"https://vip.wordpress.com\">WordPress.com VIP</a>, lead of the <a href=\"http://www.wptherightway.org/en/index.html\">WP The Right Way</a> project, <a href=\"http://tomjn.com\">blogger</a>, and community moderator at <a href=\"https://wordpress.stackexchange.com/\">WordPress Stack Exchange</a>. Tom will be speaking at <a href=\"https://nyc.wordcamp.org/2015/\">WordCamp New York</a> later this month on escaping and security.</p>\n<hr />\n<p>This is a story about my job as a <a href=\"http://vip.wordpress.com\" target=\"_blank\">VIP Wrangler</a>, what <a href=\"http://automattic.com\" target=\"_blank\">Automattic</a> does to keep Automatticians happy, and my battles with anxiety, <a href=\"http://hyperboleandahalf.blogspot.co.uk/2011/10/adventures-in-depression.html\" target=\"_blank\">depression</a>, and fear.</p>\n<h2>Joining the VIP Team</h2>\n<p>Almost a year ago, I worked for <a href=\"http://codeforthepeople.com/\">Code For The People</a>, a six person development agency that was in acquisition talks with Automattic. I remember at the beginning of the week, we thought an acquisition could happen before Christmas and by the following Friday, we were signing new employment contracts, and booking tickets to Lisbon for the VIP team meet up!</p>\n<p>I remember being the first to arrive, surrounded by people from the VIP team I’ve never met in person. We went out for dinner, learned how to do deploys, visited aquariums, gardens, and then went home.</p>\n<h2>The Happiness Rotation</h2>\n<p>After the meet up, I spent two months finishing contracts and started my Happiness Rotation. A happiness rotation is three weeks of working on the WordPress.com support team to get in touch with the problems end users are facing. Every Automattician has to go through a happiness rotation as part of their trial.</p>\n<p>Working the happiness rotation was hard. When I say this, I don’t mean it was an insurmountable task. I had a full-time Happiness Engineer available 24/7 to ask any question I wanted, a week of walkthroughs, supervised working, mountains of documentation, pre-written examples, and slack channels with friendly supportive people. I knew what to do, how to do it, and <a href=\"https://wordpress.stackexchange.com/users/736/tom-j-nowell\" target=\"_blank\">I’ve done it before</a>.</p>\n<h2>VIP Training</h2>\n<p>Despite this, I struggled, and VIP training began. Work at VIP fits into several sub roles that developers cycle through and training consists of a week in each role mentored by an experienced VIP Wrangler. Afterwards, we continue the cycle as full VIP Wranglers. Throughout the entire process, I had a general mentor for any and all things Automattic, be it mystery acronyms, or how to book a holiday.</p>\n<p>At this point, I realized my job had grown in scope and felt insurmountable. I didn’t know what was going on and there was still much to learn. Combined with a torrent of new notifications, p2s, and emails, I felt lost. GitHub scaled from two to three emails per day to hundreds, P2 posts filled my other inbox, people asked difficult questions, and the sheer amount of activity at Automattic was overwhelming.</p>\n<h2>Dealing With Adversity</h2>\n<p>In the last few years, I viewed Automattic as my career end goal and suddenly I was there, years ahead of schedule. Not just that, I was struggling. I couldn’t grasp what was going on and I felt paralyzed in the face of work. I grappled with the thought that I was bad at my job, didn’t belong there, and that I wouldn’t last the next six months. I had this feeling that at any time, they were going to pull me into a call and say it isn’t working out.</p>\n<p>A number of questions ran through my head. What would people think if they saw I left after the acquisition? Everyone’s treating it as a promotion and congratulating me. Maybe I’m not ready? I was handed a theme to review and struggling to read basic lines of code, mulling it over in my mind, why can’t I do this?</p>\n<p>Sometimes I had the wrong window open and was reviewing my code but was so preoccupied, I didn’t realize it. Today, it takes me four days to review 6,000 lines of code in a theme but at the time, it took me two weeks to move through 1,000 lines.</p>\n<h2>The Catch Up Calls</h2>\n<p>It’s at this point that I was introduced to the bi-weekly catch up call. The team leads would chat with each person individually every two weeks to find out how they were, what they were doing, and what they’d like to do the following week. It was a chance to flag any problems and plan ahead.</p>\n<p>I experienced nothing like this at CFTP or at any of my previous jobs and combined with the stalling work on the review, I panicked. My first catch up call was awkward and didn’t last long. My second catch up call didn’t go so well. I was at WordCamp Norway preparing to give a talk on <a href=\"http://www.wptherightway.org/en/index.html\" target=\"_blank\">WP The Right Way</a>. I sat in a quiet room and received a call on a Skype from my team lead.</p>\n<p>I felt as though I was put on the spot having to justify what I’d been doing the last two weeks, and trying to figure out how to spin weeks of panicking in front of a computer into a tale of bountiful code reviewing, pleasant Norwegian winters, and a smile.</p>\n<h2>Recovering From the Breakdown</h2>\n<p>Instead, I closed my machine and burst into tears. A few minutes later I opened my machine, apologized, and tried to explain what had happened. I was told they didn’t care how much work I was doing as long as I was learning and happy. A colleague picked up the review I was working on and noted that I was thorough with the parts I reviewed.</p>\n<p>My team lead, Steph, checked up on me every two to three days for the next two weeks to make sure I was okay and tried to find what kind of work I took to best. I spent time on deploys, then moved on to a long rotation doing code review so that I could focus on particular tasks and build my confidence.</p>\n<p>While this was happening, another colleague asked if I was okay as he thought I was down. He introduced me to an internal slack channel called <a href=\"http://bluehackers.org/\" target=\"_blank\">Bluehackers</a> where other Automatticians who struggled could share their experiences. Seeing other people talk candidly about their problems made me recognize a lot of things I hadn’t considered, the most important being that I wasn’t alone.</p>\n<h2>I’m Not Alone</h2>\n<p>I wasn’t the only one who struggled some days and failed to get anything done. I wasn’t the only one who panicked when faced with new or even familiar tasks. Everyone at VIP was friendly and supportive, not because they knew of my situation, but because they are nice people. One time, my technical lead sent me three family sized pies because we had a slack discussion on pudding.</p>\n<p>Sometimes I don’t get anything done. Sometimes I struggle to do things I normally do effortlessly. Sometimes I turn off the video in calls because I’m still in bed. It’s 3PM and I can’t bring myself to get up, changed, and eat. There are so many projects I want to do. I have the knowledge, I have the resources, the support, the time, but they don’t get done, and it’s a struggle to explain why. Sometimes it’s things I know that need doing, like buying food or paying bills.</p>\n<h2>Confirmation Things are Working Out</h2>\n<p>A few months later I was in Seville at WordCamp Europe. Initially, I wasn’t going to go but decided I would regret it if I didn’t. I threw some clothes in a suitcase and purchased a flight. Large groups of people are scary, but I’ve found WordCamps tend to have familiar friendly faces mixed in. I can’t stress how big a boost it is to be able to see and make friends from event to event, yet still meet new people.</p>\n<p>Before I left, I found myself with my former boss and now colleague. He asked how I was getting along at Automattic. He asked me this before, and I said, “It was rough at the start but I think I’m there now.” He told me that everyone else at the company thought good of me and that I was fitting in well. It might have been simple statement but it meant a lot to me.</p>\n<h2>A Bout of Impostor Syndrome</h2>\n<p>I had real moments when I went to sleep thinking I was going to lose my job, that I might not be cut out to be a developer, and that I didn’t deserve the things I had. But throughout the entire process, my team leads and my colleagues tried to support me. They placed my well-being first and they proactively asked if I was ok when they suspected something was wrong, and sought to put real solutions in place where they could.</p>\n<p>They found other people with similar problems and tried to give me the ability to express what was happening, sharing their own problems coping, and what they were doing to keep on top of them. They gave praise and listened to good ideas, asked for help when they needed it, and they understood. Right now, I’m ok, but things have a habit of creeping up unnoticed, triggered by unexpected things.</p>\n<p>I get anxious about food at WordCamps if I don’t know what’s being served, I’m uncomfortable in social situations, and at times I have problems gathering the energy to do day-to-day things, but I’m lucky. I have a good job, a nice family, a comfortable apartment, and interesting work. My problems are mild and I know others have it worse. Most people are going to pretend everything’s ok but everyone needs a little help.</p>\n<h2>Suggestions for Employers and Struggling Employees</h2>\n<p>Automattic has things in place to make sure Automatticians lead healthy mental lives. We have an unlimited holiday allowance, a small expense budget to make traveling easier (e.g. a pot of tea at an airport or a massage), team meet ups, sabbaticals, and many others. Matt Mullenweg doesn’t want Automatticians to struggle, we work hard and it takes its toll. Often, we forget that we have to take care of our emotional and mental needs and give ourselves time.</p>\n<p>Consider creating your own internal Bluehackers group and give people avenues to express themselves when they need to. Make sure they’re happy, and that you care about their well-being more than their quality of work and output as reassurance goes a long way. Some companies have gone as far as setting minimum holiday allowances to force employees to spend time on themselves.</p>\n<p>If you’re dealing with problems like these, talk about it. Talk to a GP/Doctor, a friend, family, whatever works for you. Talking is hard, but it’s necessary. If someone opens up to you, listen. Don’t try to offer solutions, don’t compare and contrast, don’t try to offer sympathy, don’t expect it to be sorted out in a month’s time. Simply listen as that person chose to tell you, so give them space and respect.</p>\n<p>If you suspect someone is down, ask them if they’re ok and if you notice they bounce back, tell them, and tell them you’re glad! Highlight interesting things that happen, help them when they make a mistake, ask them when you make one yourself. But remember, sometimes all someone needs is a hug and a cup of tea to know that things are ok. Give them space, don’t ask for explanations, and let them know you’re there if you need them.</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, 05 Oct 2015 17:11:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:69:\"Post Status: How WordPress core development happens — 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=14528\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://poststatus.com/how-wordpress-core-development-happens-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:2409:\"<p>Welcome to the Post Status Draft podcast, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a> and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Brian and his guest co-host, <a href=\"https://twitter.com/williamsba\">Brad Williams</a> discuss some of today’s hottest, current WordPress news.</p>\n<p>This week Brian and Brad talk about how to get involved in WordPress core, what to expect when you do, how to navigate the waters of core development. They also discuss term meta, its use cases, how it works, and why it’s a great feature for WordPress 4.4.</p>\n<p>Brad is guest hosting this week, as Joe is out. He’s the co-founder of <a href=\"https://webdevstudios.com\">WebDevStudios</a>, a co-organizer for <a href=\"https://2015.us.wordcamp.org/about/organizers/\">WordCamp US</a>, and wrote <a href=\"http://bit.ly/prowp3\">Professional WordPress Design & Development </a> (my go-to book on WordPress development). You can follow Brad on Twitter <a href=\"https://twitter.com/williamsba\">@williamsba</a>.</p>\n<a href=\"https://audio.simplecast.fm/18028.mp3\">https://audio.simplecast.fm/18028.mp3</a>\n<p><a href=\"http://audio.simplecast.fm/18028.mp3\">Direct Download</a></p>\n<h3>Topics</h3>\n<p>WordPress core development process:</p>\n<ul>\n<li><a href=\"https://make.wordpress.org/core/components/\">WordPress core components</a></li>\n<li><a href=\"https://make.wordpress.org/core/features-as-plugins/\">Features as plugins</a></li>\n<li><a href=\"https://core.trac.wordpress.org/\">WordPress Trac </a></li>\n<li><a href=\"https://codex.wordpress.org/Core_Team\">The WordPress core team</a></li>\n<li><a href=\"https://make.wordpress.org/chat/\">How to get on WordPress Slack discussions</a></li>\n</ul>\n<p>Term meta:</p>\n<ul>\n<li><a href=\"https://poststatus.com/?s=term+meta\">Term Meta posts/notes on Post Status</a> (some members only content)</li>\n<li><a href=\"https://poststatus.com/notes/the-case-for-term-meta-and-a-roadmap-for-making-it-happen/\">The case for term meta</a> (members only)</li>\n<li><a href=\"https://core.trac.wordpress.org/changeset/34529\">Term meta lands in core</a></li>\n<li><a href=\"https://make.wordpress.org/core/tag/taxonomy/\">Term Meta posts on Make Core</a></li>\n<li><a href=\"http://github.com/sc0ttkclark/wordpress-fields-api\">WordPress Fields API project</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:\"Sun, 04 Oct 2015 00:55: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: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:58:\"WPTavern: WP101 Founded by Shawn Hesketh Turns 7 Years Old\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48481\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wp101-founded-by-shawn-hesketh-turns-7-years-old\";s: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:1903:\"<p>Earlier this week, WordPress video training site <a href=\"https://www.wp101.com/\">WP101</a>, founded by Shawn Hesketh, <a href=\"https://www.wp101.com/birthday/\">turned seven years old</a>. Since launching in 2008, Hesketh’s videos have been viewed more than a million times by over 500k people. He’s also re-recorded the videos that make up the WP101 series 17 times. With seven years of experience under his belt, I asked Hesketh what he would have done differently in the beginning.</p>\n<p>“From a technical standpoint, I wish I’d picked a solid membership plugin that would have enabled us to grow. We’re planning a costly migration in the coming months, and a better membership plugin might have saved us the considerable hassle and cost,” Hesketh told the Tavern.</p>\n<p>Technical issues aside, Hesketh believes his business’ success is largely due to his focus on serving people, “It’s one thing to create an online course and hope people discover it. But it takes much more dedication to actually engage people on a daily basis, take the time to understand their goals, and then help them get clear on how to accomplish those goals,” he said.</p>\n<p>Hesketh doesn’t have any regrets but wishes he launched the question and answer forum on the first day, “Its given me the opportunity to answer questions that may not be covered in our videos. That’s the real value that WP101 brings to the table, real people helping others,” he said.</p>\n<p>WP101 launched around the same time as a lot of commercial theme shops such as iThemes, StudioPress, and WooThemes. Although WP101 doesn’t sell commercial themes or plugins, Hesketh has carved out a space in the WordPress ecosystem that enables him to make a living. If you use WP101 or have in the past, I’d love to hear what you think of his videos in the comments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 03 Oct 2015 01:33:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:88:\"WPTavern: The Top 100 Active WordPress Themes and Plugins on GoDaddy’s Hosting Network\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48462\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://wptavern.com/the-top-100-active-wordpress-themes-and-plugins-on-godaddys-hosting-network\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5167:\"<p>It was a warm, sunny afternoon in Tempe, AZ as I walked with a group of GoDaddy employees on our way to lunch during Pressnomics 3 earlier this year. It’s the first time I met Mendel Kurland, Christopher Carfi, and Kurt Payne in person. During lunch, we discussed a number of topics from the efforts made to change the company’s image, to ideas that help the WordPress community.</p>\n<p>I suggested to the team that GoDaddy create a billboard chart that shows the most popular themes and plugins used across its network. Not only would the information be beneficial to the company, it would also give the WordPress community valuable insight into what plugins and themes are used on a webhosting network with millions of customers.</p>\n<p>Nine months after our discussion, GoDaddy turned the idea into reality with the <a href=\"https://garage.godaddy.com/wordpress-hot-100/\">Hot 100</a>.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/GoDaddyHot100.png\"><img class=\"size-full wp-image-48463\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/GoDaddyHot100.png?resize=1025%2C682\" alt=\"Top 100 Plugins and Themes of The Week\" /></a>Top 100 Plugins and Themes of The Week\n<p>GoDaddy tracks which themes and plugins are activated across the millions of sites it hosts and puts the 100 most popular of each into a list. The list is generated each week and places the previous week of results into an archive allowing you to monitor trends.</p>\n<p>Similar to the <a href=\"http://www.billboard.com/charts/hot-100\">Billboard Hot 100</a>, you can see the current rank of a plugin or theme, whether it’s moved up or down, and what its rank was the previous week. With an influential list like the Hot 100, it would be easy to accept paid listings. Carfi, confirms <a href=\"https://garage.godaddy.com/webpro/wordpress/hot-100-wordpress-plugins-and-themes/\">it’s not possible</a> to purchase placement.</p>\n<h2>How the Lists Are Generated</h2>\n<p>The Hot 100 is determined by ranking the net change in the number of active installs of WordPress plugins and themes in aggregate across GoDaddy’s hosting network. It looks at plugins and themes that are active at the time of the analysis and does not include plugins or themes that are deactivated.</p>\n<p>Instead of using the total number of active installs, the Hot 100 looks at the week-over-week change in active installs. This enables the list to determine which plugins and themes are hot or part of a rising trend. It also prevents bias towards plugins that already have a large install base such as Jetpack.</p>\n<p>Interestingly, themes on the list that are non-GPL are specifically noted and link to the Hot 100 instead of their corresponding theme page. In a <a href=\"https://www.facebook.com/groups/advancedwp/permalink/1025849944143886/\">post published</a> to the Advanced WordPress Facebook group, Jeff King, Senior Vice President of Hosting at GoDaddy explains why.</p>\n<blockquote><p>One great recommendation and valuable bit of feedback we received is that, since the community embraces GPL, we should reflect that ethos in the Hot 100 list. While some non-GPL themes or plugins may occasionally show up in the list due to the fact that some non-GPL items still exist in the ecosystem, we don’t necessarily need to link to them. As of next week, we’ll be removing links to non-GPL themes and plugins.</p></blockquote>\n<h2>The Hot 100 Is a Valuable Resource</h2>\n<p>Although WordPress.org provides stats for plugin and theme authors, you can’t determine where they’re being used. The GoDaddy Hot 100 gives the public and developers of popular plugins and themes an opportunity to see how well they’re doing on one of the largest webhosts in the industry. While Jetpack and Akismet are the two most active plugins and seven default themes make up the top 10 themes, it’s the 25th-100th rankings that I find interesting.</p>\n<p>For example, <a href=\"https://wordpress.org/plugins/hello-dolly/\">Hello Dolly</a> which ships with WordPress and is activated by default after installation is ranked 27th this week. Last week, it ranked 38th meaning a lot of new installs of WordPress have taken place. This indicates that even though a lot of customers disable the plugin at some point after installation, it remains active on many sites hosted by GoDaddy.</p>\n<p>One of the largest jumps I’ve seen so far is the <a href=\"https://wordpress.org/plugins/image-widget/\">Image Widget</a> plugin by Modern Tribe. It was ranked 95th last week and 31st this week. It would be interesting to know why a lot of new WordPress installs are activating this plugin on GoDaddy hosted sites this week versus last week.</p>\n<p>The <a href=\"https://garage.godaddy.com/wordpress-hot-100/\">Hot 100</a> is a valuable resource and I encourage you to see if your favorite plugins and themes made the list. Although it’s specific to GoDaddy, do you think the data is valuable? Would you like to see other large webhosting companies provide a glimpse into the most active WordPress themes and plugins used across their network?</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, 02 Oct 2015 18:51: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:\"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: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:60:\"WPTavern: Jetpack 3.7.2 Patches Two Security Vulnerabilities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48458\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/jetpack-3-7-2-patches-two-security-vulnerabilities\";s: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:1336:\"<p>Jetpack 3.7.2 is <a href=\"https://wordpress.org/plugins/jetpack/\">available for download</a> and patches two security vulnerabilities. The first is a cross-site scripting vulnerability in the contact form due to improper input sanitation that affects Jetpack 3.7.0 and below. Marc-Alexandre Montpas of <a href=\"https://sucuri.net/\">Sucuri</a> is credited with responsibly disclosing the vulnerability.</p>\n<p>The second is an information disclosure vulnerability present in certain hosting configurations responsibly disclosed by Jaime Delgado Horna of <a href=\"http://listae.com/\">Listae</a>. In addition to patching the vulnerabilities, 3.7.2 also fixes an error with the REST API that creates multiple drafts and published posts. Other notable fixes includes:</p>\n<ul>\n<li>Updating the Google+ logo in our sharing buttons.</li>\n<li>Adding custom capabilities for module management for multisite installs.</li>\n<li>Fixing a bug that was sending the contact form response fields in the wrong order.</li>\n</ul>\n<p>Montpas has <a href=\"https://blog.sucuri.net/2015/10/security-advisory-stored-xss-in-jetpack.html\">additional information</a> on the cross-site scripting vulnerability discovered in Jetpack on the Sucuri blog, including a timeline of events. Please update to Jetpack 3.7.2 as soon as possible to protect your sites.</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, 02 Oct 2015 16:12:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:52:\"WPTavern: WPWeekly Episode 208 – A Nod to the King\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48447\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/wpweekly-episode-208-a-nod-to-the-king\";s: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:2841:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I discuss the death of Alex King who was a pillar of the WordPress project. King passed away a few days ago from colon cancer. We share stories of meeting and discussing WordPress topics with King and describe his many contributions to WordPress. King will be dearly missed by the WordPress community.</p>\n<p>During the second half of the show, we discuss upcoming changes in WordPress 4.4, the lessons I learned moderating comments on WP Tavern, and WordCampus renaming to WPCampus.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/alex-king-founder-of-crowd-favorite-passes-away\">Alex King, Founder of Crowd Favorite Passes Away</a><br />\n<a href=\"http://alexking.org/blog/2015/08/24/rememberances\">Alex King’s Final Request</a><br />\n<a href=\"http://wptavern.com/wp-super-cache-1-4-5-patches-xss-vulnerability\"> WP Super Cache 1.4.5 Patches XSS Vulnerability</a><br />\n<a href=\"http://wptavern.com/lessons-i-learned-moderating-comments-in-wordpress\"> Lessons I Learned Moderating Comments in WordPress</a><br />\n<a href=\"http://wptavern.com/wordcampus-renames-event-to-wpcampus\"> WordCampus Renames Event to WPCampus</a><br />\n<a href=\"http://wptavern.com/wordpress-4-4-to-possibly-rearrange-fields-to-the-comment-form\"> WordPress 4.4 to Possibly Rearrange Fields to the Comment Form</a><br />\n<a href=\"http://wptavern.com/wordpress-4-4-removes-the-view-post-and-get-shortlink-buttons-from-the-post-editor\"> WordPress 4.4 Removes the View Post and Get Shortlink Buttons From the Post Editor</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/cf7-customizer/\">Contact Form 7 Customizer</a> allows you to alter items like spacing and button size of the contact form using the customizer.</p>\n<p><a href=\"https://wordpress.org/plugins/view-admin-as/\">View Admin As</a> lets you simulate what a site looks like from a user with a specific role or capability.</p>\n<p><a href=\"https://wordpress.org/plugins/grayscale-images/\">Grayscale Images</a> converts images to gray-scale and displays the colored image hovered over.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, October 7th 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 #208:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Oct 2015 09:25:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:73:\"WPTavern: 6 WordPress Plugins That Take Native Comments to the Next Level\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48414\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wptavern.com/6-wordpress-plugins-that-take-native-comments-to-the-next-level\";s: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:12366:\"<p>Last week, I <a href=\"http://wptavern.com/lessons-i-learned-moderating-comments-in-wordpress\">shared the lessons I learned</a> and the drawbacks to moderating comments in WordPress. In this post, I highlight six plugins that solve a problem I encountered or enhance comments for both readers and site administrators. All of the plugins are free of charge and available from the <a href=\"https://wordpress.org/plugins/\">WordPress plugin directory</a>.</p>\n<h2>Problem Solvers</h2>\n<h3>Crowd Control</h3>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/CrowdControlPluginBanner.png\"><img class=\"aligncenter size-full wp-image-48420\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/CrowdControlPluginBanner.png?resize=799%2C253\" alt=\"Crowd Control Plugin Banner\" /></a>I discovered that not all comments need to be moderated. <a href=\"https://wordpress.org/plugins/crowd-control/\">Crowd Control</a>, by Postmatic, gives readers the ability to report comments they feel don’t adhere to a site’s commenting policy.</p>\n<p>When enabled, a new option is displayed on the <strong>General – Discussion</strong> settings page. You can configure how many reports a comment needs before it’s sent to the moderation queue and whether administrators should be notified when it happens.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/09/CrowdControlSettings.png\"><img class=\"size-full wp-image-48421\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/09/CrowdControlSettings.png?resize=798%2C174\" alt=\"Crowd Control Settings\" /></a>Crowd Control Settings\n<p>If an administrator approves a comment that’s in moderation due to hitting the threshold, it won’t end up back in the moderation queue. This gives administrators the last word on whether a comment is acceptable or not.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/CrowdControlInAction.png\"><img class=\"size-full wp-image-48422\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/CrowdControlInAction.png?resize=686%2C202\" alt=\"Crowd Control in Action\" /></a>Crowd Control in Action\n<p>If you think a comment needs an administrator’s attention or does not adhere to the WP Tavern <a href=\"http://wptavern.com/comment-policy\">commenting policy</a>, hover over the comment and click the report button. A new column is added to <strong>edit-comments.php</strong> that displays how many reports a comment has. It’s important to note that detailed information of who reported the comment is not saved to the database.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/CrowdControlReportedColumn.png\"><img class=\"size-full wp-image-48423\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/CrowdControlReportedColumn.png?resize=807%2C193\" alt=\"Reported Comments Column\" /></a>Reported Comments Column\n<p>The system is open for abuse but I trust that the Tavern readership will use it responsibly.</p>\n<h3>Show Parent Comment</h3>\n<p>Comments that are pending moderation in the WordPress backend that are in response to another comment are hard to moderate. <a href=\"https://wordpress.org/plugins/show-parent-comment/\">Show Parent Comment</a>, developed by <a href=\"https://profiles.wordpress.org/stephencronin/\">Stephen Cronin</a>, adds a <strong>Show More</strong> dropdown to the <strong>edit-comments.php</strong> screen that allows administrators to see the text of the comment that a person is responding too.</p>\n<p><a href=\"http://wptavern.com/6-wordpress-plugins-that-take-native-comments-to-the-next-level#gallery-48414-1-slideshow\">Click to view slideshow.</a><br />\nI’ve used this plugin for more than two weeks and I enjoy the user interface. It looks and acts as if it’s a natural part of WordPress. Chris Christoff <a href=\"https://core.trac.wordpress.org/ticket/33627\">created a ticket</a> in Trac with the suggestion that a user interface element like the one in Cronin’s plugin be added to core. If you have feedback on the best way to accomplish this, please add it to the ticket.</p>\n<h2>Enhancements to Native Comments</h2>\n<h3>Epoch</h3>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/EpochPluginBanner.png\"><img class=\"aligncenter size-full wp-image-48415\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/EpochPluginBanner.png?resize=806%2C255\" alt=\"Epoch Plugin Banner\" /></a><a href=\"https://wordpress.org/plugins/epoch/\">Epoch</a> is a plugin developed by Postmatic and a few other contributors that enhances WordPress’ comment system. Unlike services such as Disqus or Livefyre that replace the comment system, Epoch adds features to WordPress’ native comments. This allows you to keep comments within your database at all times without relying on a third-party.</p>\n<p>Epoch applies a series of visual enhancements to the comment form. Replies from the post author are a different color from regular responses and the date and time the comment is written is displayed at the top. Epoch also uses Ajax to send and receive comments which eliminates the need to refresh the page.</p>\n<a href=\"http://wptavern.com/6-wordpress-plugins-that-take-native-comments-to-the-next-level#gallery-48414-2-slideshow\">Click to view slideshow.</a>\n<p>Epoch has a front end moderation capability that allows site administrators to approve, trash, or spam comments. Unlike the native comment form, Epoch doesn’t load the comments unless the browser reaches a certain point on a post or is accessed via a direct link.</p>\n<p>In most instances, the comment form loads quickly but on certain mobile devices, the lack of speed is noticeable. The team is aware of the performance issues and is attacking the problem with a three stage approach.</p>\n<p>Epoch relies on JavaScript to function so if a visitor browsing your site has JavaScript disabled, the comments don’t load. Again, the team is aware of this issue and is creating a fallback to WordPress’ native comment system if the files can’t be retrieved from its CDN or JavaScript is disabled.</p>\n<h3>Basic Comment Quicktags</h3>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/BasicCommentQuicktagPluginBanner.png\"><img class=\"aligncenter size-full wp-image-48426\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/BasicCommentQuicktagPluginBanner.png?resize=769%2C251\" alt=\"Basic Comment Quicktag Plugin Banner\" /></a>In WordPress 4.3, the allowed HTML tags text displayed near the comment form <a href=\"https://core.trac.wordpress.org/ticket/30157\">was removed</a>. The tags were removed because they’re note relevant and confusing to most users. While I agree that the text is not relevant, I think the comment form should have basic text formatting buttons so readers don’t have to remember and manually type HTML tags.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/BasicCommentQuicktagsOnTheTavern.png\"><img class=\"size-full wp-image-48428\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/BasicCommentQuicktagsOnTheTavern.png?resize=665%2C368\" alt=\"Basic Comment Quicktags in Action\" /></a>Basic Comment Quicktags in Action\n<p>Once Basic Comment Quicktags is installed, navigate to <strong>Settings – Discussion</strong> and check the box to enable them for comments. When enabled, the comment text area will have Bold, Italic, Link and Quote buttons. The best part of this plugin is that it exposes a built-in core feature using the <a href=\"http://codex.wordpress.org/Quicktags_API\">Quicktags API</a> added to WordPress 3.3. Text formatting buttons in the comment area is a courtesy I’d like more site owners to give to readers.</p>\n<h3>Simple Comment Editing</h3>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/SimpleCommentEditingPluginBanner.png\"><img class=\"aligncenter size-full wp-image-48429\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/10/SimpleCommentEditingPluginBanner.png?resize=764%2C262\" alt=\"Simple Comment Editing Plugin Banner\" /></a><a href=\"https://wordpress.org/plugins/simple-comment-editing/\">Simple Comment Editing</a>, developed by <a href=\"https://profiles.wordpress.org/ronalfy/\">Ronald Huereca</a>, adds the ability for readers to edit their comments in a limited time frame. By default, readers have five minutes to edit their comment once it’s submitted. Although no configuration is necessary, you can alter the time and behavior of the plugin by using <a href=\"https://github.com/ronalfy/simple-comment-editing#wordpress-filters\">actions and filters</a>. I’ve changed the time limit to 15 minutes on the Tavern to make sure readers have plenty of time to make edits.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/SimpleCommentEditingInAction.png\"><img class=\"size-full wp-image-48430\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/SimpleCommentEditingInAction.png?resize=676%2C173\" alt=\"Simple Comment Editing Countdown Timer\" /></a>Simple Comment Editing Countdown Timer\n<p>With Simple Comment Editing installed, the amount of contact form submissions and requests to edit a comment have gone down considerably.</p>\n<h3>Postmatic</h3>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/PostmaticPluginBanner.png\"><img class=\"aligncenter size-full wp-image-48432\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/PostmaticPluginBanner.png?resize=801%2C235\" alt=\"Postmatic Plugin Banner\" /></a><a href=\"https://wordpress.org/plugins/postmatic/\">Postmatic</a> is a plugin that <a href=\"https://gopostmatic.com/\">ties into a service</a> and has a number of features. Readers can subscribe to posts or to comments and receive updates via email. Postmatic has a beautiful email template that shows the most recent reply, the commenter’s Gravatar, and a recap of the post and conversation.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/PostmaticCommentEmailTemplate.png\"><img class=\"size-full wp-image-48433\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/10/PostmaticCommentEmailTemplate.png?resize=727%2C833\" alt=\"Postmatic Comment Email Template\" /></a>Postmatic Comment Email Template\n<p>Readers can respond to comments via email without having to visit the comment form. Site administrators can reply, trash, or submit comments to Akismet via email. It’s important to note that Postmatic is not a third-party commenting service. Instead, it uses the native comment system in WordPress allowing you to keep and own your data at all times.</p>\n<p>While I moderate comments from the WordPress mobile app or the WordPress backend, Postmatic is a great fallback. I also think the email template looks great and offers a better user experience than the comment notification emails provided by WordPress. Postmatic <a href=\"https://gopostmatic.com/technology/\">does a lot more</a> than what I describe above but for the purpose of this article, I focused on the comment portion of the service.</p>\n<p>Postmatic is a new addition to the Tavern that I encourage you to try. After trying it out, please tell me about your experience. I especially wany to know if it’s easier to keep track of and take part in conversations.</p>\n<h2 class=\"font-headlines\">Notifications That a Comment in Moderation is Approved</h2>\n<p>One of the problems I’ve yet to solve is being addressed by a number of WordPress contributors in <a href=\"https://core.trac.wordpress.org/ticket/33717#comment:6\">ticket 33717</a>. If all goes well, it’s possible this feature will be added to WordPress 4.4. Once added, readers whose comments end up in the moderation queue will automatically be notified by WordPress when it’s approved.</p>\n<h2>It’s Not Perfect but It’s an Improvement</h2>\n<p>Even with all the features these plugins provide, I don’t think the comment system in WordPress or the form on WP Tavern is perfect. I’m not sure if perfection of either can be achieved. However, I think both are improvements over the previous iterations. If there’s a plugin you use to improve WordPress’ native comments or its moderation system, let me know about it in the comments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Oct 2015 08:28:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:41:\"Donncha: The Web Won’t Forget Alex King\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"http://z9.io/?p=89499737\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://z9.io/2015/09/29/the-web-wont-forget-alex-king/\";s: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:2811:\"<p>If you use a WordPress site, either as a visitor or owner, you’re using code that <a href=\"http://alexking.org/\">Alex King</a>, one of the original developers of WordPress, worked on. </p>\n<p>He passed away after fighting <a href=\"http://alexking.org/blog/thread/cancer\">cancer for 2 years</a> but his online presence lives on in the form of his blog with it’s deep archive of posts going back years, and in so much code that it’s humbling to look at his <a href=\"http://alexking.org/projects\">projects page</a>. Looking through the svn log of WordPress trunk shows he still had a hand in helping the WordPress project until relatively recently:</p>\n<blockquote><p>trunk$ svn log|grep alexkingorg<br />\nprops alexkingorg for the initial, long-suffering patch.<br />\nprops alexkingorg. fixes <a href=\"https://core.trac.wordpress.org/ticket/24162\">#24162</a>.<br />\nProps alexkingorg<br />\n`wp.media` instead of just `media`. props alexkingorg, see #22676.<br />\nAdd $post_ID context to the pre_ping filter. props alexkingorg, devesine. fixes #18506.<br />\nAdd filter so the users can select custom image sizes added by themes and plugins, props alexkingorg, fixes #18520<br />\nesc_textarea() and application for obvious textarea escaping. props alexkingorg. fixes #15454<br />\nEscape links by default. Props alexkingorg. see #13051<br />\nSafely include class-json.php, class-simplepie.php and class-snoopy.php, props alexkingorg, fixes #11827<br />\nFix user creation from admin after changes for #10751. Fixes #10811 props alexkingorg.<br />\nHooks needed to allow alternate category admin inteface. Props alexkingorg. fixes #3408<br />\nWrap cat name in CDATA. props alexkingorg. fixes #3252</p></blockquote>\n<p>I’m sorry I never met Alex, however I remember working virtually with him and Adam Tow on AllThingsD which seems like a lifetime away now. Adam has <a href=\"http://tow.com/2015/09/28/remembering-alex-king/\">a great article</a> on Alex on his blog, as does Matt <a href=\"http://ma.tt/2015/09/remembering-alex-king/\">who went into detail</a> about Alex’s involvement with WordPress going back to the days of b2. I had completely forgotten <a href=\"http://alexking.org/blog/2004/01/25/wordpress-css-style-competition\">the CSS competition</a> he mentioned!</p>\n<p>Alex, your legacy lives on. </p>\n\n<p><strong>Related Posts</strong><ul><li> <a href=\"http://z9.io/2003/03/10/b2-hacks/\" rel=\"bookmark\" title=\"Permanent Link: b2 Hacks\">b2 Hacks</a></li><li> <a href=\"http://z9.io/2007/12/12/how-to-find-cocaine-in-ireland/\" rel=\"bookmark\" title=\"Permanent Link: How to find cocaine in Ireland\">How to find cocaine in Ireland</a></li><li> <a href=\"http://z9.io/2003/05/31/king-of-hearts/\" rel=\"bookmark\" title=\"Permanent Link: King Of Hearts\">King Of Hearts</a></li></ul></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, 29 Sep 2015 20:44: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:7:\"Donncha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:92:\"WPTavern: WordPress 4.4 Removes the View Post and Get Shortlink Buttons From the Post Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordpress-4-4-removes-the-view-post-and-get-shortlink-buttons-from-the-post-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2435:\"<p>In WordPress 4.4, the View Post button in the post editor is disappearing in favor of a clickable permalink. Four years ago, <a href=\"http://scribu.net/\">Scribu</a>, who is a <a href=\"http://scribu.net/blog/left-wordpress.html\">former WordPress contributor</a>, created ticket <a href=\"https://core.trac.wordpress.org/ticket/18306\">#18306</a>. In the ticket, Scribu explains that the View Post button is redundant functionality and suggests that it be removed in favor of a clickable permalink.</p>\n<p>Here are two screenshots of the post editor. The first is WordPress 4.3 and the second is WordPress 4.4. Clicking the permalink allows you to preview the post in its current state. Notice the slug part of the URL is in bold. You need to click the Edit button to edit the permalink.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/WP43PermalinkEditor.png\"><img class=\"wp-image-48397 size-full\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/WP43PermalinkEditor.png?resize=568%2C213\" alt=\"WordPress 4.3 Post Editor\" /></a>WordPress 4.3 Post Editor\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/09/WP44PermalinkEditor.png\"><img class=\"wp-image-48398 size-full\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/09/WP44PermalinkEditor.png?resize=570%2C188\" alt=\"WordPress 4.4 Post Editor\" /></a>WordPress 4.4 Post Editor\n<p>Not only does this change remove redundant functionality, it removes a UI element from the page. Enhancements like these are a huge win for WordPress because it makes the interface simpler without permanently removing the button’s purpose.</p>\n<p>In addition to the View Post button, the Get Shortlink button is also removed. The button shows up if you’re using a custom shortlink and can be re-enabled using code or a plugin. For most users, the Edit button is the only one they’ll see between the post title and content box.</p>\n<p>I expect some users will be frustrated as they go through the process of changing their workflow but overall, I think it’s a great improvement. What do you think?</p>\n<hr />\n<p>If you’re using the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress beta testing plugin</a> by Peter Westwood, I encourage you to set it to bleeding edge nightlies and update your site. You’ll be able to test this change and others during the WordPress 4.4 development cycle.</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, 29 Sep 2015 19:22:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:27:\"Matt: Remembering Alex King\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45372\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://ma.tt/2015/09/remembering-alex-king/\";s: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:6442:\"<p><a href=\"http://ma.tt/2009/05/wordcamp-sf-2009-2/mcm_0235-2/\"><img class=\"alignright\" src=\"http://i1.wp.com/ma.tt/files/2009/05/MCM_0235.JPG?resize=276%2C415\" alt=\"\" /></a>Alex speaking at WordCamp SF 2009One of the original WordPress developers, Alex King, has passed <a href=\"http://alexking.org/blog/thread/cancer\">from cancer</a> at far too young an age. Alex actually <a href=\"http://alexking.org/blog/2002/10/24/b2-coding\">got involved with b2 in 2002</a> and was active in the forums and the “hacks” community there.</p>\n<p>Alex had a background as a designer before he learned development, and I think that really came through as he was one of those rare people who thought about the design and usability of his code, the opposite of most development that drifts toward entropy and complexity. One of my favorite things about Alex was how <em>darn tasteful</em> he was. He would think about every aspect of something he built, every place someone could click, every path they could go down, and gave a thoughtfulness to these paths that I still admire and envy today.</p>\n<p>As an example look at his <a href=\"http://alexking.org/project/post-formats-admin-ui\">project page (essentially a category archive) for the Post Formats Admin UI</a>, isn’t that clever and intuitive how the posts connect together, and when more time passes in the thread it’s <a href=\"https://cloudup.com/ceWJeb9zcK6\">shown as a break</a>. It’s classic Alex: something simple and thoughtful that in hindsight is so gobsmackingly obvious you wonder why everything doesn’t work that way, but you never would have imagined it beforehand. And Alex wouldn’t just imagine it and do it for himself, he released his best work as open source, as a gift to the community and the world, over and over and over again.</p>\n<p>Back when WordPress was getting started Alex was a celebrity of the b2 world, his hacks (plugins before plugins) were some of the coolest ones around. We had a ton of overlapping interests in web standards, photography, development, and gadgets so we frequently read and commented on each other’s blogs. I would never miss a post on his site, and that’s back when we were both doing one or more posts a day. To get a sense of Alex it’s worth <a href=\"http://alexking.org/blog\">exploring his blog</a> — he was a clear thinker and therefore a clear writer. The straightforward nature Alex wrote with was something I always admired about him.</p>\n<p>We <a href=\"http://alexking.org/blog/2003/07/08/wordpress-development\">discussed WordPress early on</a>, Alex <a href=\"http://alexking.org/blog/2003/07/23/wordpress-hacks\">signed up to help with what later became the plugin directory</a>, and <a href=\"http://alexking.org/blog/2004/01/25/wordpress-css-style-competition\">his CSS competition</a> (look at those prizes! and notice it’s all GPL) was hugely influential on the path to themes, and <a href=\"http://alexking.org/blog/2003/08/15/wordpress-dev\">he officially became a contributing developer in August of 2003</a>.</p>\n<p>The list of what Alex was one of the first to do in the WordPress community is long, and <em>in hindsight</em> seems gobsmackingly obvious, which is the sign of innovation. I smile when I think of how he <a href=\"http://alexking.org/blog/2003/10/02/moving-to-denver\">moved from the Bay area to Denver</a> before it was cool, or his <a href=\"https://cloudup.com/cL9v2RKEI0T\">love of scare quotes</a>. Once there was something going on in WordPress and he called me to talk about it, I was so surprised, he said the number was right on my contact page (and it was) but even though it had been there for years no one had ever called it before, but that was just the type of person Alex was, always reaching out and connecting.</p>\n<p><img src=\"https://atow.files.wordpress.com/2015/09/2007-04-16_2122-18_8683.jpg\" alt=\"\" /></p>\n<p><em>Adam Tow, myself, Barry Abrahamson, Alex King; Photo from <a href=\"http://tow.com/2015/09/28/remembering-alex-king/\">Adam Tow’s post</a>.</em></p>\n<p>I’m not sure how to include this next part: I couldn’t write last night — I was too tired. After falling asleep I had one of those super vivid dreams that you can’t tell are dreams. There had been some sort of mix-up on Twitter and Alex was still alive, I visited Colorado with my sister and saw him surrounded by family at a picnic table, all the rooms were taken so they put me on a floor mattress where I slept. Tons of his friends were around and we took pictures together, he was excited about the better front camera on the 6s+. (Alex understood mobile all the way back to the Treo days.) It was all very ordinary and in a group setting, until we decided to walk alongside a small highway, past some grain silos, to meet the group at a bar. The walk was just the two of us and we talked and laughed about the big mix-up and he asked about this post, what was going to be in it. He got most excited and emphatic with the part about him being a developer with great taste, and a clear writer <a href=\"http://www.williamzinsserwriter.com/\">William Zinsser</a> would be proud of, so I like to think that those were two things he was proud of. The overwhelming emotion I remember was joy. Waking up was disconcerting, part of me wants to believe part of Alex’s spirit was there, where another more logical part thinks my mind was just going through <a href=\"https://en.wikipedia.org/wiki/K%C3%BCbler-Ross_model\">the denial stage of grief</a>. Regardless I know that Alex will stay in the minds of people who knew him for many years to come.</p>\n<p>Code that Alex wrote still runs billions of times a day across millions of websites, and long after that code evolves or gets refactored the ideas and philosophy he embedded in WordPress will continue to be part of who we are. Alex believed so deeply in open source, and was one of the few people from a design background who did. (Every time you see <a href=\"https://en.wikipedia.org/wiki/Share_icon\">the share icon</a> on the web or in Android you should think of him.) I like the idea that part of his work will continue in software for decades to come, but I’d rather have him here, thinking outside the box and challenging us to do better, to be more obvious, and work harder for our users. He never gave up.</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, 29 Sep 2015 17:57:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:58:\"WPTavern: Alex King, Founder of Crowd Favorite Passes Away\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48380\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/alex-king-founder-of-crowd-favorite-passes-away\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8966:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/AlexKingWithDaughter.jpg\"><img class=\"size-full wp-image-48381\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/AlexKingWithDaughter.jpg?resize=620%2C360\" alt=\"Alex King with his daughter Heather\" /></a>Alex King with his daughter Caitlin\n<p>Alex King, who founded web development agency <a href=\"https://crowdfavorite.com/\">Crowd Favorite,</a> and <a href=\"https://profiles.wordpress.org/alexkingorg/\">author</a> of several WordPress themes and plugins <a href=\"http://tow.com/2015/09/28/remembering-alex-king/\">passed away last night</a> at his home. In January 2013, King was diagnosed with stage four colon cancer. He used his blog to tell the <a href=\"http://alexking.org/blog/thread/cancer\">story of his fight to stay alive</a>.</p>\n<p>On August 24th, King <a href=\"http://alexking.org/blog/2015/08/24/cycle-1-of-new-trial\">finished the first cycle</a> of a new clinical trial that he says went well.</p>\n<blockquote><p>I’m nearly through my first cycle of the new clinical trial and overall I think it’s gone pretty well. I was able to get the 6 pills/day (3 in the morning, 3 in the evening) without too much concern. That said, by the end of the 5 days taking the pills I would basically sleep for the day.</p></blockquote>\n<p>On the same day, he published what would be his <a href=\"http://alexking.org/blog/2015/08/24/rememberances\">final request</a> to the WordPress community. King requested that anyone with memories of him and his career to submit them to his wife.</p>\n<blockquote><p>One of the things my wife and I are trying to do is put together some information about my career that will hopefully give my 6 year-old daughter a better sense of who I was as an adult. She knows me as “dad”, but when she gets older she’ll be curious about who I was to my peers and colleagues.</p></blockquote>\n<p>If you have any memories of King, please honor his request and <a href=\"http://alexking.org/contact\">submit them</a> to his wife.</p>\n<h2>Outpouring of Support</h2>\n<p>As the news of King’s death spread throughout the community, many shared grief on Twitter while others reflected on his accomplishments in WordPress.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">Most <a href=\"https://twitter.com/hashtag/WordPress?src=hash\">#WordPress</a> users will never know how important <a href=\"https://twitter.com/alexkingorg\">@alexkingorg</a> was to our CMS. A great loss to the community. <a href=\"https://t.co/JPtI3gMfE7\">https://t.co/JPtI3gMfE7</a></p>\n<p>— Name cannot be blank (@mor10) <a href=\"https://twitter.com/mor10/status/648574009097875456\">September 28, 2015</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">alex king (<a href=\"https://twitter.com/alexkingorg\">@alexkingorg</a>) was an incredible asset to <a href=\"https://twitter.com/hashtag/wordpress?src=hash\">#wordpress</a>. he will be missed.</p>\n<p>— Tom McFarlin (@tommcfarlin) <a href=\"https://twitter.com/tommcfarlin/status/648561299689996288\">September 28, 2015</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">Things <a href=\"https://twitter.com/alexkingorg\">@alexkingorg</a> committed to WordPress: Rss feeds for comments, password protected posts, comments having linkable URLS, & Localization.</p>\n<p>— Aaron Jorbin (@aaronjorbin) <a href=\"https://twitter.com/aaronjorbin/status/648555278892404736\">September 28, 2015</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">So sad to hear of the death of <a href=\"https://twitter.com/alexkingorg\">@alexkingorg</a>. One of the original WordPress developers. RIP.</p>\n<p>— Mike Little (@mikelittlezed1) <a href=\"https://twitter.com/mikelittlezed1/status/648639966092902401\">September 28, 2015</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">Very sad to hear about the passing of <a href=\"https://twitter.com/alexkingorg\">@alexkingorg</a> – smart, analytical, kind, every time I met/talked w/ him.</p>\n<p>— Cory Miller (@corymiller303) <a href=\"https://twitter.com/corymiller303/status/648590138331656192\">September 28, 2015</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">One of the earliest <a href=\"https://twitter.com/techstars\">@techstars</a> mentors passed. An original <a href=\"https://twitter.com/WordPress\">@wordpress</a> developer w/ <a href=\"https://twitter.com/photomatt\">@photomatt</a>, <a href=\"https://twitter.com/alexkingorg\">@alexkingorg</a> embodied <a href=\"https://twitter.com/hashtag/givefirst?src=hash\">#givefirst</a> perfectly.</p>\n<p>— Micah Baldwin (@micah) <a href=\"https://twitter.com/micah/status/648582043161391104\">September 28, 2015</a></p></blockquote>\n<p></p>\n<p>In addition to Twitter, many published their thoughts and memories of King on their site.</p>\n<ul>\n<li><a href=\"http://tow.com/2015/09/28/remembering-alex-king/\">Remembering Alex King</a></li>\n<li><a href=\"http://pressnomics.com/2015/09/alex-king-1975-2015/\">Alex King 1975-2015</a></li>\n<li><a href=\"http://wp.mattwie.be/2015/09/28/rip-alex-king/\">RIP Alex King</a></li>\n<li><a href=\"https://poststatus.com/alex-king/\">Rest in peace, Alex King</a></li>\n<li><a href=\"http://chrislema.com/remembering-alex-king/\">Chris Lema on Remembering Alex King</a></li>\n</ul>\n<h2>King’s Impact on WordPress Early On</h2>\n<p>King is one of a handful of people who witnessed the transition <a href=\"https://github.com/WordPress/book/blob/master/Content/Part%201/2-b2-cafelog.md\">from b2 to WordPress</a>. He’s one of the earliest WordPress developers and is largely credited with motivating developers to <a href=\"https://github.com/WordPress/book/blob/master/Content/Part%203/12-themes.md\">build themes</a> using the template engine in WordPress 1.5.</p>\n<blockquote><p>Alex King wrote a <a href=\"http://alexking.org/blog/2004/01/20/wordpress-css-style-switcher\">CSS Style Switcher</a> hack, which came with three CSS stylesheets. Not everyone who had a WordPress blog wanted to create their own stylesheet, and many didn’t know how. Users needed a pool of stylesheets to choose from. To grow the number of stylesheets available, Alex ran a WordPress <a href=\"http://alexking.org/blog/2004/01/25/wordpress-css-style-competition\">CSS Style competition</a>. Prizes, donated by members of the community, were offered for the top three stylesheets; $70, $35, and $10 respectively. – WordPress History Book</p></blockquote>\n<p>In the first contest, King received 38 submissions with Pink Lillies by Naoko Takano winning first place.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/pink-lillies.png\"><img class=\"size-large wp-image-48383\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/pink-lillies.png?resize=500%2C300\" alt=\"Pink Lillies Wins First Design Contest\" /></a>Pink Lillies Wins First Design Contest\n<p>Each sylesheet submitted to the contest was <a href=\"http://alexking.org/projects/wordpress/styles\">available to the public</a>. In essence, King’s website was an early version of the WordPress theme directory. In the <a href=\"http://alexking.org/blog/2005/02/27/wordpress-theme-competition\">second contest</a>, he received over 100 submissions. In total, King hosted 138 themes on his site. He decided not to host the competition again in 2006 due to the sheer amount of work required.</p>\n<h2>Appearances</h2>\n<p>King appeared on several different WordPress podcasts and spoke at a number of WordCamps. Here are links to a few of them.</p>\n<ul>\n<li><a href=\"http://wptavern.com/wpweekly-episode-79-%e2%80%93-alex-king-and-wphelpcenter\">WPWeekly Episode 79 – Alex King And WPHelpCenter</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=6x-WXann_O0\">DradCast – Episode 037 with Alex King</a></li>\n<li><a href=\"http://www.wpelevation.com/2014/01/episode-15-alex-king/\">WP Elevation Episode #15 – Alex King</a></li>\n<li><a href=\"http://archive.wordpress.org/interviews/2013_04_23_King.html#L53\">Interview from 2013 for the WordPress History book</a></li>\n</ul>\n<p></p>\n<p></p>\n<p></p>\n<h2>My Memorable Experience With Alex King</h2>\n<p>The last time I spoke to King in person was at WordCamp San Francisco 2013. A group of us rode together in a party limo complete with blinking lights inside. I sat across from him and asked a few questions related to his health. I also asked him about the early days of WordPress. King was a soft-spoken man who at times is hard to hear but it turned out to be a great and memorable conversation.</p>\n<p>The WordPress community has lost an inspirational person and a pillar of the WordPress project. My deepest condolences go out to his friends and family. King is survived by his wife Heather and his daughter Caitlin.</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, 29 Sep 2015 02:42:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:37:\"Post Status: Rest in peace, Alex King\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=14479\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://poststatus.com/alex-king/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2118:\"<p>The prototypical WordPress developer and blogger, Alex King was a tremendously influential member of the WordPress ecosystem.</p>\n<p>He was one of a very small group of people involved during the transition of b2 to WordPress. He helped to create the website that would become the first WordPress.com VIP client. He started the first WordPress-centric consulting agency. He was fundamental to the development and direction of dozens of WordPress features. He even created a small icon that would go on to become the ubiquitous “share icon”.</p>\n<p>Alex was a selfless contributor, a driven entrepreneur, and a friend to many. He was also a husband to Heather and a father to Caitlin.</p>\n<p>In addition to web work, Alex loved golf and photography. His blog is an outstanding example of the art, where he logged his story, his passions, and his challenges. I could not possibly tell his story better <a href=\"http://alexking.org/about\">than he himself can</a>.</p>\n<p>Following are more valuable links to help remember Alex:</p>\n<ul>\n<li><a href=\"http://alexking.org/\">Alexking.org</a></li>\n<li><a href=\"http://alexking.org/blog/thread/cancer\">His open battle with cancer</a></li>\n<li><a href=\"http://alexking.org/blog/topic/wordpress\">His WordPress posts</a></li>\n<li><a href=\"http://alexking.org/blog/topic/photography\">His photography</a></li>\n<li><a href=\"https://profiles.wordpress.org/alexkingorg/\">His WordPress.org profile</a></li>\n<li><a href=\"http://archive.wordpress.org/interviews/2013_04_23_King.html\">His interview for the WordPress history book</a></li>\n<li><a href=\"https://crowdfavorite.com/\">Crowd Favorite, the agency he founded</a></li>\n<li><a href=\"http://tri.be/thank-you-alex-king/\">Peter Chester reflects on the impact Alex had in his life</a></li>\n<li><a href=\"http://tow.com/2015/09/28/remembering-alex-king/\">A remembrance from his friend Adam Tow</a></li>\n<li><a href=\"http://ma.tt/2015/09/remembering-alex-king/\">Matt Mullenweg remembers Alex King</a></li>\n</ul>\n<p>Today is a sad day for the WordPress community, and Alex King will be missed. May he rest in peace.</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, 28 Sep 2015 20:29:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:72:\"WPTavern: WordPress 4.4 to Possibly Rearrange Fields to the Comment Form\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48365\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordpress-4-4-to-possibly-rearrange-fields-to-the-comment-form\";s: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:1622:\"<p>WordPress plugin and theme developers need to take note of an <a href=\"https://make.wordpress.org/core/2015/09/25/changes-to-fields-output-by-comment_form-in-wordpress-4-4/\">important change in WordPress 4.4</a> that rearranges the comment form. In WordPress 4.4, the comment form is arranged so that the text area is displayed first followed by the name, email, and website fields.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/CommentsFirst.png\"><img class=\"size-full wp-image-48366\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/CommentsFirst.png?resize=1024%2C992\" alt=\"Comment Text Area is First\" /></a>Comment Text Area is First\n<p>According to Aaron Jorbin, WordPress core developer, the change improves navigation when using the keyboard to toggle through fields. It also makes it easier for users to leave comments.</p>\n<p>Since the change requires filters and actions to run in a different order, the HTML output by <code>comment_form</code> will be different. Jorbin explains that if developers use any of the hooks inside <code>comment_form</code>, especially <code>comment_form_field_comment</code> and <code>comment_form_after_fields</code>, developers should test their themes and plugins using <a href=\"https://wordpress.org/download/nightly/\">WordPress 4.4 nightlies</a>.</p>\n<p>If you run into any problems or inconsistencies, please report them to<a href=\"https://core.trac.wordpress.org/ticket/29974\"> ticket #29974</a>. What do you think of the change? Do you think readers want to write their comment first instead of filling out the other three fields?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 27 Sep 2015 19:02: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:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"WPTavern: WordCampus Renames Event to WPCampus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48351\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/wordcampus-renames-event-to-wpcampus\";s: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:1937:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/WPCampusFeaturedImage.png\"><img class=\"aligncenter size-full wp-image-48353\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/WPCampusFeaturedImage.png?resize=811%2C161\" alt=\"WPCampus Featured Image\" /></a>When <a href=\"http://wptavern.com/wordcampus-a-conference-devoted-to-using-wordpress-in-higher-education\">WordCampus was announced</a>, some of our readers <a href=\"http://wptavern.com/wordcampus-a-conference-devoted-to-using-wordpress-in-higher-education#comment-72098\">expressed concern</a> that the event’s name is too similar to <a href=\"https://2015.us.wordcamp.org/\">WordCamp US</a> and would cause confusion.</p>\n<p>There was also concern that without being officially sanctioned by WordCamp Central, the event would infringe the <a href=\"http://wordpressfoundation.org/trademark-policy/\">WordCamp trademark</a> that is owned and protected by the WordPress Foundation. To alleviate these concerns, the organizing group changed the name from WordCampus to <a href=\"http://wpcampus.org/\">WPCampus</a>.</p>\n<p>Rachel Carden, one of the event’s primary organizers, says the team had a backup plan from day one, “While most of the community agreed that the name WordCampus was spot on, the possibility of changing our name was proposed from day one as WordCampus was being confused with WordCamp US,” Carden said.</p>\n<p>“As much as we love WordCampus, we didn’t want it to get in the way of what we hope to achieve, so the topic was passionately discussed at a planning meeting. The entire community cast their votes for a new name and WPCampus was selected as the clear winner,” Carden told the Tavern.</p>\n<p>More than 250 people have expressed interest in WPCampus. If you’re interested in speaking, sponsoring, or attending the event, please <a href=\"http://wpcampus.org/\">fill out the survey. </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:\"Sun, 27 Sep 2015 17:25: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Matt: Cars should be Open Source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45365\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://ma.tt/2015/09/cars-should-be-open-source/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:741:\"<blockquote><p>“The reality is that more and more decisions, including decisions about life and death, are being made by software,” Thomas Dullien, a well-known security researcher and reverse engineer who goes by the Twitter handle Halvar Flake, said in an email. “But for the vast majority of software you interact with, you are not allowed to examine how it functions,” he said.</p></blockquote>\n<p>The Times <a href=\"http://www.nytimes.com/2015/09/27/business/complex-car-software-becomes-the-weak-spot-under-the-hood.html\">has a great look at hacker and car manufacturer mishaps and makes the case over and over again for Open Source</a>. It’s great to see more of the world waking up to the importance of open source.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Sep 2015 18:18: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: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:81:\"WPTavern: Freenode to Purge Inactive Nicks, Channels, and Accounts on October 2nd\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48346\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/freenode-to-purge-inactive-nicks-channels-and-accounts-on-october-2nd\";s: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:1822:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/cleaning.jpg\"><img class=\"size-full wp-image-16322\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/cleaning.jpg?resize=1025%2C491\" alt=\"photo credit: 13Moya 十三磨牙 - cc\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/ericqian/4447132325/\">13Moya 十三磨牙</a> – <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a>\n<p><a href=\"https://freenode.net/\">Freenode</a>, the IRC network responsible for hosting communication servers for WordPress and many other open source projects <a href=\"http://blog.freenode.net/2015/09/services-database-purge/\">will be performing maintenance</a> on or around October 2nd. Freenode will remove expired nicks, channels, and accounts.</p>\n<p>Although a lot of people have switched to <a href=\"https://make.wordpress.org/chat/\">SlackHQ</a> from IRC to communicate in real-time, the WordPress support channel with hundreds of users still exists on Freenode with no plans to move it to Slack.</p>\n<p>If you have a registered account on Freenode and have not identified with the service in 120 days or more, you must authenticate your account before October 2nd. You can do this by connecting to Freenode and using the <em>/msg nickserv identify</em> command, then enter your password.</p>\n<p>If you’ve forgotten your password, use the <em><span class=\"verbatim-b\"><a href=\"https://freenode.net/faq.shtml\">/msg nickserv sendpass</a></span></em> command to recover lost passwords. Alternatively, use the <em>/msg nickserv help sendpass</em> command to receive help recovering your password.</p>\n<p>It’s especially important for users who have registered channels on Freenode to authenticate or else the username and channels associated with it will be removed.</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, 25 Sep 2015 18:57:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:29:\"Donncha: WP Super Cache 1.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:24:\"http://z9.io/?p=89499667\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://z9.io/2015/09/25/wp-super-cache-1-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:6585:\"<p><a href=\"https://wordpress.org/plugins/wp-super-cache/\">WP Super Cache</a> is a fast caching plugin for WordPress. It will help your site run faster and serve more traffic.</p>\n<p>This is a security and bugfix release.\n<ul>\n<li>Some servers display a directory index when no index.html is found in a directory. That may reveal the filenames of cache files.</li>\n<li> There were issues in the settings page that might allow an attacker to browse or delete files named index.html.</li>\n<li> PHP Object Injection could occur if an attacker managed to inject malicious code into the legacy cache meta files.</li>\n</ul>\n<p>When you upgrade, your “legacy cache” files for logged in users will be deleted. This may have an impact on your site:</p>\n<ul>\n<li>If your site is slow at generating new pages.</li>\n<li>If you have many known users (logged in users or people who comment).</li>\n</ul>\n<p>Your site will suddenly have to generate new cache files for all visiting known users.</p>\n<p>Relying on caching like this is not recommended for these types of users as it’s very inefficient. Each user has a separate cache file that must be checked whenever the plugin does administration work like cleaning up stale cache files.</p>\n<p>If most of your traffic is anonymous users who don’t comment you don’t need to worry about this.</p>\n<h3>Directory Listings</h3>\n<p>If a server is configured to show directory listings it will show files and directories in the cache directory to visitors who access those directories directly through their browser. This might reveal private posts, and in the case where legacy caching is enabled for known users the login cookie was stored in “.meta” files that could be downloaded.</p>\n<p><a href=\"http://i2.wp.com/z9.io/files/2015/08/Screen-Shot-2015-08-11-at-14.40.00.png\"><img src=\"http://i2.wp.com/z9.io/files/2015/08/Screen-Shot-2015-08-11-at-14.40.00.png?resize=660%2C275\" alt=\"2013\" class=\"aligncenter size-large wp-image-89499673\" /></a></p>\n<p>Files named “index.html” were added to the main cache directories to stop remote users viewing the contents of the cache directories. Unfortunately it’s not possible to add empty index.html files to the supercache directories because those files could be served by accident to legitimate visitors of the site. However, the plugin will also add a directive that disables directory listings to the file cache/.htaccess. You can now also change the location of the cache directory on the Advanced Settings page of the plugin. If you can’t disable directory indexing on your server and you have private posts you should change this location and use PHP mode to serve cache files.</p>\n<p><img src=\"http://i2.wp.com/z9.io/files/2015/08/cache-location.png?resize=660%2C314\" alt=\"cache-location\" class=\"aligncenter size-full wp-image-89499679\" /></p>\n<p>If a directory index is found in the cache directory it will show a warning like this to administrators:</p>\n<p><a href=\"http://i2.wp.com/z9.io/files/2015/08/Screen-Shot-2015-08-12-at-12.27.29.png\"><img src=\"http://i2.wp.com/z9.io/files/2015/08/Screen-Shot-2015-08-12-at-12.27.29.png?resize=660%2C231\" alt=\"index.html warnings\" class=\"aligncenter size-large wp-image-89499671\" /></a></p>\n<p>Clicking the logout link will log everyone out, except the user who clicks it, but it guarantees that the login cookies are updated, just in case someone has copied the cookie from an old meta file. </p>\n<h3>Directory Traversal and File Deletion</h3>\n<p>User input in the settings page wasn’t properly sanitised. The code that sanitised directory paths when deleting cache files wasn’t secure and might allow an attacker to view or delete files named index.html. Deletes are protected by a nonce, limiting the useful lifetime of the URL however.</p>\n<h3>PHP Object Injection</h3>\n<p>The plugin used serialize and unserialize <a href=\"https://wordpress.org/support/topic/php-object-injection?replies=2\">to store data</a> in “legacy cache” meta files. This might be used to perform a <a href=\"https://www.owasp.org/index.php/PHP_Object_Injection\">PHP object injection</a> attack. Serialised data is now stored as JSON data.</p>\n<p>The format of legacy cached files has changed. The files in the meta directory no longer have a .meta extension. They are .php files now and each file has a “die()” command to stop anyone loading them.<br />\nThe data stored in those files is now stored as JSON serialised data. The login cookie is an MD5 hash now as well.<br />\nWhen you upgrade the plugin your existing legacy cache files will be deleted and regenerated as visitors use your site.</p>\n<p>Apart from those security fixes there have been a number of enhancements and bugfixes:</p>\n<ul>\n<li> Disabling the plugin no longer deletes the configuration file. Uninstalling will do that however.</li>\n<li> Enhancement: Only preload public post types. Props webaware.</li>\n<li> It’s now possible to deactivate the plugin without visiting the settings page.</li>\n<li> Fixed the cache rebuild system. Rebuild files were deleted immediately but now survive up to 10 seconds longer than the request that generate them.</li>\n<li> Minor optimisations: prune_super_cache() exits immediately if the file doesn’t exist.</li>\n<li> The output of wp_cache_get_cookies_values() is now cached per visit.</li>\n<li> Added PHP pid to the debug log to aid debugging.</li>\n<li> Various small bug fixes.</li>\n<li> Fixed reset of expiry time and GC settings when updating advanced settings.</li>\n<li> Removed CacheMeta class to avoid APC errors. It’s not used any more.</li>\n<li> Fixed reset of advanced settings when using “easy” settings page.</li>\n</ul>\n<p>This release wouldn’t be possible without the help of <a href=\"https://kraft.im/\">Brandon Kraft</a>, <a href=\"https://medium.com/@dane\">Dane Odekirk</a>, Ben Bidner, Jouko Pynnönen and <a href=\"https://scrutinizer-ci.com/\">Scrutinizer</a>. Thank you all!</p>\n\n<p><strong>Related Posts</strong><ul><li> <a href=\"http://z9.io/2008/10/24/wp-super-cache-084-the-garbage-collector/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.4, the garbage collector\">WP Super Cache 0.8.4, the garbage collector</a></li><li> <a href=\"http://z9.io/2009/01/09/wp-super-cache-087/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.7\">WP Super Cache 0.8.7</a></li><li> <a href=\"http://z9.io/2010/02/08/wp-super-cache-099/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.9.9\">WP Super Cache 0.9.9</a></li></ul></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, 25 Sep 2015 17:19: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:7:\"Donncha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:60:\"WPTavern: Lessons I Learned Moderating Comments in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=48340\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/lessons-i-learned-moderating-comments-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3414:\"<p>In the past 4-5 weeks, I’ve moderated every comment submitted to WP Tavern. Not only was it an experiment to see what would happen but a new way for me to use WordPress. The experiment introduced me to several drawbacks in WordPress’ comment moderation system.</p>\n<h2>Lack of Context</h2>\n<p>Comments that are pending moderation in the WordPress backend that are in response to another comment are hard to moderate. Take the following screenshot for example. This comment is in response to a comment submitted by Norcross. Unless I open Norcross’ comment in a new browser tab or window, I have no idea what the context of the conversation is. Pending notifications in the WordPress mobile app also don’t show text from the parent comment.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/WordPress43CommentContent.png\"><img class=\"size-full wp-image-48150\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/WordPress43CommentContent.png?resize=851%2C161\" alt=\"WordPress 4.3 Comment Content Area\" /></a>WordPress 4.3 Comment Content Area\n<p>I propose that WordPress core adds the text from parent comments to replies in the backend so I know what people are responding too. This also helps when replying to comments from the backend as I’ll know the context of the conversation.</p>\n<h2>Lack of Notifications That a Comment in Moderation is Approved</h2>\n<p>WordPress does not send an email notification when a comment is approved from moderation. However, there are a lot of people <a href=\"https://core.trac.wordpress.org/ticket/33717\">working to add</a> this feature to WordPress 4.4.</p>\n<h2>A Whitelisting System for Anonymous Comments</h2>\n<p>The biggest drawback to comment moderation is that not every comment needs to be moderated. A whitelisting system can lessen the burden of having to moderate each comment.</p>\n<p>WordPress provides the ability to blacklist comments. You can also configure a set of parameters to determine when a comment goes into the moderation queue such as, number of links, content within the comment, and if the comment author has a previously approved comment. None of these configurations are useful if WordPress is configured to send every comment to moderation.</p>\n<p>WP Tavern does not have open registration and allows comments from anonymous people. This makes whitelisting difficult since the IP address, name, URL, and email address of a commenter can easily change or be imitated. The whitelisting component of WordPress becomes more useful if you can tie it to a registered user account.</p>\n<p>I’m unsure if WordPress can improve this area of the moderation system or if it’s an assumed risk administrators take when accepting anonymous comments.</p>\n<h2>A Major Time Suck</h2>\n<p>Moderating every comment is a pain and sucks up time that can be spent doing something else. During my vacation last week, I continued to moderate comments from the WordPress mobile app because if I didn’t, the conversation stopped. I’ve concluded that by accepting anonymous comments, there needs to be a way for the audience to help moderate instead of doing it on my own.</p>\n<p>In a future post, I’m going to list a few WordPress plugins I’ve discovered that takes the commenting system to the next level. Many of the plugins solve one or most of the problems listed above.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Sep 2015 15:52:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:56:\"WPTavern: WP Super Cache 1.4.5 Patches XSS Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48336\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wptavern.com/wp-super-cache-1-4-5-patches-xss-vulnerability\";s: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:606:\"<p>If you use <a href=\"https://wordpress.org/plugins/wp-super-cache/\">WP Super Cache</a>, you should immediately update to version 1.4.5 as it <a href=\"https://wordpress.org/plugins/wp-super-cache/changelog/\">patches a XSS vulnerability</a> in the settings page. This version also prevents PHP object injections. In addition to security patches, 1.4.5 contains a number of bug fixes. Make sure to update your sites as soon as possible to patch the vulnerability. You can <a href=\"http://z9.io/2015/09/25/wp-super-cache-1-4-5/\">find more details</a> on this release on Donncha Ó Caoimh’s website.</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, 25 Sep 2015 14:37: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:\"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: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:85:\"Post Status: All about the WordPress REST API and its current state — 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=14463\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/the-wordpress-rest-api-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:3437:\"<p>Welcome to the Post Status Draft podcast, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a> and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Brian and his co-host, <a href=\"https://twitter.com/joe_hoyle\">Joe Hoyle</a>, a co-founder and the CTO of <a href=\"https://hmn.md/\">Human Made</a>, discuss some of today’s hottest, current WordPress news.</p>\n<p>This week, Joe and Brian go into depth discussing all aspects of the WordPress REST API, and the state of the API today.</p>\n<p>With the recent merge proposal, there is a good chance it will be included in WordPress core via a two stage process in the WordPress 4.4 and 4.5 releases. The first release would be the core infrastructure and the second release would include the endpoints. This is our longest podcast, but we go in depth on one of WordPress’s most anticipated features in years.</p>\n<a href=\"http://audio.simplecast.fm/17641.mp3\">http://audio.simplecast.fm/17641.mp3</a>\n<p><a href=\"http://audio.simplecast.fm/17641.mp3\">Direct Download</a></p>\n<h3>Topics:</h3>\n<ul>\n<li>Brief overview: what is the REST API?</li>\n<li>Why is the REST API important, and why are people excited about it?</li>\n<li>REST API proposal</li>\n<li>Reviews from the core team</li>\n<li>New REST API core component</li>\n<li>Trac Ticket</li>\n<li>Comparison’s to Drupal’s REST API</li>\n<li>Customizer roadmap in regards to the API</li>\n<li>Authentication and future REST API projects</li>\n</ul>\n<h3>Links:</h3>\n<ul>\n<li><a href=\"http://v2.wp-api.org/\">REST API Version 2 site and docs</a></li>\n<li><a href=\"https://make.wordpress.org/core/2015/09/21/wp-rest-api-merge-proposal/\">REST API merge proposal</a></li>\n<li><a href=\"https://make.wordpress.org/core/2015/09/23/committer-reviews-of-the-rest-api/\">Committer review requests for the REST API</a></li>\n<li><a href=\"https://poststatus.com/wordpress-json-rest-api/\">Introduction to the WordPres REST API</a></li>\n<li><a href=\"https://poststatus.com/how-storycorps-uses-wordpress-to-enable-storytelling-everywhere/\">How StoryCorp uses the REST API</a> for mobile audio uploads</li>\n<li><a href=\"https://www.openhub.net/p/wordpress\">WordPress on OpenHub</a></li>\n<li><a href=\"https://core.trac.wordpress.org/ticket/33982\">The core ticket</a> for merging the REST API infrastructure (Stage 1)</li>\n<li><a href=\"https://poststatus.com/notes/lessons-for-wordpress-from-drupalcon/\">Lessons for WordPress from Drupalcon</a> (members only)</li>\n<li>Matt Mullenweg’s <a href=\"http://www.producthunt.com/live/matt-mullenweg#comment-151620\">excitement for the API</a> on a Product Hunt AMA</li>\n<li>Ryan McCue’s “<a href=\"https://poststatus.com/a-future-api/\">A Future API</a>” post on possibilities, including centralized auth</li>\n<li><a href=\"https://make.wordpress.org/core/2015/09/23/outlining-a-possible-roadmap-for-the-customizer/\">Possible roadmap for the Customizer</a> (including REST API integrations, perhaps)</li>\n<li>The new <a href=\"https://make.wordpress.org/core/components/rest-api/\">REST API core Trac component</a></li>\n<li><a href=\"https://github.com/WP-API/OAuth1\">OAuth1</a> for the WordPress REST API</li>\n<li>The <a href=\"https://github.com/WP-API\">API on Github</a></li>\n<li><a href=\"http://feelingrestful.com/\">A Day of REST</a> conference all about the API</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:\"Fri, 25 Sep 2015 05:21:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:50:\"WPTavern: WPWeekly Episode 207 – Going Postmatic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48327\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/wpweekly-episode-207-going-postmatic\";s: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:2704:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <span class=\"st\">Jason Lemieux</span> and <span class=\"st\">Dylan Kuhn</span> of <a href=\"https://gopostmatic.com/\">Postmatic</a>. During the show, we learn the company’s history and how it started. We discuss what the service offers and how people can take advantage of it.</p>\n<p>Last but not least, we learn what the company has in store for version 2.0. If you’ve thought about using Postmatic or want to learn more about the company, this episode is for you.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/the-wordpress-rest-api-is-one-major-step-closer-to-being-merged-into-core\">The WordPress REST API Is One Major Step Closer to Being Merged Into Core</a><br />\n<a href=\"http://wptavern.com/the-impacts-heropress-is-having-on-wordpress-communities-in-india\">The Impacts HeroPress Is Having on WordPress Communities in India</a><br />\n<a href=\"http://wptavern.com/jeff-yablon-and-the-wordpress-foundation-settle-out-of-court\">Jeff Yablon and the WordPress Foundation Settle Out of Court</a><br />\n<a href=\"http://torquemag.io/the-ultimate-guide-to-the-wordpress-rest-api-an-ebook-by-josh-pollock/\">The Ultimate Guide to the WordPress REST API by Josh Pollock</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/wp-user-activity/\">WP User Activity</a> logs activity in WordPress. Activities can be sorted, filtered, and viewed per-user, along with session data for logged in users, IP addresses, and user-agents.</p>\n<p><a href=\"https://wordpress.org/plugins/wishlist-for-woocommerce/\">Wishlist for WooCommerce</a> lets customers save the items they want to purchase in the future.</p>\n<p><a href=\"https://wordpress.org/plugins/database-to-excel/\">Database to Excel</a> allows you to export a MySQL database table to a Microsoft Excel file. It also allows you to show all of the values within a database table with an <em>export to Excel</em> option.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, September 30th 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 #207:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Sep 2015 18:31:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:39:\"Akismet: Akismet WordPress Plugin 3.1.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1873\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://blog.akismet.com/2015/09/24/akismet-3-1-4-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:1261:\"<p>Version 3.1.4 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n<p>This update clarifies the error messages that Akismet uses so that they’re easier to understand, and it enables link previews in the admin for all links in a comment — not just the author’s website link. A fix is also included for a bug that could have caused comment moderation emails to be sent for some comments that were caught as spam. For a full list of the changes in this release, see the <a href=\"https://plugins.trac.wordpress.org/log/akismet/trunk\">revision log</a>.</p>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1873/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1873/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1873&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Sep 2015 17:35: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:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:90:\"WPTavern: WP Comment Humility Relocates the Comments Top-level Menu Item to the Posts Menu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=48313\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://wptavern.com/wp-comment-humility-relocates-the-comments-top-level-menu-item-to-the-posts-menu\";s: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:1786:\"<p>One of the key <a href=\"http://wptavern.com/wordpress-4-3-billie-named-after-jazz-singer-billie-holiday-is-available-for-download\">features in WordPress 4.3</a> is that comments on pages are disabled by default. If you only enable comments for posts, you may be interested in <a href=\"https://wordpress.org/plugins/wp-comment-humility/\">WP Comment Humility</a>, a new plugin created by <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> that moves the top-level Comments menu item to the Posts menu. The following screenshot better illustrates what it does.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/CommentHumilityInAction.png\"><img class=\"size-full wp-image-48314\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/09/CommentHumilityInAction.png?resize=429%2C378\" alt=\"Comment Humility in Action\" /></a>Comment Humility in Action\n<p>If a site enables comments for posts only, this location for the menu item makes sense. What if you’re using Custom Post Types? According the <a href=\"https://wordpress.org/plugins/wp-comment-humility/faq/\">plugin’s FAQ</a>, the user experience might be weird, “If you have a post type other than <em>post</em> that supports comments, it may make more sense to not use this plugin,” Jacoby said. He suggests giving it a try and if the user experience doesn’t feel right, to disable it.</p>\n<p>Documentation is <a href=\"http://github.com/stuttter/wp-comment-humility/\">located on GitHub</a> where you can also submit Pull Requests. WP Comment Humility works out-of-the-box without any configuration options on WordPress 4.3 and is <a href=\"https://wordpress.org/plugins/wp-comment-humility/\">available for free</a> in the WordPress plugin directory.</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, 23 Sep 2015 23:19:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:36:\"http://feeds.feedburner.com/wp-pipes\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:8:\"wp-pipes\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"hPNuePh+JB7ECCWhAR4SxRz1q1I\";s:13:\"last-modified\";s:29:\"Mon, 26 Oct 2015 20:01:57 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"date\";s:29:\"Mon, 26 Oct 2015 20:13:31 GMT\";s:7:\"expires\";s:29:\"Mon, 26 Oct 2015 20:13:31 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";}s:5:\"build\";s:14:\"20130911100210\";}','no'),(4630,'_transient_timeout_feed_mod_99b272eaef9eaa265f30d77863073f26','1445901211','no'),(4631,'_transient_feed_mod_99b272eaef9eaa265f30d77863073f26','1445890411','no'),(4655,'_site_transient_timeout_available_translations','1445903275','yes'),(4656,'_site_transient_available_translations','a:66:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 00:32:07\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-20 07:06:05\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.3.1/ary.zip\";s:3:\"iso\";a:2:{i:1;s:5:\"ar_MA\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-22 14:16:17\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-25 14:32:58\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-16 05:09:40\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 21:20:44\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-07 03:25:59\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 09:17:13\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 19:34:34\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-14 15:24:20\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:70:\"http://downloads.wordpress.org/translation/core/4.3.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 07:30:55\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-02 05:19:03\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-22 08:30:00\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 20:57:21\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-13 23:56:05\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-14 00:38:16\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 22:20:50\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-16 10:50:33\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 14:33:57\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-26 22:31:40\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-21 19:03:32\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 19:20:19\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-05 16:34:02\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-12 17:21:08\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 13:36:08\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-15 15:41:04\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 20:37:24\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-14 11:44:29\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 23:34:00\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:20:27\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.1.8/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-22 08:59:41\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-01 20:42:02\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-23 07:34:16\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 13:36:47\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-08 17:47:38\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-22 13:47:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-06 06:16:37\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 16:23:05\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-13 04:26:36\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 07:48:28\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.1.8/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-23 10:49:34\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-14 19:32:52\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:56:13\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-02 07:53:33\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/translation/core/4.3-RC/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-27 13:38:57\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.1.8/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-16 14:15:14\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-16 17:39:04\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 16:44:05\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-03 10:08:50\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-20 09:27:40\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 16:10:24\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 17:16:31\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:31:56\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 10:43:45\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-19 16:06:20\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 03:52:15\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-19 13:55:59\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.1.8/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-08 09:34:14\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-25 09:19:53\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-21 11:18:12\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 19:10:20\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','yes'),(4657,'WPLANG','','yes'),(4658,'allow_minor_auto_core_updates','true','yes'),(4659,'auto_update_theme','false','yes'),(4660,'auto_update_plugin','false','yes'),(4661,'auto_update_translation','true','yes'),(4662,'_transient_timeout_settings_errors','1460500727','no'),(4663,'_transient_settings_errors','a:1:{i:0;a:4:{s:7:\"setting\";s:7:\"general\";s:4:\"code\";s:16:\"settings_updated\";s:7:\"message\";s:15:\"Settings saved.\";s:4:\"type\";s:7:\"updated\";}}','no'),(4668,'_transient_timeout_mm_spam_67719428f0c80ca0eacf4f0b82555f8d','1445980047','no'),(4669,'_transient_mm_spam_67719428f0c80ca0eacf4f0b82555f8d','no','no'),(4670,'_site_transient_timeout_browser_db1ca1c749669fbcb0d614bca7251b7d','1446498477','yes'),(4671,'_site_transient_browser_db1ca1c749669fbcb0d614bca7251b7d','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.80\";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'),(4678,'_site_transient_timeout_ewt_readme','1445897597','yes'),(4679,'_site_transient_ewt_readme','=== Envato WordPress Toolkit ===\nContributors: envato, valendesigns\nTags: install, update, api, envato, theme, upgrade\nRequires at least: 3.7\nTested up to: 4.3-beta1\nStable tag: 1.7.3\n\nWordPress toolkit for Envato Marketplace hosted items. Currently supports the following theme functionality: install, upgrade, & backups during upgrade.\n\n== Description ==\n\nThis toolkit plugin establishes an Envato Marketplace API connection to take advantage of the new `wp-list-themes` & `wp-download` methods created specifically for this plugin. These API methods grants access to information about your purchased themes and create temporary download URL\'s for installing and upgrading those themes. Basically, users that have purchased themes from ThemeForest.net can now install and upgrade any theme that takes advantage of these new methods. \n\nFor end users, all that\'s required to get started is an Envato Marketplace username & API key, and to have purchased one of the many WordPress themes found on ThemeForest.net. \n\nFor theme authors, navigate to your theme\'s admin page on ThemeForest.net and click edit; you\'ll need to upload the `Optional WordPress Theme` ZIP which contains your installable WordPress Theme. Once you\'ve got an installable ZIP uploaded and approved, users can install & update directly from within WordPress. Also, to take advantage of the update functionality you\'ll need to increment your themes version in the style.css every time a new version is available for download and repeat the process above of uploading an installable ZIP.\n\nBelow is a description of the new api-key protected Envato Marketplace API methods or sets. For full documentation on how to use the API go to http://marketplace.envato.com/api/documentation and have a look at the examples.\n\n`wp-list-themes`\n* Details of all WordPress themes you have purchased. Contains the item ID, item name, theme name, author name & version.\n\n`wp-download`\n* Temporary download URL to a WordPress item you have purchased. Requires the item ID, e.g. wp-download:1234.\n\n== Installation ==\n\n1. Upload the `envato-wordpress-toolkit` folder to the `/wp-content/plugins/` directory.\n2. Activate the plugin through the `Plugins` menu in WordPress.\n3. To establish an Envato Marketplace API connection navigate to the `Envato Toolkit` page and insert your Marketplace username and secret API key in the designated input fields. To obtain your API Key, visit your \"My Settings\" page on any of the Envato Marketplaces.\n4. Once the API connection has been established you will see a list of themes that can be auto installed. If you don\'t see any themes and are certain you\'ve done everything correct, there is a good chance the theme author has not updated their theme to be available for auto install and update. If that\'s the case, please contact the theme author and ask them to update their theme\'s information.\n\n== Changelog ==\n\n= 1.7.3 =\n* Added a custom user agent to all API requests so a connection is once again possible.\n* Added the option to turn sslverify on and off.\n* Envato API requests are now using HTTPS endpoints.\n* Replace `wp_remote_request` with `wp_safe_remote_request`, which will validated the API url.\n* Lowered the API request timeout to something more reasonable.\n\n= 1.7.2 =\n* Added checks to stop PHP from throwing redeclare class errors.\n* Fix an issue where the `ZipArchive` class was called before the `class_exists` check.\n* Fixed the Github Updater class so it now shows updates on `update-core.php`.\n* Changed the Github Updater class to pull in the contents of `readme.txt` to build the config array.\n* Changed the `raw_url` in `_admin_update_check` to use `raw.githubusercontent`, because `raw.github` causes a second `http` request.\n\n= 1.7.1 =\n* Fixed: Stop Mojo Marketplace from tracking your movements and causing long or hanging page loads.\n* Fixed: Fix an issue that caused the timeout to be set high globally.\n* Added: Ability to deactivate the Github Updater.\n* Fixed: Stopped `wp_list_themes` from making an API request before credentials have been entered into WordPress.\n* Fixed: Changed the menu position and load priority to stop Mojo Marketplace from hiding the Envato Toolkit menu item.\n* Fixed: Switched from `.png` to a font icon, which makes it Admin Color Scheme compatible.\n* Added: New i18n file and changed the domain from `envato` to `envato-wordpress-toolkit` to avoid potential conflicts.\n* Fixed: Changed the UI so it now has tabs for better content separation.\n* Fixed: Now uses the Customizer to preview installed themes.\n\n= 1.7.0 =\n* Fixed: Converted transient names into hashes to comply with character limits.\n* Fixed: Invalid argument supplied foreach warning.\n* Fixed: Call to undefined function wp_create_nonce.\n* Fixed: Changed the WP_GitHub_Updater class so it will properly name the directory.\n* Fixed: Decompression error caused by gzinflate().\n\n= 1.6.3 =\n* Fixed: Conflict with the WP-Compatibility Installer plugin.\n\n= 1.6.2 =\n* Fixed: Conflict with other plugins using the GitHub updater.\n\n= 1.6.1 =\n* set_time_limit errors are now hidden in favor of a more user-friendly message.\n* Make error notices dismissible.\n\n= 1.6 =\n* Fixed: Bug that prevented updating if backups were enabled.\n* Added auto-updating.\n* Various bug fixes.\n\n= 1.5 =\n* Changed use of cURL to the WordPress HTTP API\n* Removed ini_set usage\n\n= 1.4 =\n* Added support for theme backups during upgrade.\n* Allow backups to be turned off from within the UI.\n\n= 1.3 =\n* Added caching to the Envato Marketplace API requests.\n* Added support for Multisite.\n\n= 1.2 =\n* Updated register_setting group ID bug.\n\n= 1.1 =\n* Gutted the unnecessary files and classes.\n* Renamed the plugin and moved functions into a single class.\n* Updated strings for future Internationalization.\n\n= 1.0 =\n* Initial release with auto theme install and update.\n* Force an increase on \'max_execution_time\' to ensure large themes finish downloading.','yes'),(4680,'_site_transient_timeout_ewt_github_data','1445897635','yes'),(4681,'_site_transient_ewt_github_data','O:8:\"stdClass\":70:{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:10:\"created_at\";s:20:\"2011-10-11T22:58:26Z\";s:10:\"updated_at\";s:20:\"2015-10-22T15:51:38Z\";s:9:\"pushed_at\";s:20:\"2015-09-20T07:30:08Z\";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:301;s:14:\"watchers_count\";i:301;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:122;s:10:\"mirror_url\";N;s:17:\"open_issues_count\";i:49;s:5:\"forks\";i:122;s:11:\"open_issues\";i:49;s:8:\"watchers\";i:301;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:122;s:17:\"subscribers_count\";i:90;}','yes'),(4718,'wpstg_settings','a:0:{}','yes'),(4719,'wpstg_version','0.9.7','yes'),(4720,'wpstg_installDate','2015-10-28 03:43:15','yes'),(4721,'wpstg_RatingDiv','no','yes'),(4722,'wpstg_firsttime','true','yes'),(4723,'wpstg_is_staging_site','false','yes'),(4724,'wpstg_hide_beta','no','yes'),(4727,'_transient_timeout_wpstg_check_protection_files','1446090197','no'),(4728,'_transient_wpstg_check_protection_files','1','no'),(4729,'wpmdb_settings','a:9:{s:3:\"key\";s:40:\"ksYsM3uanZ8GllS4negphaBkQ3uqOcscsB4QdkDB\";s:10:\"allow_pull\";b:0;s:10:\"allow_push\";b:0;s:8:\"profiles\";a:1:{i:0;a:17:{s:13:\"save_computer\";s:1:\"1\";s:9:\"gzip_file\";s:1:\"1\";s:13:\"replace_guids\";s:1:\"1\";s:12:\"exclude_spam\";s:1:\"0\";s:19:\"keep_active_plugins\";s:1:\"0\";s:13:\"create_backup\";s:1:\"0\";s:18:\"exclude_post_types\";s:1:\"0\";s:25:\"compatibility_older_mysql\";s:1:\"1\";s:6:\"action\";s:8:\"savefile\";s:15:\"connection_info\";s:0:\"\";s:11:\"replace_old\";a:3:{i:1;s:36:\"//thisisradical.com/absoluteplastics\";i:2;s:44:\"/home1/radicat1/public_html/absoluteplastics\";i:3;s:0:\"\";}s:11:\"replace_new\";a:3:{i:1;s:35:\"//02d0ff9.netsolhost.com/wordpress2\";i:2;s:39:\"//02d0ff9.netsolhost.com/www/wordpress2\";i:3;s:0:\"\";}s:18:\"exclude_transients\";s:1:\"1\";s:22:\"save_migration_profile\";s:1:\"1\";s:29:\"save_migration_profile_option\";s:1:\"0\";s:18:\"create_new_profile\";s:0:\"\";s:4:\"name\";s:0:\"\";}}s:7:\"licence\";s:0:\"\";s:10:\"verify_ssl\";b:0;s:17:\"blacklist_plugins\";a:0:{}s:11:\"max_request\";i:1048576;s:22:\"delay_between_requests\";i:0;}','yes'),(4730,'wpmdb_schema_version','1','yes'),(4731,'wpmdb_state_timeout_56304563b121e','1446090486','yes'),(4732,'wpmdb_state_56304563b121e','a:21:{s:6:\"action\";s:19:\"wpmdb_migrate_table\";s:6:\"intent\";s:8:\"savefile\";s:3:\"url\";s:0:\"\";s:9:\"form_data\";s:548:\"action=savefile&save_computer=1&gzip_file=1&connection_info=&auth_username=&auth_password=&replace_old%5B%5D=&replace_new%5B%5D=&replace_old%5B%5D=%2F%2Fthisisradical.com%2Fabsoluteplastics&replace_new%5B%5D=%2F%2F02d0ff9.netsolhost.com%2Fwordpress1&replace_old%5B%5D=%2Fhome1%2Fradicat1%2Fpublic_html%2Fabsoluteplastics&replace_new%5B%5D=%2F%2F02d0ff9.netsolhost.com%2Fwww%2Fwordpress1&replace_guids=1&exclude_transients=1&compatibility_older_mysql=1&save_migration_profile=1&save_migration_profile_option=new&create_new_profile=&remote_json_data=\";s:5:\"stage\";s:7:\"migrate\";s:5:\"nonce\";s:10:\"e76a651982\";s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";s:4:\"body\";s:11:\"{\"error\":0}\";s:9:\"dump_path\";s:129:\"/home1/radicat1/public_html/absoluteplastics/wp-content/uploads/wp-migrate-db/radicat1_wo4891-migrate-20151028034747-ge9lk.sql.gz\";s:13:\"dump_filename\";s:44:\"radicat1_wo4891-migrate-20151028034747-ge9lk\";s:8:\"dump_url\";s:126:\"http://thisisradical.com/absoluteplastics/wp-content/uploads/wp-migrate-db/radicat1_wo4891-migrate-20151028034747-ge9lk.sql.gz\";s:10:\"db_version\";s:6:\"5.5.42\";s:8:\"site_url\";s:41:\"http://thisisradical.com/absoluteplastics\";s:18:\"find_replace_pairs\";a:2:{s:11:\"replace_old\";a:2:{i:1;s:36:\"//thisisradical.com/absoluteplastics\";i:2;s:44:\"/home1/radicat1/public_html/absoluteplastics\";}s:11:\"replace_new\";a:2:{i:1;s:35:\"//02d0ff9.netsolhost.com/wordpress1\";i:2;s:39:\"//02d0ff9.netsolhost.com/www/wordpress1\";}}s:18:\"migration_state_id\";s:13:\"56304563b121e\";s:5:\"table\";s:13:\"wp_users\";s:11:\"current_row\";s:0:\"\";s:10:\"last_table\";s:1:\"1\";s:12:\"primary_keys\";s:0:\"\";s:4:\"gzip\";s:1:\"0\";}','yes'),(4733,'wpstg_existing_clones','a:1:{i:0;s:13:\"1446003821304\";}','yes'),(4780,'wpmdb_state_timeout_5630bcfb7ac17','1446121103','yes'),(4781,'wpmdb_state_5630bcfb7ac17','a:21:{s:6:\"action\";s:19:\"wpmdb_migrate_table\";s:6:\"intent\";s:8:\"savefile\";s:3:\"url\";s:0:\"\";s:9:\"form_data\";s:584:\"action=savefile&save_computer=1&gzip_file=1&connection_info=&auth_username=&auth_password=&replace_old%5B%5D=&replace_new%5B%5D=&replace_old%5B%5D=%2F%2Fthisisradical.com%2Fabsoluteplastics&replace_new%5B%5D=%2F%2F02d0ff9.netsolhost.com%2Fwordpress2&replace_old%5B%5D=%2Fhome1%2Fradicat1%2Fpublic_html%2Fabsoluteplastics&replace_new%5B%5D=%2F%2F02d0ff9.netsolhost.com%2Fwww%2Fwordpress2&replace_old%5B%5D=&replace_new%5B%5D=&replace_guids=1&exclude_transients=1&compatibility_older_mysql=1&save_migration_profile=1&save_migration_profile_option=0&create_new_profile=&remote_json_data=\";s:5:\"stage\";s:7:\"migrate\";s:5:\"nonce\";s:10:\"f2af1d036f\";s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";s:4:\"body\";s:11:\"{\"error\":0}\";s:9:\"dump_path\";s:129:\"/home1/radicat1/public_html/absoluteplastics/wp-content/uploads/wp-migrate-db/radicat1_wo4891-migrate-20151028121803-eumhu.sql.gz\";s:13:\"dump_filename\";s:44:\"radicat1_wo4891-migrate-20151028121803-eumhu\";s:8:\"dump_url\";s:126:\"http://thisisradical.com/absoluteplastics/wp-content/uploads/wp-migrate-db/radicat1_wo4891-migrate-20151028121803-eumhu.sql.gz\";s:10:\"db_version\";s:6:\"5.5.42\";s:8:\"site_url\";s:41:\"http://thisisradical.com/absoluteplastics\";s:18:\"find_replace_pairs\";a:2:{s:11:\"replace_old\";a:3:{i:1;s:36:\"//thisisradical.com/absoluteplastics\";i:2;s:44:\"/home1/radicat1/public_html/absoluteplastics\";i:3;s:0:\"\";}s:11:\"replace_new\";a:3:{i:1;s:35:\"//02d0ff9.netsolhost.com/wordpress2\";i:2;s:39:\"//02d0ff9.netsolhost.com/www/wordpress2\";i:3;s:0:\"\";}}s:18:\"migration_state_id\";s:13:\"5630bcfb7ac17\";s:5:\"table\";s:13:\"wp_users\";s:11:\"current_row\";s:0:\"\";s:10:\"last_table\";s:1:\"1\";s:12:\"primary_keys\";s:0:\"\";s:4:\"gzip\";s:1:\"0\";}','yes'),(4790,'ai1wm_messages','a:1:{s:17:\"SiteURLDepricated\";b:1;}','yes'),(4791,'ai1wm_export_options','a:15:{s:7:\"replace\";a:2:{s:9:\"old-value\";a:1:{i:0;s:0:\"\";}s:9:\"new-value\";a:1:{i:0;s:0:\"\";}}s:6:\"action\";s:6:\"export\";s:14:\"plugin_version\";s:5:\"2.0.5\";s:10:\"wp_version\";s:5:\"4.3.1\";s:11:\"php_version\";s:6:\"5.4.43\";s:9:\"php_uname\";s:87:\"Linux box689.bluehost.com 3.12.35.1418868052 #1 SMP Wed Dec 17 20:04:02 CST 2014 x86_64\";s:18:\"max_execution_time\";s:1:\"0\";s:12:\"memory_limit\";s:4:\"256M\";s:21:\"memory_get_peak_usage\";i:42121768;s:16:\"memory_get_usage\";i:41909504;s:10:\"ZipArchive\";i:1;s:14:\"ZLIB_installed\";i:1;s:13:\"PDO_available\";i:1;s:8:\"site_url\";s:41:\"http://thisisradical.com/absoluteplastics\";s:8:\"home_url\";s:41:\"http://thisisradical.com/absoluteplastics\";}','yes'),(4792,'ai1wm_maintenance_mode','','yes'),(4795,'ai1wm_error_handler','a:2:{i:0;a:5:{s:4:\"code\";i:8;s:7:\"message\";s:60:\"ob_end_clean(): failed to delete buffer. No buffer to delete\";s:4:\"file\";s:136:\"/home1/radicat1/public_html/absoluteplastics/wp-content/plugins/all-in-one-wp-migration/lib/controller/class-ai1wm-export-controller.php\";s:4:\"line\";i:74;s:4:\"time\";i:1446036329;}i:1;a:5:{s:4:\"code\";i:8;s:7:\"message\";s:60:\"ob_end_clean(): failed to delete buffer. No buffer to delete\";s:4:\"file\";s:136:\"/home1/radicat1/public_html/absoluteplastics/wp-content/plugins/all-in-one-wp-migration/lib/controller/class-ai1wm-export-controller.php\";s:4:\"line\";i:74;s:4:\"time\";i:1446036461;}}','yes'),(4808,'ai1wm_secret_key','0dfzJ1T00pwL','yes'),(4853,'ai1wm_auth_user','','yes'),(11230,'_site_transient_timeout_browser_5846641e6270e0e41fd824c3c5f1bb2b','1454270402','yes'),(11233,'_site_transient_browser_5846641e6270e0e41fd824c3c5f1bb2b','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.111\";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'),(11298,'_site_transient_timeout_browser_f60b05b1e03594ba3f071e723f906b9c','1454272391','yes'),(11301,'_site_transient_browser_f60b05b1e03594ba3f071e723f906b9c','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.106\";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'),(11784,'_site_transient_timeout_browser_1ca0c81399539bee633b35457c713961','1454970876','yes'),(11787,'_site_transient_browser_1ca0c81399539bee633b35457c713961','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.111\";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'),(15471,'_site_transient_timeout_browser_857387b600c96ad99741c66b152cdb43','1459816896','yes'),(15474,'_site_transient_browser_857387b600c96ad99741c66b152cdb43','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"9.0.3\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(15642,'_site_transient_timeout_browser_67bffb4457c7c00ae77275828881cb94','1459892444','yes'),(15645,'_site_transient_browser_67bffb4457c7c00ae77275828881cb94','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"49.0.2623.87\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(16880,'_site_transient_timeout_browser_a03822759b9f89c6b315fdcb839d03f3','1460328379','yes'),(16883,'_site_transient_browser_a03822759b9f89c6b315fdcb839d03f3','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"49.0.2623.110\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(18390,'_site_transient_timeout_browser_781f28764725b80e6d143a985ebb2806','1461104466','yes'),(18393,'_site_transient_browser_781f28764725b80e6d143a985ebb2806','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"49.0.2623.112\";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'),(18473,'kgvid_video_embed_options','a:95:{s:12:\"embed_method\";s:8:\"Video.js\";s:13:\"overlay_title\";s:2:\"on\";s:6:\"poster\";s:0:\"\";s:17:\"endofvideooverlay\";s:0:\"\";s:9:\"watermark\";s:0:\"\";s:17:\"watermark_link_to\";s:4:\"home\";s:13:\"watermark_url\";s:0:\"\";s:5:\"align\";s:4:\"left\";s:6:\"resize\";s:2:\"on\";s:8:\"auto_res\";s:9:\"automatic\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:9:\"fullwidth\";s:2:\"on\";s:13:\"gallery_width\";s:3:\"960\";s:13:\"gallery_thumb\";s:3:\"250\";s:11:\"gallery_end\";s:0:\"\";s:16:\"gallery_per_page\";s:0:\"\";s:13:\"gallery_title\";s:2:\"on\";s:16:\"controlbar_style\";s:6:\"docked\";s:6:\"volume\";s:1:\"1\";s:7:\"preload\";s:8:\"metadata\";s:7:\"js_skin\";s:16:\"kg-video-js-skin\";s:17:\"custom_attributes\";s:0:\"\";s:7:\"bgcolor\";s:0:\"\";s:13:\"configuration\";s:0:\"\";s:4:\"skin\";s:101:\"http://absoluteplastics.net/wp-content/plugins/video-embed-thumbnail-generator/flash/skin/kg_skin.xml\";s:11:\"stream_type\";s:14:\"liveOrRecorded\";s:10:\"scale_mode\";s:9:\"letterbox\";s:8:\"autohide\";s:2:\"on\";s:10:\"playbutton\";s:2:\"on\";s:15:\"generate_thumbs\";s:1:\"4\";s:12:\"capabilities\";a:3:{s:21:\"make_video_thumbnails\";a:3:{s:13:\"administrator\";s:2:\"on\";s:6:\"editor\";s:2:\"on\";s:6:\"author\";s:2:\"on\";}s:13:\"encode_videos\";a:3:{s:13:\"administrator\";s:2:\"on\";s:6:\"editor\";s:2:\"on\";s:6:\"author\";s:2:\"on\";}s:25:\"edit_others_video_encodes\";a:2:{s:13:\"administrator\";s:2:\"on\";s:6:\"editor\";s:2:\"on\";}}s:10:\"embeddable\";s:2:\"on\";s:10:\"open_graph\";s:2:\"on\";s:15:\"oembed_provider\";s:2:\"on\";s:11:\"right_click\";s:2:\"on\";s:14:\"click_download\";s:2:\"on\";s:8:\"featured\";s:2:\"on\";s:12:\"thumb_parent\";s:5:\"video\";s:15:\"delete_children\";s:19:\"encoded videos only\";s:9:\"titlecode\";s:8:\"<strong>\";s:8:\"template\";s:6:\"gentle\";s:8:\"app_path\";s:14:\"/usr/local/bin\";s:9:\"video_app\";s:6:\"ffmpeg\";s:18:\"browser_thumbnails\";s:2:\"on\";s:14:\"replace_format\";s:7:\"fullres\";s:11:\"encode_1080\";s:2:\"on\";s:10:\"encode_720\";s:2:\"on\";s:13:\"encode_mobile\";s:2:\"on\";s:13:\"custom_format\";a:3:{s:6:\"format\";s:4:\"h264\";s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:17:\"auto_thumb_number\";s:1:\"1\";s:19:\"auto_thumb_position\";s:2:\"50\";s:14:\"htaccess_login\";s:0:\"\";s:17:\"htaccess_password\";s:0:\"\";s:16:\"ffmpeg_watermark\";a:6:{s:3:\"url\";s:0:\"\";s:5:\"scale\";s:1:\"9\";s:5:\"align\";s:5:\"right\";s:1:\"x\";s:1:\"6\";s:6:\"valign\";s:6:\"bottom\";s:1:\"y\";s:1:\"5\";}s:4:\"moov\";s:4:\"none\";s:9:\"moov_path\";s:14:\"/usr/local/bin\";s:12:\"rate_control\";s:3:\"crf\";s:8:\"h264_CRF\";s:2:\"23\";s:8:\"webm_CRF\";s:2:\"10\";s:7:\"ogv_CRF\";s:1:\"6\";s:18:\"bitrate_multiplier\";s:3:\"0.1\";s:12:\"h264_profile\";s:8:\"baseline\";s:10:\"h264_level\";s:1:\"3\";s:13:\"audio_bitrate\";s:3:\"160\";s:20:\"simultaneous_encodes\";s:1:\"1\";s:7:\"threads\";s:1:\"1\";s:4:\"nice\";s:2:\"on\";s:13:\"sample_format\";s:6:\"mobile\";s:13:\"ffmpeg_exists\";b:0;s:7:\"version\";d:4.5049999999999999;s:12:\"jw_player_id\";b:0;s:15:\"template_gentle\";b:0;s:14:\"encode_fullres\";b:0;s:11:\"encode_webm\";b:0;s:10:\"encode_vp9\";b:0;s:10:\"encode_ogg\";b:0;s:13:\"encode_custom\";b:0;s:18:\"video_bitrate_flag\";b:0;s:11:\"ffmpeg_vpre\";b:0;s:19:\"ffmpeg_old_rotation\";b:0;s:7:\"nostdin\";b:0;s:17:\"overlay_embedcode\";b:0;s:12:\"downloadlink\";b:0;s:10:\"view_count\";b:0;s:6:\"inline\";b:0;s:13:\"minimum_width\";b:0;s:18:\"gallery_pagination\";b:0;s:8:\"autoplay\";b:0;s:4:\"loop\";b:0;s:4:\"mute\";b:0;s:21:\"endofvideooverlaysame\";b:0;s:11:\"auto_encode\";b:0;s:10:\"auto_thumb\";b:0;s:15:\"oembed_security\";b:0;}','yes'),(18501,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1460525110','yes'),(18504,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5800\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3598\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3560\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"3071\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2756\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2287\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2191\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"2062\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"2009\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1981\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1967\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1922\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1843\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1654\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1572\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1549\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1523\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1351\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1292\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1276\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1194\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1091\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1056\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:4:\"1002\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"965\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"949\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"909\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"901\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"900\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"887\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"882\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"828\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"806\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"786\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"758\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"753\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"748\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"741\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"741\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"740\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"733\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"731\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"693\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"686\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"678\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"675\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"670\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"666\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"649\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"640\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"638\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"632\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"610\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"602\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"594\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"589\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"588\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"585\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"585\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"574\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"566\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"558\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"553\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"544\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"540\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"528\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"524\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"513\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"510\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"509\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"496\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"496\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"494\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"486\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"469\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"457\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"453\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"439\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"439\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"437\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"437\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"436\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"423\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"418\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"415\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"414\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"410\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"407\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"405\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"405\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"399\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"396\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"392\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"388\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"388\";}s:6:\"paypal\";a:3:{s:4:\"name\";s:6:\"paypal\";s:4:\"slug\";s:6:\"paypal\";s:5:\"count\";s:3:\"388\";}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";s:3:\"388\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"388\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"386\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"384\";}}','yes'),(22363,'_site_transient_timeout_browser_083e54cfd799ffb185163607d5993afb','1464882750','yes'),(22366,'_site_transient_browser_083e54cfd799ffb185163607d5993afb','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"50.0.2661.94\";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'),(22368,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1464321165','no'),(22371,'_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:\"Fri, 06 May 2016 19:22:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"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.6-alpha-37571\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.5.2 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2016/05/wordpress-4-5-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:\"Fri, 06 May 2016 19:17:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=4290\";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:381:\"WordPress 4.5.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.5.1 and earlier are affected by a SOME vulnerability through Plupload, the third-party library WordPress uses for uploading files. WordPress versions 4.2 through 4.5.1 are vulnerable to reflected XSS […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Helen Hou-Sandi\";s: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:1669:\"<p>WordPress 4.5.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.5.1 and earlier are affected by a <abbr title=\"Same-Origin Method Execution\">SOME</abbr> vulnerability through Plupload, the third-party library WordPress uses for uploading files. WordPress versions 4.2 through 4.5.1 are vulnerable to reflected XSS using specially crafted URIs through MediaElement.js, the third-party library used for media players. MediaElement.js and Plupload have also released updates fixing these issues.</p>\n<p>Both issues were analyzed and reported by Mario Heiderich, Masato Kinugawa, and Filedescriptor from <a href=\"https://cure53.de/\">Cure53</a>. Thanks to the team for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>, and to the Plupload and MediaElement.js teams for working closely with us to coördinate and fix these issues.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.5.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.5.2.</p>\n<p>Additionally, there are multiple widely publicized vulnerabilities in the ImageMagick image processing library, which is used by a number of hosts and is supported in WordPress. For our current response to these issues, see <a href=\"https://make.wordpress.org/core/2016/05/06/imagemagick-vulnerability-information/\">this post on the core development blog</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:1;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:35:\"WordPress 4.5.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2016/04/wordpress-4-5-1-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, 26 Apr 2016 18:58:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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.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=4269\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:358:\"After about six million downloads of WordPress 4.5, we are pleased to announce the immediate availability of WordPress 4.5.1, a maintenance release. This release fixes 12 bugs, chief among them a singular class issue that broke sites based on the Twenty Eleven theme, an incompatibility between certain Chrome versions and the visual editor, and an […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Adam Silverstein\";s: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:2134:\"<p>After about six million downloads of WordPress 4.5, we are pleased to announce the immediate availability of WordPress 4.5.1, a maintenance release.</p>\n<p>This release fixes 12 bugs, chief among them a singular class issue that broke sites based on the Twenty Eleven theme, an incompatibility between certain Chrome versions and the visual editor, and an Imagick bug that could break media uploads. This maintenance release fixes a total of 12 bugs in Version 4.5. <span style=\"line-height: 1.5\">For more information, see the </span><a style=\"line-height: 1.5\" href=\"https://codex.wordpress.org/Version_4.5.1\">release notes</a><span style=\"line-height: 1.5\"> or consult the </span><a style=\"line-height: 1.5\" href=\"https://core.trac.wordpress.org/log/branches/4.5?rev=37295&stop_rev=37182\">list of changes</a><span style=\"line-height: 1.5\">.</span></p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.5.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.5.1.</p>\n<p>Thanks to everyone who contributed to 4.5.1:</p>\n<p><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/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</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/helen\">Helen Hou-Sandi</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/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, and <a href=\"https://profiles.wordpress.org/WiZZarD_\">Pieter</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: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:27:\"WordPress 4.5 “Coleman”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2016/04/coleman/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 12 Apr 2016 19:15:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.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=4203\";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:383:\"Version 4.5 of WordPress, named “Coleman” in honor of jazz saxophonist Coleman Hawkins, is available for download or update in your WordPress dashboard. New features in 4.5 help streamline your workflow, whether you’re writing or building your site. Editing Improvements Inline Linking Stay focused on your writing with a less distracting interface that keeps you in […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:26690:\"<p>Version 4.5 of WordPress, named “Coleman” in honor of jazz saxophonist Coleman Hawkins, is available for download or update in your WordPress dashboard. New features in 4.5 help streamline your workflow, whether you’re writing or building your site.</p>\n<p><iframe width=\'692\' height=\'388\' src=\'https://videopress.com/embed/scFdjVo6?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\">Editing Improvements</h2>\n<p><img class=\"aligncenter size-full wp-image-4220\" src=\"https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks.png\" alt=\"illustration-short-inlinelinks\" width=\"1000\" height=\"400\" srcset=\"https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks.png 1000w, https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks-300x120.png 300w, https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks-768x307.png 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<h3>Inline Linking</h3>\n<p>Stay focused on your writing with a less distracting interface that keeps you in place and allows you to easily link to your content.</p>\n<p><img class=\"aligncenter size-full wp-image-4265\" src=\"https://wordpress.org/news/files/2016/04/editing-shortcuts-big.gif\" alt=\"editing-shortcuts-big\" width=\"960\" height=\"576\" /></p>\n<h3>Formatting Shortcuts</h3>\n<p>Do you enjoy using formatting shortcuts for lists and headings? Now they’re even more useful, with horizontal lines and <code><code></code>.</p>\n<hr />\n<h2 style=\"text-align: center\">Customization Improvements</h2>\n<p><img class=\"aligncenter size-full wp-image-4221\" src=\"https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview.png\" alt=\"illustration-short-responsive-preview\" width=\"1000\" height=\"400\" srcset=\"https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview.png 1000w, https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview-300x120.png 300w, https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview-768x307.png 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<h3>Live Responsive Previews</h3>\n<p>Make sure your site looks great on all screens! Preview mobile, tablet, and desktop views directly in the customizer.</p>\n<p><img class=\"aligncenter wp-image-4239 size-full\" src=\"https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace.png\" width=\"1000\" height=\"440\" srcset=\"https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace.png 1000w, https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace-300x132.png 300w, https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace-768x338.png 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<h3>Custom Logos</h3>\n<p>Themes can now support logos for your business or brand. Try it out with Twenty Sixteen and Twenty Fifteen in the Site Identity section of the customizer.</p>\n<hr />\n<h2 style=\"text-align: center\">Under the Hood</h2>\n<div class=\"under-the-hood three-col\">\n<div class=\"col\">\n<h3>Smart Image Resizing</h3>\n<p>Generated images now load up to 50% faster with no noticeable quality loss. <a href=\"https://make.wordpress.org/core/2016/03/12/performance-improvements-for-images-in-wordpress-4-5/\">It’s really cool</a>.</p>\n</div>\n<div class=\"col\">\n<h3>Selective Refresh</h3>\n<p>The customizer now supports a <a href=\"https://make.wordpress.org/core/2016/02/16/selective-refresh-in-the-customizer/\">comprehensive framework</a> for rendering parts of the preview without rewriting your PHP code in JavaScript.</p>\n</div>\n<div class=\"col\">\n<h3>Script Loader Improvements</h3>\n<p>Better support has been added for script header/footer dependencies. New <code><a href=\"https://make.wordpress.org/core/2016/03/08/enhanced-script-loader-in-wordpress-4-5/\">wp_add_inline_script()</a></code> enables adding extra code to registered scripts.</p>\n<h3>Better Embed Templates</h3>\n<p>Embed templates have been split into parts and can be <a href=\"https://make.wordpress.org/core/2016/03/11/embeds-changes-in-wordpress-4-5/\">directly overridden by themes</a> via the template hierarchy.</p>\n<h3>JavaScript Library Updates</h3>\n<p>jQuery 1.12.3, jQuery Migrate 1.4.0, Backbone 1.2.3, and Underscore 1.8.3 are bundled.</p>\n</div>\n</div>\n<div class=\"under-the-hood two-col\"></div>\n<hr />\n<h2 style=\"text-align: center\">The Crew</h2>\n<p><a class=\"alignleft\" href=\"https://profiles.wordpress.org/mikeschroder\"><img src=\"https://www.gravatar.com/avatar/76424a001dc6b3ebb4faca0c567800c4?d=mm&s=180&r=G\" alt=\"Mike Schroder\" width=\"80\" height=\"80\" /></a>This release was led by <a href=\"https://getsource.net\">Mike Schroder</a>, backed up by <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a> as Release Deputy, <a href=\"https://choycedesign.com/\">Mel Choyce</a> as Release Design Lead, and the help of these fine individuals. There are <span style=\"font-weight: 400\">298</span> contributors with props in this release. Pull up some Coleman Hawkins 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/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/uglyrobot\">Aaron Edwards</a>, <a href=\"https://profiles.wordpress.org/ahockley\">Aaron Hockley</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abiralneupane\">Abiral Neupane</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/aidanlane\">aidanlane</a>, <a href=\"https://profiles.wordpress.org/ambrosey\">Alice Brosey</a>, <a href=\"https://profiles.wordpress.org/arush\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</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/rockwell15\">Andrew Rockwell</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/apaliku\">apaliku</a>, <a href=\"https://profiles.wordpress.org/aramzs\">Aram Zucker-Scharff</a>, <a href=\"https://profiles.wordpress.org/ashmatadeen\">ash.matadeen</a>, <a href=\"https://profiles.wordpress.org/bappidgreat\">Ashok Kumar Nath</a>, <a href=\"https://profiles.wordpress.org/bandonrandon\">BandonRandon</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</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/thisisit\">Bhushan S. Jawle</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/williamsba1\">Brad Williams</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/thebrandonallen\">Brandon Allen</a>, <a href=\"https://profiles.wordpress.org/bhubbard\">Brandon Hubbard</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/borgesbruno\">Bruno Borges</a>, <a href=\"https://profiles.wordpress.org/chmac\">Callum Macdonald</a>, <a href=\"https://profiles.wordpress.org/camikaos\">Cami Kaos</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/mackensen\">Charles Fulton</a>, <a href=\"https://profiles.wordpress.org/chetanchauhan\">Chetan Chauhan</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrico\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">Chris Christoff</a>, <a href=\"https://profiles.wordpress.org/chris_dev\">Chris Mok</a>, <a href=\"https://profiles.wordpress.org/christophherr\">christophherr</a>, <a href=\"https://profiles.wordpress.org/ckoerner\">ckoerner</a>, <a href=\"https://profiles.wordpress.org/claudiosanches\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/compute\">Compute</a>, <a href=\"https://profiles.wordpress.org/coreymcollins\">coreymcollins</a>, <a href=\"https://profiles.wordpress.org/d4z_c0nf\">d4z_c0nf</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/danhgilmore\">danhgilmore</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/scarinessreported\">Daniel Bailey</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/diddledan\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/danielpataki\">danielpataki</a>, <a href=\"https://profiles.wordpress.org/dvankooten\">Danny van Kooten</a>, <a href=\"https://profiles.wordpress.org/thewanderingbrit\">Dave Clements</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dbrumbaugh10up\">David Brumbaugh</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dnewton\">David Newton</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</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/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dossy\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/dotancohen\">Dotan Cohen</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/duaneblake\">duaneblake</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/codex-m\">Emerson Maningo</a>, <a href=\"https://profiles.wordpress.org/enej\">enej</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/ethitter\">Erick Hitter</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/faishal\">faishal</a>, <a href=\"https://profiles.wordpress.org/fantasyworld\">fantasyworld</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/finnj\">finnj</a>, <a href=\"https://profiles.wordpress.org/firebird75\">firebird75</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/fusillicode\">fusillicode</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/gblsm\">gblsm</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</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/grantpalin\">Grant Palin</a>, <a href=\"https://profiles.wordpress.org/groovecoder\">groovecoder</a>, <a href=\"https://profiles.wordpress.org/wido\">Guido Scialfa</a>, <a href=\"https://profiles.wordpress.org/bordoni\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</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/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/iamntz\">Ionut Staicu</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/jadpm\">jadpm</a>, <a href=\"https://profiles.wordpress.org/jamesdigioia\">James DiGioia</a>, <a href=\"https://profiles.wordpress.org/jason_the_adams\">Jason</a>, <a href=\"https://profiles.wordpress.org/jaspermdegroot\">Jasper de Groot</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/jmdodd\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/ardathksheyna\">Jess G.</a>, <a href=\"https://profiles.wordpress.org/boluda\">Joan Boluda</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/joelerr\">joelerr</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/johnnypea\">JohnnyPea</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/keraweb\">Jory Hogeveen</a>, <a href=\"https://profiles.wordpress.org/joefusco\">Joseph Fusco</a>, <a href=\"https://profiles.wordpress.org/joshlevinson\">Josh Levinson</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/jrchamp\">jrchamp</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juanfra\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/katieburch\">katieburch</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/khag7\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kiranpotphode\">Kiran Potphode</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjbenk\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kouratoras\">Konstantinos Kouratoras</a>, <a href=\"https://profiles.wordpress.org/krissiev\">KrissieV</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leemon\">leemon</a>, <a href=\"https://profiles.wordpress.org/layotte\">Lew Ayotte</a>, <a href=\"https://profiles.wordpress.org/liamdempsey\">Liam Dempsey</a>, <a href=\"https://profiles.wordpress.org/luan-ramos\">Luan Ramos</a>, <a href=\"https://profiles.wordpress.org/luciole135\">luciole135</a>, <a href=\"https://profiles.wordpress.org/lpawlik\">Lukas Pawlik</a>, <a href=\"https://profiles.wordpress.org/latz\">Lutz Schröer</a>, <a href=\"https://profiles.wordpress.org/madvic\">madvic</a>, <a href=\"https://profiles.wordpress.org/marcochiesi\">Marco Chiesi</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/mark8barnes\">Mark Barnes</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/gitlost\">Martin Burke</a>, <a href=\"https://profiles.wordpress.org/mattfelten\">Matt Felten</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattgeri\">MattGeri</a>, <a href=\"https://profiles.wordpress.org/maweder\">maweder</a>, <a href=\"https://profiles.wordpress.org/mayukojpn\">Mayo Moriyama</a>, <a href=\"https://profiles.wordpress.org/mcapybara\">mcapybara</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/mensmaximus\">mensmaximus</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/micropat\">micropat</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Mika Epstein</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/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</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/mwidmann\">mwidmann</a>, <a href=\"https://profiles.wordpress.org/nexurium\">nexurium</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/nicdford\">Nic Ford</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey </a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/ninos-ego\">Ninos</a>, <a href=\"https://profiles.wordpress.org/oaron\">oaron</a>, <a href=\"https://profiles.wordpress.org/overclokk\">overclokk</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/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/perezlabs\">Perez Labs</a>, <a href=\"https://profiles.wordpress.org/gungeekatx\">Pete Nelson</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/cadeyrn\">petermolnar</a>, <a href=\"https://profiles.wordpress.org/walbo\">Petter Walbø Johnsgård</a>, <a href=\"https://profiles.wordpress.org/wizzard_\">Pieter</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/ptahdunbar\">Pirate Dunbar</a>, <a href=\"https://profiles.wordpress.org/prettyboymp\">prettyboymp</a>, <a href=\"https://profiles.wordpress.org/profforg\">Profforg</a>, <a href=\"https://profiles.wordpress.org/programmin\">programmin</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rahalaboulfeth\">rahal.aboulfeth</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/lamosty\">Rastislav Lamos</a>, <a href=\"https://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/ritteshpatel\">Ritesh Patel</a>, <a href=\"https://profiles.wordpress.org/rob\">rob</a>, <a href=\"https://profiles.wordpress.org/rogerhub\">Roger Chen</a>, <a href=\"https://profiles.wordpress.org/romsocial\">RomSocial</a>, <a href=\"https://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sagarjadhav\">Sagar Jadhav</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/samhotchkiss\">Sam Hotchkiss</a>, <a href=\"https://profiles.wordpress.org/rosso99\">Sara Rosso</a>, <a href=\"https://profiles.wordpress.org/sarciszewski\">Scott Arciszewski</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/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scottbrownconsulting\">scottbrownconsulting</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergejmueller\">Sergej Müller</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shamess\">Shane</a>, <a href=\"https://profiles.wordpress.org/shinichin\">Shinichi Nishikawa</a>, <a href=\"https://profiles.wordpress.org/sidati\">Sidati</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/aargh-a-knot\">sky</a>, <a href=\"https://profiles.wordpress.org/slushman\">slushman</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/stephanethomas\">stephanethomas</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/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/charlestonsw\">Store Locator Plus</a>, <a href=\"https://profiles.wordpress.org/subharanjan\">Subharanjan</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/5um17\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/tacoverdo\">Taco Verdonschot</a>, <a href=\"https://profiles.wordpress.org/tahteche\">tahteche</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/takayukister\">Takayuki Miyoshi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</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/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timplunkett\">timplunkett</a>, <a href=\"https://profiles.wordpress.org/tmuikku\">tmuikku</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/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/vhomenko\">vhomenko</a>, <a href=\"https://profiles.wordpress.org/virgodesign\">virgodesign</a>, <a href=\"https://profiles.wordpress.org/vladolaru\">vlad.olaru</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/vtieu\">vtieu</a>, <a href=\"https://profiles.wordpress.org/webaware\">webaware</a>, <a href=\"https://profiles.wordpress.org/wesleye\">Wesley Elfring</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wisdmlabs\">WisdmLabs</a>, <a href=\"https://profiles.wordpress.org/wpdelighter\">WP Delighter</a>, <a href=\"https://profiles.wordpress.org/wp-architect\">wp-architect</a>, <a href=\"https://profiles.wordpress.org/xavortm\">xavortm</a>, <a href=\"https://profiles.wordpress.org/yetanotherdaniel\">yetAnotherDaniel</a>, and <a href=\"https://profiles.wordpress.org/zinigor\">zinigor</a>.\n<p> </p>\n<p>Special thanks go to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for producing the release video and <a href=\"https://jacklenox.com\">Jack Lenox</a> for the voice-over.</p>\n<p>Finally, thanks to all of the contributors who provided translations for the release. WordPress 4.5 comes fully translated into 44 languages and the release video has been translated into 32 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.6!</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: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:17:\"WordPress 4.5 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/news/2016/04/wordpress-4-5-rc2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Apr 2016 05:14:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s: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=4186\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"The second release candidate for WordPress 4.5 is now available. We’ve made 91 changes since the first release candidate. 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.5 on Tuesday, April 12, but we need your help […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:3044:\"<p>The second release candidate for WordPress 4.5 is now available.</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&mode=stop_on_copy&rev=37171&stop_rev=37078&limit=120&verbose=on\">91 changes</a> since the first release candidate. 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.5 on <strong>Tuesday, April 12</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.5 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.5, 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.5-RC2.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.5 and update your plugin’s <em>Tested up to</em> version in the readme to 4.5. 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><strong>Polyglots</strong>, strings are now hard frozen, including the About Page, so you are clear to translate!</p>\n<p>A few changes of note since the first release candidate:</p>\n<ul>\n<li>Normalized non-slashing of data in the REST API infrastructure. If you use the REST API infrastructure, <a href=\"https://make.wordpress.org/core/2016/04/06/rest-api-slashed-data-in-wordpress-4-4-and-4-5/\">check out the post on this change</a>.</li>\n<li>Customizer settings for widget instances get registered a bit later to give a chance for the widget instances themselves to be registered first. See <a href=\"https://core.trac.wordpress.org/ticket/36431\">#36431</a> for details.</li>\n<li>Fixed various cropping issues in the Custom Logo feature and Twenty Fifteen / Twenty Sixteen themes.</li>\n</ul>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where you can find the <a href=\"https://make.wordpress.org/core/2016/03/30/wordpress-4-5-field-guide/\">Field Guide for 4.5</a>.</p>\n<p><em>It’s great fun to test</em><br />\n<em>Enjoyment in another</em><br />\n<em>Release Candidate</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Contributor Weekend: Global WordPress Translation Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wordpress.org/news/2016/04/contributor-weekend-global-wordpress-translation-day/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Apr 2016 21:04: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4191\";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:378:\"Global WordPress Translation Day is a one-day contributor initiative organised by the WordPress project’s Polyglots team that is dedicated to helping new contributors who would like to translate WordPress in one of the 160 languages WordPress is available in. Global WordPress Translation Day will be on Sunday, April 24th, starting at 0:00 UTC and will go on for […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Josepha\";s: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:3069:\"<p class=\"p1\"><span class=\"s1\">Global WordPress Translation Day is a one-day contributor initiative organised </span><span class=\"s1\">by the WordPress project’s </span><span class=\"s1\"> <a href=\"https://make.wordpress.org/polyglots\"><span class=\"s2\">Polyglots team</span></a> that is dedicated to helping new contributors who would like to translate WordPress in one of the 160 languages WordPress is available in.</span></p>\n<p class=\"p1\"><span class=\"s1\">Global WordPress Translation Day will be on Sunday, April 24th, starting at 0:00 UTC and will go on for 24 hours covering all time zones.</span></p>\n<p class=\"p3\"><span class=\"s1\"><b>What are we doing?</b></span></p>\n<ul class=\"ul1\">\n<li class=\"li1\"><span class=\"s1\"><span class=\"s1\">Live training: A 24h live streaming of tutorials about translating WordPress in different languages and making your code translatable (30min/1h sessions in different languages including a general instruction and specifics for that particular language). The </span></span><span class=\"s1\">internationalization </span>sessions will be in English. The sessions will be presented by some of the most experienced WordPress translators and internationalization experts. The Schedule can be found on the website.</li>\n<li class=\"li1\"><span class=\"s1\">Local translation contributor days: Groups of contributors gather at different locations and work face to face.</span></li>\n<li class=\"li1\"><span class=\"s1\">Local remote translation contributor days: Current translation teams dedicate time and get involved remotely to do orientation for their potential contributors or work with their current translation teams on translating as many strings as they can.</span></li>\n</ul>\n<p class=\"p1\"><span class=\"s1\">If you organise a local meetup, why not organise a contributor day for translating in your language?</span></p>\n<p class=\"p3\"><span class=\"s1\"><b>Join us! Read about the initiative and </b><a href=\"https://make.wordpress.org/polyglots/2016/03/02/wordpress-global-translation-day-april-24th-2016/\"><span class=\"s3\"><b>sign up as an organiser</b></span></a><b>.</b></span></p>\n<p class=\"p3\"><span class=\"s1\"><b>Can I get involved if I only speak English?</b></span></p>\n<p class=\"p1\"><span class=\"s1\">Yes! Even if you only speak English, it would be great to get involved and check out some of the English locale variants – English as spoken in the United Kingdom, Canada, New Zealand, Australia, South Africa. English has many variants across the globe and you can learn about the differences and why it’s important that users have the option to choose a variant during some of our sessions. And if you’re in a funky mood, you can give translating the interface into Emoji a try! Yes, we have a WordPress in Emoji locale!</span></p>\n<p class=\"p3\"><span class=\"s1\"><b>Questions?</b></span></p>\n<p class=\"p1\"><span class=\"s1\">The polyglots team and the event organisers hang out in <a href=\"http://wordpress.slack.com/messages/polyglots/\">#Polyglots in Slack</a>. They will gladly help you out.</span></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: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.5 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/2016/03/wordpress-4-5-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Mar 2016 03:50: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: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=4165\";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:344:\"The release candidate for WordPress 4.5 is now available. We’ve made 49 changes since releasing Beta 4 a week ago. 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.5 on Tuesday, April 12, but we need your help […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:2251:\"<p>The release candidate for WordPress 4.5 is now available.</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&mode=stop_on_copy&rev=37077&stop_rev=37026&limit=120&verbose=on\">49 changes</a> since releasing Beta 4 a week ago. 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.5 on <strong>Tuesday, April 12</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.5 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.5, 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.5-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.5 and update your plugin’s <em>Tested up to</em> version in the readme to 4.5 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-5/\">notes for developers</a> for 4.5.</p>\n<p><em>Free as in Freedom</em><br />\n<em>It is WordPress 4.5</em><br />\n<em>Also free as in beer</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:6;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.5 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/2016/03/wordpress-4-5-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, 17 Mar 2016 04:30:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4155\";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 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.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3392:\"<p>WordPress 4.5 Beta 4 is now available!</p>\n<p>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 <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-beta4.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a>, and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\">Beta 3</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-5+dev-notes/\">in-depth field guides on make/core</a>. This is the final <a href=\"https://make.wordpress.org/core/version-4-5-project-schedule/\">planned beta</a> of WordPress 4.5, with a release candidate scheduled for next week.</p>\n<p>Some of the changes in Beta 4 include:</p>\n<ul>\n<li>Add support for oEmbed <strong>moments and timelines from Twitter</strong> (<a href=\"https://core.trac.wordpress.org/ticket/36197\">#36197</a>).</li>\n<li>More changes to better support <strong>HHVM with Imagick</strong>.<strong> </strong>Please test with HHVM setups and resizing/rotating images (<a href=\"https://core.trac.wordpress.org/ticket/35973\">#35973</a>).</li>\n<li>Tightened up the <strong>Inline Link</strong> feature (<a href=\"https://core.trac.wordpress.org/ticket/33301\">#33301</a>, <a href=\"https://core.trac.wordpress.org/ticket/30468\">#30468</a>).</li>\n<li>Support <code><hr></code> <strong>editor shortcut</strong> with 3 or more dashes (<code>---</code>); no spaces. To give more time to study the best shortcuts for users, text patterns for bold and italic have been removed and won’t ship with for 4.5 (<a href=\"https://core.trac.wordpress.org/ticket/33300\">#33300</a>).</li>\n<li>Fixes for <strong>SSL with Responsive Images</strong>. Please test with SSL, especially on sites with mixed http/https setups (<a href=\"https://core.trac.wordpress.org/ticket/34945\">#34945</a>).</li>\n<li>Allow rewrite rules to work in nested <strong>WordPress installations on IIS</strong> (<a href=\"https://core.trac.wordpress.org/ticket/35558\">#35558</a>).</li>\n<li><strong>Various bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log/?action=stop_on_copy&mode=stop_on_copy&rev=37025&stop_rev=36932&limit=200&verbose=on\">almost 100 changes</a> during the last week.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p class=\"p1\"><em>Llegamos al fin</em><br />\n<em>del tiempo pa’ beta</em><br />\n<em>¡Pruébalo Ahora!</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:42:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.5 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Mar 2016 06:59:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4128\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.5 Beta 3 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3631:\"<p>WordPress 4.5 Beta 3 is now available!</p>\n<p>This software is still in development<strong>,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.5-beta3.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a> and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-5+dev-notes/\">in-depth field guides on make/core</a>. Some of the fixes in Beta 3 include:</p>\n<ul>\n<li>Many <strong>Theme Logo Support</strong> (<a href=\"https://core.trac.wordpress.org/ticket/33755\">#33755</a>) fixes, including support for bundled Twenty Fifteen (<a href=\"https://core.trac.wordpress.org/ticket/35944\">#35944</a>).</li>\n<li>Add <strong>Responsive Preview</strong> to theme install previewer (<a href=\"https://core.trac.wordpress.org/ticket/36017\">#36017</a>).</li>\n<li>Support <strong>Imagick in HHVM</strong> (<a href=\"https://core.trac.wordpress.org/ticket/35973\">#35973</a>).</li>\n<li><strong>Whitelist IPTC, XMP, and EXIF profiles</strong> from <code>strip_meta()</code> to maintain authorship, copyright, license, and image orientation (<a href=\"https://core.trac.wordpress.org/ticket/28634\">#28634</a>).</li>\n<li>Support <strong>Windows shares/DFS roots</strong> in <code>wp_normalize_path()</code> (<a href=\"https://core.trac.wordpress.org/ticket/35996\">#35996</a>).</li>\n<li><span class=\"s1\">New installs default to <strong>generating secret keys and salts locally</strong> instead of relying on the <span class=\"s2\">WordPress.org</span> API. Please test installing WP in situations where it can’t connect to the internet <span class=\"s1\">(like on a ?, ✈️, or ?) </span></span><span class=\"s1\">(<a href=\"https://core.trac.wordpress.org/ticket/35290\">#35290</a>).</span></li>\n<li>OPTIONS requests to REST API should <strong>return Allow header</strong> (<a href=\"https://core.trac.wordpress.org/ticket/35975\">#35975</a>).</li>\n<li>Upgrade twemoji.js to version 2 (<a href=\"https://core.trac.wordpress.org/ticket/36059\">#36059</a>) and add extra IE11 compatibility (<a href=\"https://core.trac.wordpress.org/ticket/35977\">#35977</a>) for <strong>Emoji</strong>.</li>\n<li><strong>Various bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log/?action=stop_on_copy&mode=stop_on_copy&rev=36931&stop_rev=36814&limit=200&verbose=on\">more than 100 changes</a> during the last week.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p class=\"p1\"><em><span class=\"s1\">Beta one, two, three<br />\n</span><span class=\"s1\">so many bugs have been fixed<br />\n</span><span class=\"s2\">Closer now; four, five.</span></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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.5 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Mar 2016 04:55:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4116\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.5 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2370:\"<p>WordPress 4.5 Beta 2 is now available!</p>\n<p>This software is still in development<strong>,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.5-beta2.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1 blog post</a>. Some of the fixes in Beta 2 include:</p>\n<ul>\n<li>Added <a href=\"https://core.trac.wordpress.org/ticket/33300\">Horizontal Rule (HR) editing shortcut</a> and <a href=\"https://core.trac.wordpress.org/ticket/28612\">dismissible “Paste as Text” notice</a> in <strong>TinyMCE</strong>.</li>\n<li><strong>Selective Refresh</strong> support is <a href=\"https://core.trac.wordpress.org/changeset/36797\">enabled for core themes titles and taglines</a>, which allows shift-click to focus on controls and PHP filters to apply in the preview.</li>\n<li>Resolved a fatal error on <strong>image upload</strong> when ImageMagick could not complete stripping meta during resize (<a href=\"https://core.trac.wordpress.org/ticket/33642\">#33642</a>).</li>\n<li><strong>Various bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log/?action=stop_on_copy&mode=stop_on_copy&rev=36813&stop_rev=36701&limit=200&verbose=on\">just over 100 changes</a> in the last week.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p><em>It’s peer pressure time</em><br />\n<em>Testing: all cool kids do it</em><br />\n<em>Help find ALL the bugs!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Contributor Weekend: One-Hour Video\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2016/02/contributor-weekend-one-hour-video/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Feb 2016 19:36:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4112\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:349:\"It’s time for our second global contributor weekend, and this time we’re focusing on the video team. For this month’s challenge, in honor of it being our second month, you have two options for how you can participate! The challenge for this month overall is to work with at least one hour worth of WordCamp video, which […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Jen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2590:\"<p>It’s time for our second global contributor weekend, and this time we’re focusing on the <a href=\"https://make.wordpress.org/tv\">video team</a>. For this month’s challenge, in honor of it being our second month, you have two options for how you can participate! The challenge for this month overall is to work with at least one hour worth of WordCamp video, which you can do by either creating subtitles or editing the video file in preparation for upload to <a href=\"http://WordPress.tv\">WordPress.tv</a>.</p>\n<p>One of the great things about contributing to the video team is that you get to learn so much, since all the work basically involves watching WordCamp presentation videos. Subtitling is a doubly important need, as it is needed to make all those WordCamp videos accessible to people who are deaf or hard of hearing and can’t listen to the audio track, as well as making it possible for the videos to be consumed (in some cases after subtitle translation) by people who speak different languages.</p>\n<p>The challenge will last from Saturday, February 27, 2016 through Sunday, February 28, 2016, and the results will be reviewed afterward by members of the video team. If you enjoy the challenge, the video team would be very excited to welcome you into their ranks! Interested? <a href=\"https://wp.me/P6onIa-28D\">Here’s how to participate</a>.</p>\n<h3>What About Last Month?</h3>\n<p>In January, the inaugural contributor weekend was focused on the support forums. That challenge had 73 participants, including 10 people who provided 20 or more correct answers to open support threads, thereby winning the challenge. Congratulations to Harris Anastasiadis, Ahmad Awais, Takis Bouyouris, Phil Erb, Eric Gunawan, Jackie McBride, Diana Nichols, Kostas Nicolacopoulos, Juhi Saxena, and Sarah Semark! To them and to everyone else who participated, thank you <strong>so much</strong> for your efforts. Every answer helps, and over the course of this contributor weekend, these amazing volunteers responded to <strong>800 support threads</strong>. The support forums queue of requests with no replies went from 28 pages to 7 pages — that was an incredible success, of which every participant was a part!</p>\n<p>So head on over to see how to <a href=\"https://wp.me/P6onIa-28D\">get involved with the one-hour video challenge</a> this weekend, and help us make next month’s post just as impressive! <img src=\"https://s.w.org/images/core/emoji/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}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:\"Thu, 26 May 2016 15:52:45 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:\"Fri, 06 May 2016 19:22:48 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20151028155200\";}','no'),(22374,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1464321165','no'),(22377,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1464277965','no'),(22380,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1464321166','no'),(22383,'_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:46:\"WP Mobile Apps: WordPress for iOS: Version 6.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:33:\"http://apps.wordpress.com/?p=3416\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://apps.wordpress.com/2016/05/25/wordpress-for-ios-version-6-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:3021:\"<p>Hi there, WordPress users! <a href=\"https://itunes.apple.com/us/app/wordpress/id335703880?mt=8&uo=6&at=&ct=\">Version 6.2 of the WordPress for iOS app</a> is now available in the App Store.</p>\n<h1>What’s New:</h1>\n<p><strong>Sharing just got easier!</strong> Post content from apps to your WordPress.com site with a new Share extension. Also, share a post right from your editor’s preview screen.</p>\n\n<a href=\"https://apps.wordpress.com/img_2229_2/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/05/img_2229_2.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"IMG_2229_2\" /></a>\n<a href=\"https://apps.wordpress.com/img_2230/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/05/img_2230.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"IMG_2230\" /></a>\n\n<p><strong>Improved clipboard support: </strong>Working with images? You can now copy and paste single images in your editor.</p>\n<p><strong>Login with ease:</strong> We improved error messages for self-hosted users.</p>\n<p><strong>Enhancements:</strong> Because “good” is not enough! Here’s the full <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?q=is%3Aclosed+is%3Aissue+milestone%3A6.2+label%3A%22%5BType%5D+Enhancement%22\">list of enhancements</a>.</p>\n<p><strong>Bugs, be gone!</strong> We zapped bugs that prevented images from rendering properly and caused backspaces to misbehave. You can see the full list of bug fixes <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?q=is%3Aclosed+is%3Aissue+milestone%3A6.1+label%3A%22%5BType%5D+Bug%22\">here</a>!</p>\n<h1>Thank You</h1>\n<p>Thanks to all of the contributors who worked on this release:<br />\n<a href=\"https://github.com/aerych\">@aerych</a>, <a href=\"https://github.com/akirk\">@akirk</a>, <a href=\"https://github.com/alexcurylo\">@alexcurylo</a>, <a href=\"https://github.com/astralbodies\">@astralbodies</a>, <a href=\"https://github.com/diegoreymendez\">@diegoreymendez</a>, <a href=\"https://github.com/frosty\">@frosty</a>, <a href=\"https://github.com/jleandroperez\">@jleandroperez</a>, <a href=\"https://github.com/koke\">@koke</a>, <a href=\"https://github.com/kurzee\">@kurzee</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/nheagy\">@nheagy</a>, <a href=\"https://github.com/rachelmcr\">@rachelmcr</a>, <a href=\"https://github.com/sendhil\">@sendhil</a>, <a href=\"https://github.com/mattmiklic\">@mattmiklic</a> and <a href=\"https://github.com/SergioEstevao\">@SergioEstevao</a>.</p>\n<p>You can track the development progress for the next update by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?utf8=✓&q=is%3Aissue+milestone%3A6.3+\" target=\"_blank\">our 6.3 milestone on GitHub</a>. Until next time!</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3416&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 May 2016 06:05: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:14:\"diegoreymendez\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WPTavern: In Case You Missed It – Issue 9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=55015&preview_id=55015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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-9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8011:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png\" rel=\"attachment wp-att-50955\"><img class=\"size-full wp-image-50955\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?resize=676%2C292\" alt=\"In Case You Missed It Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Chris Lema Launches Beyond Good</h2>\n<p>Chris Lema has launched a new site called <a href=\"http://beyondgood.com/\">Beyond Good </a>that provides insight, tips, and methodologies for leading employees to become better than good. If it’s anything like his other sites, it’s sure to be a hit in the WordPress community.</p>\n<h2>Remote Jobs, a Remote Worker Specific Jobs Board</h2>\n<p>Chris Wallace and the team at Lift have launched <a href=\"https://remotejobs.com/\">Remote Jobs</a>, a jobs board specifically catered to remote workers. According to Wallace, “The site exists to help others find remote jobs that connect them with their passions in life.” Check out the site as there’s already a decent listing of opportunities available for remote workers.</p>\n<h2>Why .Blog is Worth $19M</h2>\n<p>Matt Mullenweg participated in a <a href=\"http://venturebeat.com/2016/05/12/the-creator-of-wordpress-on-why-blog-was-worth-19-million/\">phone interview with VentureBeat</a>. The first question in the interview asks why the .blog domain is worth $19M.</p>\n<blockquote><p>Well, the domain business is actually a really good business because you can sell a domain and people use it and keep it forever. So, if you look at like a Verisign, or people who have TLDs, it’s actually an incredible business.</p>\n<p>We really wanted .blog to be open, and some of the other applications for .blog were closed, including Google — so, let’s say for example, only Blogger could have a .blog domain. And we thought that .blog should be open to everyone, even if they’re not using WordPress.</p>\n<p>I gotta be honest though, it was a stressful auction.</p></blockquote>\n<p>There are other tidbits of information included in the interview that I highly encourage you to read. If I were Google, I’d be upset as .blog is the perfect complimentary domain for Blogger.</p>\n<h2>Drupal Association Gives Community Member a Lifetime Ban</h2>\n<p>DrupalCon New Orleans took place last week and during the event, several speakers <a href=\"https://www.drupal.org/node/2729687\">experienced online harassment</a> in the form of derogatory racist, homophobic, and misogynistic comments and images from an anonymous Twitter account. Upon further investigation by community members and the Drupal Association technical and event staff, the harassment was tracked to an attendee at the event.</p>\n<blockquote><p>This person was then confronted by members of the Drupal Association staff and the Community Working Group. They were asked to leave the event and informed that they have been banned from attending any future DrupalCons as well as any events produced by the Drupal Association, in accordance with the <a href=\"https://events.drupal.org/neworleans2016/code-conduct\" rel=\"nofollow\">DrupalCon Code of Conduct</a>, which states, ‘We do not tolerate harassment of conference participants in any form.’ Shortly after the person left the conference, the account from which the harassing tweets were made was deleted.</p></blockquote>\n<p>This is an excellent example of why Codes of Conduct exist for events. By the way, check out the <a href=\"https://plan.wordcamp.org/code-of-conduct/\">Code of Conduct</a> that’s in place for every WordCamp. If you experience harassment of any kind at a WordCamp, please tell event staff.</p>\n<h2>Plans Published to Upgrade WordPress Support Forums</h2>\n<p>Jennifer Dodd published a <a href=\"https://make.wordpress.org/meta/2016/05/19/wordpress-org-forums-upgrade/\">detailed plan</a> for migrating the WordPress.org support forums from bbPress 1.x to 2.x. The project is a huge undertaking and involves moving massive amounts of data. If all goes according to plan, the support forums will be on bbPress 2.x by the end of the year. I’m sure a lot of support forum volunteers are stoked to hear this news.</p>\n<h2>What NOT to Name a WordPress Theme</h2>\n<p>This tweet by Ryan Sullivan gave me a good laugh.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I\'d strongly consider rebranding. <a href=\"https://t.co/9MeevJTlPq\">pic.twitter.com/9MeevJTlPq</a></p>\n<p>— Ryan D. Sullivan (@ryandonsullivan) <a href=\"https://twitter.com/ryandonsullivan/status/733120690816065536\">May 19, 2016</a></p></blockquote>\n<p></p>\n<h2>Tom McFarlin on Improving the WordPress Plugin UX</h2>\n<p>Tom McFarlin published a <a href=\"https://tommcfarlin.com/wordpress-plugin-user-experience-2/\">great article</a> that offers ideas on how plugin developers can improve the WordPress plugin user experience. His first suggestion is a key reason I think GravityForms became successful.</p>\n<blockquote><p>Try to make sure that your project tightly integrates with the core WordPress user interface.</p></blockquote>\n<p>When I witnessed GravityForms for the first time in 2009, I loved how it integrated into the WordPress backend as if it were a part of the core software. Fast forward to 2016 and plugins that tie into a service are experimenting with overlay interfaces that replace WordPress’. The most recent example I recall is WP Forms <a href=\"http://wptavern.com/wpforms-aims-to-be-the-most-beginner-friendly-forms-plugin-for-wordpress\">that I reviewed</a> earlier this year.</p>\n<p>In my review, I specifically noted that the interface the developers used allowed me to focus on creating forms. It doesn’t seem like it’s a WordPress core feature and it didn’t have too. While the advice McFarlin gives is likely accurate for most cases, there are plugins that benefit from having a unique user interface different from WordPress’.</p>\n<h2>Don’t Edit Core</h2>\n<p>This comic <a href=\"http://www.commitstrip.com/en/2016/05/17/coder-dilemma-9-the-upgrade/\">created by CommitStrip</a> made me smile.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Coder Dilemma #9 – The Upgrade<br /> <a href=\"https://t.co/2Tu2l1tgYX\">https://t.co/2Tu2l1tgYX</a> <a href=\"https://t.co/xnMr2VdYWv\">pic.twitter.com/xnMr2VdYWv</a></p>\n<p>— CommitStrip (@CommitStrip) <a href=\"https://twitter.com/CommitStrip/status/732505464768843776\">May 17, 2016</a></p></blockquote>\n<p></p>\n<h2>Wapuu Tattoo!</h2>\n<p>In what is a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don’t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project. WordCamp St. Louis 2016, took place last weekend and one of the attendees had a Wapuu tattoo! Wapuu looks good everywhere, including human skin!</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Wapuu has been sighted at <a href=\"https://twitter.com/hashtag/wcstl?src=hash\">#wcstl</a> <a href=\"https://twitter.com/hashtag/wordpress?src=hash\">#wordpress</a> <a href=\"https://twitter.com/hashtag/wapuu?src=hash\">#wapuu</a> <a href=\"https://t.co/4HYlp6GI0S\">pic.twitter.com/4HYlp6GI0S</a></p>\n<p>— Nile Flores (@blondishnet) <a href=\"https://twitter.com/blondishnet/status/731504592668758017\">May 14, 2016</a></p></blockquote>\n<p></p>\n<p>That’s it for issue nine. 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, 20 May 2016 22:30:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:83:\"WPTavern: WordPress Meta Team Publishes Prototypes of The Plugin Directory Redesign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=55006\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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-meta-team-publishes-prototypes-of-the-plugin-directory-redesign\";s: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:3713:\"<p>In early 2015, the WordPress.org Meta team <a href=\"http://wptavern.com/wordpress-plugin-directory-launches-new-design\">redesigned</a> the <a href=\"https://wordpress.org/plugins/\">WordPress plugin directory</a> and added a number of new features. In an effort to iterate on the page’s layout, the Meta Team has <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/\">published prototypes</a> of a new design for the <a href=\"http://codepen.io/mapk/full/jqxqbo/\">plugin directory’s home</a> and <a href=\"http://codepen.io/mapk/full/KzGQKv/\">search results pages</a>.</p>\n<p>The prototypes are inspired by <a href=\"https://get.wp.com/\">Get WordPress</a>, a landing page that provides key information about the WordPress project at a glance.</p>\n<p>There are a few things to keep in mind while looking at these prototypes. The first is that plugin information displayed on the page is inaccurate. Second, the Pro and Light classifications are for design purposes only. Third, links at the bottom will point to their corresponding pages.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PluginDirectoryMockup1.png\"><img class=\"size-full wp-image-55007\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PluginDirectoryMockup1.png?resize=1025%2C2753\" alt=\"WordPress Plugin Directory Homepage Protoype\" /></a>WordPress Plugin Directory Homepage Protoype\n<p>Unlike the current design, the prototype displays far less information. Authors, Last Updated, Compatibility, and Active Installs are absent from the homepage view. Initial feedback <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/#comment-8151\">highlights the concern</a> that too much information has been stripped away.</p>\n<p>In response to a comment on the announcement post, Samuel Sidler, <span class=\"st\">Apollo Team Lead at Automattic and contributor to the Meta team</span>, <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/#comment-8154\">explains</a> why he doesn’t think the information is useful to users.</p>\n<blockquote><p>Author, as you said, is only really useful for insiders. The latter two, meanwhile, are already taken into account in the search results. If a plugin doesn’t have a recent compatible version, it will move down the list. If it’s too old, it won’t get shown at all (which is the case today).</p>\n<p>Active installs is more interesting, but we account for it weighting search results as-is. I actually find it refreshing to <em>not</em> show the active installs as it allows for less-popular plugins to get more downloads. Users will be less likely to click the popular plugins (outside of familiar names) and more likely to find the plugin they actually need.</p></blockquote>\n<p>Another commenter suggests <a href=\"https://profiles.wordpress.org/awakensolutions/\">creating a simple/advanced view. </a>By default, the page could display a simplistic design while giving power users an option for more details.</p>\n<p>“Just like <a href=\"https://wordpress.org/about/philosophy/\" rel=\"nofollow\">WordPress core</a>, we strive to design for the majority and build features for the 80%,” Sidler said in response to the comment. “An ‘advanced’ view doesn’t meet that requirement, in my eyes.”</p>\n<p>The Meta team is iterating quickly and will soon publish a prototype of the plugin details page. If you have feedback on the plugin homepage and search result prototypes, please leave a comment on <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/\">the announcement post</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2016 20:19:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:94:\"WPTavern: WPWeekly Episode 235 – Interview with James Giroux Envato’s WordPress Evangelist\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=55000&preview_id=55000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wpweekly-episode-235-interview-with-james-giroux-envatos-wordpress-evangelist\";s: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:1298:\"<p>In this episode, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"https://jamesgiroux.ca/\">James Giroux</a>, Envato’s WordPress evangelist. We discuss a number of topics including what he’s accomplished since taking over the position in January, the item support policy change, and author driven pricing.</p>\n<p>We also find out what his favorite part of the job is and what he enjoys most about his role at Envato. Last but not least, we discover what the company is doing to shorten the length of time it takes to get through the review queue.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, June 1st 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 #235:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 May 2016 19:18: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:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: BuddyPress Launches Style Modules Trial Initiative\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54954\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/buddypress-launches-style-modules-trial-initiative\";s: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:3960:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/customize-posts.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/customize-posts.jpg?resize=1024%2C583\" alt=\"photo credit: Paintbrush - (license)\" class=\"size-full wp-image-54351\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/93249705@N03/13067171403\">Paintbrush</a> – <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p>BuddyPress core developer <a href=\"https://twitter.com/hnla\" target=\"_blank\">Hugo Ashmore</a> announced a new trial initiative this week that aims to create a library of CSS and JavaScript snippets to help users customize their communities. The <a href=\"https://bpdevel.wordpress.com/2016/05/11/buddypress-style-modules/\" target=\"_blank\">Style Modules</a> project will aggregate community-submitted code that enhances BuddyPress components in a plug-and-play manner.</p>\n<p>Developers who want to contribute to the project can submit their modules by creating a ticket on <a href=\"https://buddypress.trac.wordpress.org/newticket\" target=\"_blank\">BP trac</a> and attaching a zip file that includes the CSS/JS files, a readme.md, and a screenshot.</p>\n<p>Users who want to add a module will need to create a /style-modules/ directory and then unzip the module inside it. The next step requires the user to copy functions from the module’s readme file to their theme’s functions.php file, a step which provides a significant hurdle for a non-technical BuddyPress community manager.</p>\n<p>“Initially this is a trial to see whether we get sufficient interest in the concept to continue and develop further, perhaps enhancing the loading process with enqueueing of files based on directory scanning and loading of files as an array but run from the core theme compat class, removing the need for users to copy the loading functions to their functions file,” Ashmore said.</p>\n<p>The project’s GitHub repository includes <a href=\"https://github.com/buddypress/style-modules/wiki/Style-Modules-Listings\">an example module</a> that re-styles the members list into a grid layout. Other example ideas Ashmore suggested include a new look for profile entries, a different presentation for the activity posting form, or something as simple as changing the font size for the activity stream.</p>\n<p>The experimental initiative will test the waters to see if the BuddyPress community will chip in to provide enough modules to make this a real library. The support policy stated in the proposal doesn’t offer much incentive for module authors to submit their work:</p>\n<blockquote><p>Provision of modules and use of them is entirely the discretion of the authors and users, while BP will run some basic checks on the module BP does not guarantee that the modules will work in all given situations or installs, or accept any liability in their use. Support for a module remains the responsibility of the author to ensure the continued effectiveness of the module with updates to themes, WP or BP.</p></blockquote>\n<p>Historically, BuddyPress has struggled to present itself as an easily customizable solution for communities. <a href=\"http://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/\" target=\"_blank\">Theme compatibility</a>, introduced in April 2013, made it easier to use BP with any theme, but unless you purchase a theme specifically designed for the plugin, its default output is rather generic and in need of heavy styling.</p>\n<p>The <a href=\"https://bpdevel.wordpress.com/2016/05/11/buddypress-style-modules/\" target=\"_blank\">BuddyPress Style Modules</a> concept is an attempt to make it easier for community managers to enhance BP components with different looks, but the project will need to provide a compelling reason for developers to contribute modules and continue to maintain 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, 19 May 2016 02: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: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:62:\"WPTavern: The .blog Domain Extension Is Now Open to Registrars\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54971\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/the-blog-domain-extension-is-now-open-to-registrars\";s: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:2083:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg?resize=960%2C521\" alt=\"photo credit: Luis Llerena\" class=\"size-full wp-image-54799\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/3ZHG0XOIT6\">Luis Llerena</a>\n<p>Today marks a moment in internet history, as the very first .blog domain is now operational on WordPress.com. Knock Knock, WHOIS There, a subsidiary of Automattic, launched <a href=\"https://nic.blog/\" target=\"_blank\">Nic.blog</a> today to begin getting registrars to sign up to sell the new TLD.</p>\n<p>Automattic <a href=\"http://wptavern.com/automattic-to-oversee-the-sale-and-registration-of-top-level-blog-domains\" target=\"_blank\">won the rights to oversee the sale and registration of the .blog domain</a> in 2015 via a bidding process that is estimated to have closed around $20 million. The domain extension is so new that Twitter doesn’t yet support it as a valid link, but Automattic expects to activate 250,000 new names in 2016.</p>\n<p>According to the new nic.blog information site, registrars that sign up to sell .blog domains will be able to participate in an incentive partnership model that rewards a higher volume of sales:</p>\n<blockquote><p>Pricing will be in the standard range for new gTLDs, with premium names available in several tiers. High margins for registrars will be guaranteed by an incentive model, rewarding sales above a certain baseline. Final terms will be published in the coming weeks.</p></blockquote>\n<p>Automattic is opening up the .blog TLD to registrars around the world and companies can sign up on nic.blog to learn more about the requirements. Individuals who are interested in purchasing a .blog domain should review the tentative <a href=\"https://nic.blog/launch-plan/\" target=\"_blank\">launch plan</a> published today. Registration will be open to trademark owners during the Sunrise period starting in August 2016, followed by a Landrush period in October.</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, 18 May 2016 23:26:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:87:\"WPTavern: After Eight Years, Thematic Theme’s Lead Developers Discontinue the Project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54967\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/after-eight-years-thematic-themes-lead-developers-discontinue-the-project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3812:\"<p>Gene Robinson, lead developer of the Thematic WordPress theme, has <a href=\"http://thematictheme.com/2016/05/15/thematic-retrospective/\">announced</a> that the project will no longer be developed. Thematic <a href=\"https://wordpress.org/themes/thematic/\">was last updated</a> in 2013 and is actively installed on more than 4K sites. Users are advised to migrate to a different theme as updates will no longer be released. As WordPress core evolves, sites using Thematic may develop incompatibilities.</p>\n<h2>Continuing The Legacy with a Different Name</h2>\n<p>Although development on Thematic is discontinuing, Robinson has forked the project and renamed it to <a href=\"http://d.eciduo.us\">Deciduous. </a>The project picks up where Thematic leaves off. Those interested in continuing development can <a href=\"https://github.com/emhr/Deciduous\">follow it on GitHub</a> where pull requests are welcomed. Robinson is also seeking links to other projects that are derivative of Thematic.</p>\n<h2>Where to Get Support for Thematic</h2>\n<p>Users who need support are advised to post on the <a href=\"https://wordpress.org/support/theme/thematic\">WordPress.org support forums</a> for the Thematic theme, “The support forums on the Thematic website are shutting down due to the lack of community involvement, moderation, and developer feedback,” Robinson said. “Hopefully the greater WordPress support community will be able to help you find a resolution.”</p>\n<h2>A Look Back</h2>\n<p>The years 2008-2009 is an interesting time frame in WordPress’ history. A number of commercial theme and plugin companies, WordPress-centric sites, and projects were launched. Among these was the <a href=\"https://web.archive.org/web/20080611165821/http://themeshaper.com/thematic-for-wordpress/\">Thematic theme</a> by Ian Stewart, theme Wrangler for Automattic. Thematic was more than just a theme, it was an opportunity for Stewart to learn how WordPress’ theme system works.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/ThematicThemePreview.png\"><img class=\"size-full wp-image-54981\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/ThematicThemePreview.png?resize=951%2C740\" alt=\"Thematic Theme Preview from WordPress.org\" /></a>Preview of Thematic from WordPress.org\n<p>He regularly shared his knowledge with the community through <a href=\"https://themeshaper.com/\">ThemeShaper.com</a>, a site now owned by Automattic that features contributions from other members of the theme team. It was the wild west of theme development in 2008 and any person who regularly shared theme development techniques became an influential member of the community.</p>\n<p>Two years after launching Thematic, Stewart <a href=\"https://themeshaper.com/2010/03/04/ian-stewart-joined-automattic/\">joined Automattic</a> as a theme wrangler.</p>\n<blockquote><p>What can I say besides awesome, awesome, awesome? The enormous opportunity for learning and improvement; all the super-talented, friendly people; the chance to work on so many really, really cool projects—it’s almost unbelievable. This is a dream job for me.</p></blockquote>\n<p>The hiring allowed him to make available all of his commercial child themes built on the Thematic framework available free of charge to the community.</p>\n<h2>Did You Learn From Thematic?</h2>\n<p>It’s bittersweet and slightly nostalgic to see the theme come to an end. When I launched the Tavern in 2009, I regularly linked to tutorials and articles published by Stewart. I’m almost certain Thematic and its creator helped out a number of budding theme developers between 2008-2011. Let us know in the comments if you used Thematic for any projects or what you learned from its code.</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, 18 May 2016 20:45:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:58:\"Post Status: WordPress as a Headless CMS — 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=24518\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/wordpress-headless-cms-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:2949:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p><span>Joe and Brian discuss WordPress as a Headless CMS. They talk about what a Headless CMS is, WordPress’s strengths and weaknesses as a Headless CMS, popular frameworks to utilize, and offer up example websites to check out.</span></p>\n<p><!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.com/37861.mp3\">https://audio.simplecast.com/37861.mp3</a><br />\n<a href=\"http://audio.simplecast.com/37861.mp3\">Direct Download</a></p>\n<h3>Examples</h3>\n<ul>\n<li><a href=\"https://www.guggenheim.org/\">The Guggenheim</a></li>\n<li><a href=\"https://adayofrest.hm/boston-2016/\">A Day of Rest Boston</a></li>\n<li><a href=\"https://ustwo.com/\">ustwo</a></li>\n<li><a href=\"http://skaled.com/\">Skaled</a></li>\n<li><a href=\"http://tri.be/\">Modern Tribe</a></li>\n</ul>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://angularjs.org/\">Angular</a></li>\n<li><a href=\"https://facebook.github.io/react/\">React</a></li>\n<li><a href=\"http://blog.scalac.io/2016/02/16/react-vs-angular-2.html\">React vs Angular 2</a></li>\n<li><a href=\"https://getmoxied.net/lean/\">Lean, an Agular for WordPress framework</a></li>\n<li><a href=\"https://pantheon.io/decoupled-cms\">Decoupled CMS</a></li>\n<li><a href=\"https://css-tricks.com/what-is-a-headless-cms/\">What is a Headless CMS?</a></li>\n<li><a href=\"http://petya.in/we-need-to-talk-about-the-rest-api-the-non-developer-guide-to-the-future-of-wordpress/\">We Need to Talk about the REST API</a></li>\n<li><a href=\"https://make.wordpress.org/core/2016/05/16/rest-api-authentication-broker/\">Introducing the REST API Authentication Broker</a></li>\n<li><a href=\"https://hmn.md/2016/01/14/introducing-our-wordpress-rest-api-white-paper/\">Human Made’s REST API White Paper</a></li>\n</ul>\n<h3>Sponsor</h3>\n<p><span>Today’s show is sponsored by </span><a href=\"http://optinmonster.com\"><span>OptinMonster</span></a><span>. OptinMonster allows you to convert visitors into subscribers. You can easily create & A/B test beautiful lead capture forms without a developer. They recently released </span><a href=\"http://optinmonster.com/introducing-optinmonster-3-0-taking-your-conversion-optimization-to-the-next-level/\"><span>OptinMonster 3.0</span></a><span>, with an all new builder interface and other great features.</span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2016 17:47: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: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: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:87:\"WPTavern: Take Granular Control of WordPress’ Update System with Easy Updates Manager\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54952\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wptavern.com/take-granular-control-of-wordpress-update-system-with-easy-updates-manager\";s: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:3933:\"<p>When <a href=\"https://wordpress.org/news/2013/10/basie/\">WordPress 3.7 “Basie”</a> was released in 2013, it brought automatic updates to the masses. By default, WordPress automatically updates to point releases. Using <a href=\"https://codex.wordpress.org/Configuring_Automatic_Background_Updates\">additional constants</a> within wp-config.php, you can configure WordPress to automatically update themes, plugins, and major releases.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerFeaturedImage.png\"><img class=\"aligncenter size-full wp-image-54958\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerFeaturedImage.png?resize=650%2C207\" alt=\"Easy Update Manager Featured Image\" /></a></p>\n<p>If you want granular control over the WordPress update system without touching code, check out <a href=\"https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/\">Easy Updates Manager</a>. Easy Updates Manager is a free plugin that’s active on more than 70k sites. It’s maintained by <a href=\"https://profiles.wordpress.org/kidsguide/\">Matthew</a>, <a href=\"https://profiles.wordpress.org/ronalfy/\">Ronald Huereca</a>, <a href=\"https://profiles.wordpress.org/roary86/\">Roary Tubbs</a>, and <a href=\"https://profiles.wordpress.org/bigwing/\">BigWing Interactive</a>.</p>\n<h2>Countless Number of Configurations Available</h2>\n<p>Once activated, you’ll find the options page by browsing to Dashboard > Update Options. There are two different interfaces for configuring updates. The first includes a number of toggle switches that disable/enable updates. The second is a traditional screen with radial buttons.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerDashboard.png\"><img class=\"size-full wp-image-54959\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerDashboard.png?resize=1025%2C432\" alt=\"Easy Update Manager Dashboard\" /></a>Easy Updates Manager Dashboard\n<p>Traditional settings page for Easy Updates Manager.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerGeneralSettings.png\"><img class=\"size-full wp-image-54960\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerGeneralSettings.png?resize=566%2C480\" alt=\"Easy Update Manager General Settings\" /></a>Easy Updates Manager General Settings\n<p>One of the highlights of Easy Updates Manager is the ability to enable automatic updates for individual themes and plugins. It’s a convenient way to update themes and plugins that rarely cause issues. There’s also a built-in logging feature that when enabled creates a new table in the database. It logs the username, update type, version, action, status, and date.</p>\n<p>Logging is listed as a beta feature and should be used at your own risk. It also may not work with all commercial themes and plugins. Here’s what the log looks like after I updated three plugins.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerLogs.png\"><img class=\"size-full wp-image-54961\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerLogs.png?resize=1025%2C350\" alt=\"Easy Update Management Log\" /></a>Easy Updates Management Log\n<p>Easy Updates Manager also includes the ability to exclude users from manipulating the plugin’s settings. The plugin contains additional features that I encourage you to explore by using it on a test site.</p>\n<p>Thanks to the number of options available, users have a countless number of update configurations to choose from. I tested the plugin on WordPress 4.6 alpha and it works as expected. You can <a href=\"https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/\">download it for free</a> from the WordPress plugin directory.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2016 07:17: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:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: WordPress 4.6 Improves the Accessibility of the Tag and Category Management 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54910\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://wptavern.com/wordpress-4-6-improves-the-accessibility-of-the-tag-and-category-management-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2775:\"<p>Among the improvements coming in WordPress 4.6 are <a href=\"https://make.wordpress.org/core/2016/05/16/categories-and-tags-screens-changes/\">accessibility enhancements</a> to the Category and Tag management pages. The flow of each page has been changed so that the visual order of elements match the tab order. This allows those who navigate with keyboards to access the Add New Tag or Add New Category area first.</p>\n<p>Andrea Fercia, WordPress core committer and a member of the accessibility team, explains why the changes matter, “For accessibility, the visual order should always match the tab order. The main functionality in a page should just be the first thing in the source markup and other parts of the user interface should never be ‘skipped’.”</p>\n<p>The following image shows the tab order of elements on the Tag management screen in WordPress 4.5. In order to reach the Add New Tag section, you need to tab through a number of checkboxes, each tag in the tag cloud, and various quick edit links. This is a time-consuming and frustrating process.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress45TagManagementPage.png\"><img class=\"size-full wp-image-54944\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress45TagManagementPage.png?resize=1025%2C806\" alt=\"WordPress 4.5 Tag Management Element Order\" /></a>WordPress 4.5 Tag Management Element Order\n<p>In WordPress 4.6, the Add New Tag section is the first visual element as well as the first section accessed when pressing the tab key.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress46TagManagementScreen.png\"><img class=\"size-full wp-image-54945\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress46TagManagementScreen.png?resize=1025%2C792\" alt=\"WordPress 4.6 Tag Management Screen\" /></a>WordPress 4.6 Tag Management Screen\n<p>The new flow is more logical and provides consistency between the tag and category management screens, “From an accessibility point of view, the content structure and organization will be easier to understand and navigate,” Fercia said.</p>\n<p>WordPress theme and plugin authors who have added custom functionality to these screens are advised to double-check their code against the bleeding edge version of WordPress 4.6. There’s also an <a href=\"https://core.trac.wordpress.org/ticket/35664\">in-depth ticket</a> where developers and users can see how the team reached a consensus to implement the changes. If you have any questions or concerns please leave a comment on the <a href=\"https://make.wordpress.org/core/2016/05/16/categories-and-tags-screens-changes/\">announcement post</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:\"Tue, 17 May 2016 19:30:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: New Plugin Uses BuddyPress Email API to Send bbPress Forum Emails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54863\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wptavern.com/new-plugin-uses-buddypress-email-api-to-send-bbpress-forum-emails\";s: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:3011:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-bbpress.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-bbpress.jpg?resize=1025%2C493\" alt=\"buddypress-bbpress\" class=\"aligncenter size-full wp-image-30982\" /></a></p>\n<p><a href=\"http://wptavern.com/buddypress-2-5-0-released-features-customizable-emails-and-support-for-emoji\" target=\"_blank\">BuddyPress 2.5</a>, released in March, introduced customizable emails via a new <a href=\"http://wptavern.com/buddypress-2-5-will-add-customizable-emails-via-a-new-bp-email-api\" target=\"_blank\">BP Email API</a>. This new feature allows community managers to easily edit BuddyPress-generated emails in the admin and make design changes in the customizer.</p>\n<p>It didn’t take long for developers to think of bringing this same customizability to bbPress emails. <a href=\"https://profiles.wordpress.org/thebrandonallen/\" target=\"_blank\">Brandon Allen</a> has just released <a href=\"https://wordpress.org/plugins/bp-emails-for-bbp/\" target=\"_blank\">BP Emails for BBP</a>, a plugin that sends forum and topic subscription emails using the new BP Email API.</p>\n<p>Once installed, administrators will find templates for new forum topics and topic replies under the same Emails menu item with the 16 customizable BuddyPress core emails.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/buddypress-bbpress-emails.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/buddypress-bbpress-emails.png?resize=1025%2C305\" alt=\"buddypress-bbpress-emails\" class=\"aligncenter size-full wp-image-54878\" /></a></p>\n<p>Allen noted that the plugin sends emails differently than bbPress, which puts every subscriber email in the BCC field and sends one email. Instead, it sends a separate email to each subscriber, which Allen said may improve deliverability given that some email providers look unfavorably on emails with large BCC fields.</p>\n<p>I tested the plugin and found that it works as advertised for customizing and sending bbPress emails. There are no settings to configure. It simply adds the same functionality that users now expect from BuddyPress core emails with all the same customization options.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/bbpress-subscription-email.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/bbpress-subscription-email.png?resize=1025%2C500\" alt=\"bbpress-subscription-email\" class=\"aligncenter size-full wp-image-54929\" /></a></p>\n<p><a href=\"https://wordpress.org/plugins/bp-emails-for-bbp/\" target=\"_blank\">BP Emails for BBP</a> is available on WordPress.org. It does not work with bbPress alone but requires both bbPress 2.5+ and BuddyPress 2.5+ to be active. With the help of this plugin, a community manager can brand all the email communications generated by the site so that the design and wording is consistent across both plugins.</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, 17 May 2016 05:32: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: BuddyPress 2.6 to Introduce New API for Navigation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54803\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/buddypress-2-6-to-introduce-new-api-for-navigation\";s: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:2401:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png?resize=839%2C398\" alt=\"buddypress-logo-blue\" class=\"aligncenter size-full wp-image-30655\" /></a></p>\n<p>In an exceptionally well-documented <a href=\"https://buddypress.trac.wordpress.org/changeset/10745/\" target=\"_blank\">commit message</a>, BuddyPress lead developer Boone Gorges introduced a new API to manage single item navigation, thanks to contributions from core developers Mathieu Viet and Raymond Hoh. Gorges summarized the changes to how BuddyPress will handle navigation in the upcoming 2.6 release:</p>\n<blockquote><p>The new BP_Core_Nav overhauls the way that BuddyPress registers, stores, and renders navigation items. Navigations are now component-specific, eliminating the potential for confusion and conflict between navigation items with similar names in different components, and opening the possibility of generating navs for separate objects of the same type on a single pageload.</p></blockquote>\n<p>The previous navigation system used bp_nav and bp_options_nav, global properties that managed nav and subnav across all of BuddyPress’ components. Developers had a difficult time extending navigation and sometimes ended up stepping on each other’s toes when adding similar navigation items.</p>\n<p>“The new system eliminates most of these problems, by removing direct access to the underlying navigation data, while providing a full-fledged API for accessing and modifying that data,” Gorges said.</p>\n<p>Although the new API ensures backward compatibility with the legacy bp_nav and bp_options_nav, plugin developers whose extensions depend on these methods will want to update their code. With the exception of certain configurations running PHP 5.2.x, most plugins should work the same as before.</p>\n<p>However, Gorges’ <a href=\"https://buddypress.trac.wordpress.org/changeset/10745/\" target=\"_blank\">commit message</a> details a handful of small ways that the new API may break backward compatibility in a few rare instances. BuddyPress plugin developers will want to review these ahead of the upcoming 2.6 release. Beta 1 is just one week away from release on May 25 and the official release is targeted for June 15.</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, 17 May 2016 05:06:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:62:\"WPTavern: Wes Bos Launches Free React.js + Redux Online Course\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54903\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wes-bos-launches-free-react-js-redux-online-course\";s: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:3193:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/react-redux-course.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/react-redux-course.png?resize=1025%2C465\" alt=\"react-redux-course\" class=\"aligncenter size-full wp-image-54916\" /></a></p>\n<p><a href=\"http://wesbos.com/\" target=\"_blank\">Wes Bos</a>, a developer and educator known for his high quality video tutorials, has just launched a free online course for building JavaScript apps with <a href=\"https://facebook.github.io/react/\" target=\"_blank\">React.js</a> and <a href=\"http://redux.js.org/\" target=\"_blank\">Redux</a>. The 2.5 hour <a href=\"https://learnredux.com/\" target=\"_blank\">Learn Redux</a> course includes 20 videos that guide developers through building an example ‘Reduxstagram’ app to present the core ideas behind Redux.</p>\n<p>To get the most out of Learn Redux, students should have a decent foundation of React and ES6. Bos recommends those who are not comfortable with React to start with his <a href=\"https://reactforbeginners.com/\" target=\"_blank\">React for Beginners</a> course.</p>\n<p>After you sign up, you’ll receive an email with a link to the starter files and access to the videos. The example app uses Webpack to bundle ES6 modules into a single JavaScript file, so the course begins with a video on using NPM and Webpack to set up a local development environment. Learn Redux includes:</p>\n<ul>\n<li>Access to all 20 videos</li>\n<li>All starter files</li>\n<li>Webpack Build Templates</li>\n<li>Stepped and finished solutions</li>\n</ul>\n<p>Bos spent more than 100 hours producing this series in partnership with <a href=\"https://getsentry.com/welcome/\" target=\"_blank\">Sentry</a> as a sponsor. Anyone who signs up receives a $50 Sentry credit.</p>\n<p>After Calypso was announced, Bos, who describes himself as “a huge WordPress fan,” wrote a <a href=\"http://wesbos.com/wordpress-calypso-react/\" target=\"_blank\">post</a> dispelling rumors that WordPress was ditching PHP and being rewritten in Node.js. He also urged WordPress developers to learn JavaScript.</p>\n<p>“This is thunder in the distance as to what is to come in WordPress,” Bos said. “Much of the theme writing I do is already in JavaScript – I often use WordPress as just an API to get data out of, and then use frameworks like Angular, React, Google Maps or jQuery to display that data. I’m not building an entire website in a JavaScript framework, but much of the interactive view layer of these sites is moving into JavaScript frameworks.”</p>\n<p>If you want to be ready to dive into the next generation of WordPress site and application development with knowledge of one of the most popular JS frameworks, the free <a href=\"https://learnredux.com/\" target=\"_blank\">Learn Redux</a> course offers all the tools necessary for getting started with React.js, Redux, and React Router.</p>\n<p>“Our trusty PHP template files aren’t going anywhere anytime soon, but I’ll bet you dollars to donuts you’ll be writing a lot more JavaScript in your WordPress sites in the years to come,” Bos 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:\"Mon, 16 May 2016 21:50: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:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"WPTavern: Daniel Bachhuber Discusses WP-CLI, the WP REST API, and the Challenges of Contributing to Open Source on Roots Radio 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:28:\"http://wptavern.com/?p=54738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"http://wptavern.com/daniel-bachhuber-discusses-wp-cli-the-wp-rest-api-and-the-challenges-of-contributing-to-open-source-on-roots-radio-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:7828:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/daniel-bachhuber.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/daniel-bachhuber.jpg?resize=300%2C300\" alt=\"daniel-bachhuber\" class=\"alignright size-medium wp-image-54898\" /></a><a href=\"https://danielbachhuber.com/\" target=\"_blank\">Daniel Bachhuber</a>, maintainer of the <a href=\"http://wp-cli.org/\" target=\"_blank\">WP-CLI</a> project and a contributing developer to the <a href=\"http://v2.wp-api.org/\" target=\"_blank\">WP REST API</a>, joined Chris Carr and Austin Pray on a recent episode of the <a href=\"https://roots.io/podcast/ep13/\" target=\"_blank\">Roots Radio podcast</a>. Bachhuber discussed his recent experience crowdfunding his work on “<a href=\"https://wp-cli.org/restful/\" target=\"_blank\">A More RESTful WP-CLI</a>” as well as the challenges he’s encountered as a contributor to various open source projects over the years.</p>\n<p>In the first part of the episode, Bachhuber shared how he spent the 283 hours of time that the WordPress community funded to advance the WP-CLI and WP REST API projects. The funding gave him the opportunity to dedicate time split between the two projects. Bachhuber put in approximately 95 hours towards the REST API in January and February but the bulk of the hours went towards making WP-CLI more friendly for developers who work with the REST API.</p>\n<p>“WordPress developers are going to be putting a lot of time now towards writing REST endpoints that expose their functionality to the world, and it would be really nice if WP-CLI interoperated nicely with that and allowed you to use that functionality at the command line without having to separately write your own WP-CLI commands,” Bachhuber said.</p>\n<p>He discussed the challenge of scoping out this broad goal and what he learned about crowdfunding during the process.</p>\n<p>“The RESTful WP-CLI kickstarter project was intentionally ambitious, because I’m a guy who has big ideas and likes to do big things,” Bachhuber said. “There are some things I feel really happy that I’ve been able to ship and produce so far, and there are other features that, for one reason or another, I haven’t quite been able to execute yet and that’s a bit frustrating.</p>\n<p>“It’s a whole different ball game trying to manage the expectations of your Kickstarter backers than it is a single client. I’ve got 107 clients that I have to make happy,” he said.</p>\n<p>Nevertheless, Bachhuber said he was able to get the issue backlog for WP-CLI down to less than 60 issues and the dedicated time has allowed him to resolve old issues that have “languished since the dawn of time.”</p>\n<p>As part of the rewards offered for contributors to the crowdfunding campaign, Bachhuber offered his time consulting with individuals and organizations, which he found to be easier than traditional physical swag rewards.</p>\n<p>“I’m really glad that I chose [consulting] over having to give out physical swag, because it’s very difficult to procure and ship to everyone, particularly when you have international backers,” he said. “Even though I’ve spent a lot of my time fulfilling the rewards and talking with people and having calls with them and meeting up with them in person, it’s a much easier effort to manage than sending 100 coffee mugs across the world.”</p>\n<p>When asked if he’d do it again, Bachhuber said yes but emphasized that spending this much time on an open source project only works if you keep a healthy balance with other aspects of life.</p>\n<p>“I think it’s really important that if you’re contributing to open source projects on a regular basis or even maintaining them, that you balance your time between that and other things,” he said. “It’s really easy to get burned out on said open source project if you spend 100% of your time on it for a whole month or six months.</p>\n<p>“I was pretty intentional to say that the money I was raising was going to cover my involvement with the project for six months, a certain number of hours, and that it was going to be a part-time thing. That was a really healthy way to approach it. I think I would have gotten burned out if I had just tried to dive into it, crank it out, and move on to the next thing,” Bachhuber said.</p>\n<h3>The Emotional Challenges of Working on Open Source Projects</h3>\n<p>During the course of the interview Bachhuber was asked to share his feelings on what he referred to as “the kerfuffle with the REST API” that happened in February. The REST API team had written a merge proposal in September 2015 that recommended merging the API in two parts – the infrastructure in 4.4 and the posts, comments, terms, and users endpoints in 4.5 or 4.6. After partially executing on that proposal, the team held a status chat to discuss the plan moving forward.</p>\n<p>Bachhuber said that the discussion became “a very emotionally fraught event” after Matt Mullenweg said the project needed feature parity with the WordPress admin before any of the endpoints could be considered for merge. After putting hundreds of hours into the project alongside a handful of dedicated contributors who were already spread thin, he found this new requirement was a difficult pill to swallow.</p>\n<p>“For better or for worse, as a maintainer or even a participant of an open source project, you have to have a thick skin and realize that all the time the decisions that are made are not about you – they are about the project,” Bachhuber said. “Even if you are personally offended by the decision, it doesn’t matter because it isn’t about you. It’s really difficult to deal with emotionally.”</p>\n<p>Bachhuber’s years of contributing to and maintaing open source projects has taught him a few things about managing stress and conflict that <a href=\"https://2016.europe.wordcamp.org/session/my-condolences-youre-now-the-maintainer-of-a-popular-open-source-project/\" target=\"_blank\">he plans to share at WordCamp Europe</a> in a talk titled, “My condolences, You’re now the maintainer of a popular OS project.”</p>\n<p>“I find a lot of joy in maintaining open source projects,” Bachhuber said. “I also have to actively work to address the emotional side of the equation to make sure I’m in a healthy space to continue maintaining the project and the project is not affecting me personally. It’s taken me years to come to a point where I’m comfortable with that.”</p>\n<p>In the case of the WP REST API, Bachhuber has come to a place where he can compartmentalize his emotional reactions and responses to the differing opinions.</p>\n<p>“I’ve come to a point now where I care but I don’t care,” he said. “I care in the sense that I’d still love to see those endpoints go into core and see the fruits of our labors realized. I don’t care because I’m not emotionally attached to that happening on any particular time frame. I honestly would rather it happen when it’s ready to happen over prematurely, and I realize I might not be the best qualified person to make that decision.”</p>\n<p>In the remainder of the episode, Bachhuber and Carr discuss React, Redux, Karma, Enzyme, and other tools for testing and developing with the REST API. Check out the recording of the episode on <a href=\"https://roots.io/podcast/ep13/\" target=\"_blank\">Roots Radio</a> for more details about Bachhuber’s work on WP-CLI and his crowdfunding experience.</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, 16 May 2016 06:03:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:102:\"WPTavern: The WordPress.org Recommended Hosting Page is Revamped, Features Flywheel for the First Time\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54822\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"http://wptavern.com/the-wordpress-org-recommended-hosting-page-is-revamped-features-flywheel-for-the-first-time\";s: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:8235:\"<p>DreamHost, Flywheel, and SiteGround have joined Bluehost on WordPress.org’s new <a href=\"https://wordpress.org/hosting/\">recommended hosting</a> page. In mid 2015, Matt Mullenweg, co-founder of the open source WordPress project, <a href=\"http://wptavern.com/the-recommended-hosting-page-on-wordpress-org-starts-over-from-scratch\">announced</a> the page would be revamped. To have a chance at being listed webhosting companies needed to fill out a 40-question survey.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/RecommendedHostsPage.png\"><img class=\"size-full wp-image-54844\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/RecommendedHostsPage.png?resize=790%2C642\" alt=\"2016 Recommended Hosts Page\" /></a>2016 Recommended Hosts Page\n<p>This is Flywheel’s first time on the page. <a href=\"https://getflywheel.com/\">Flywheel</a>, launched in 2013, is a managed WordPress hosting company with an emphasis towards designers and agencies. I asked Dusty Davidson, c<span class=\"team__role\">o-Founder and CEO of Flywheel</span>, what it means to be included on the page. “We’re obviously excited to be included, and think it really reflects on the work we’ve done to create a great experience for WordPress users,” he<span class=\"team__role\"> said. </span></p>\n<p>The recommended webhosting page on WordPress.org is incredibly lucrative. Based on conversations I’ve had with employees of hosts listed, it can generate millions of dollars in revenue. I asked Davidson what impact this will have on his company, “<span class=\"team__role\">I’m sure it will undoubtedly send a good deal of traffic, but honestly we’re just humbled and excited to be recognized,” he said. </span></p>\n<h2>A New Round of Controversy</h2>\n<p>Over the years, companies have come and gone from the recommended hosting page. However, Bluehost in particular has consistently appeared on the list, including the most recent iteration. Bluehost is owned by <a href=\"http://www.endurance.com/\">Endurance International Group</a> who <a href=\"http://www.prweb.com/releases/2014/05/prweb11874425.htm\">invested in Automattic</a> in 2014. Because Mullenweg is the CEO of Automattic and controls who is listed on the page, it’s easy to see why it regularly generates controversy.</p>\n<p>Kevin Ohashi of ReviewSignal.com, <a href=\"http://reviewsignal.com/blog/2016/05/12/wordpress-org-updates-hosting-recommendations-nobody-knows-selection-criteria/\">criticized the lack of transparency</a> regarding the process for how hosts.</p>\n<blockquote><p>Who is responsible for this revamp? What were the selection criteria? How often will it be updated? Will existing companies be continuously re-evaluated?</p></blockquote>\n<p>These are important questions to ask and there are no publicly documented answers. In a follow up post, <a href=\"http://reviewsignal.com/blog/2016/05/13/wordpress-org-hosting-recommendations-listing-criteria/\">Ohashi investigated</a> what criteria needs to be met for being listed on the page. The post contains a number of screenshots of his private conversation with <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, who has volunteered for the WordPress project for 12 years and has worked at Automattic for five years.</p>\n<p>Huff was directly related to the project and influenced who was chosen thanks to his involvement on the WordPress Support Team. Within the conversation, he shares details of the process and mentions that no money exchanged hands. Early in the conversation, Ohashi tells Huff that he wants to learn and publish how the process works. However, Huff had no idea that everything he said would be made public.</p>\n<p>“I was invited to what sounded like a friendly chat over direct message from a concerned community member, after he was referred to me by a friend,” Huff said. “At no point was it clarified or even implied that anything discussed would be made public.”</p>\n<p><del>Conversations held in a private matter should remain private unless given permission to publish them, something I discovered the hard way.</del> Unfortunately, the post comes across as a public interrogation of Huff. I asked Huff, who was shaken by the experience, how it has affected him moving forward as it relates to the WordPress project.</p>\n<p>“I’d be lying if I said my feelings weren’t at least shaken by the experience, especially considering how polite he was to my friend and how hostile he was towards me apparently just because I work for Automattic, but this isn’t the first time that has happened to me and I don’t expect it to be the last,” he said.</p>\n<p>“There’s an usually prevalent negative bias against Automatticians who contribute to WordPress.”</p>\n<h2>Mullenweg Provides Clarification</h2>\n<p>Mullenweg <a href=\"http://reviewsignal.com/blog/2016/05/13/wordpress-org-hosting-recommendations-listing-criteria/#comment-1011\">commented on the post</a> where he not only sticks up for Huff, but answers some of the controversial questions raised by Ohashi. Mullenweg explains how the applicants were chosen, how the criteria is weighted, who makes the final decisions, and how much money is involved. Here is his comment in full.</p>\n<blockquote><p>‘I would like to see some transparency in the process’</p>\n<p>As stated on the page, the listing is completely arbitrary. The process was: There was a survey, four applicants were chosen, and the page was updated. That might repeat later in the year, or the process might change.</p>\n<p>‘how criteria are weighted’</p>\n<p>There is no criteria or weighting. It ultimately is one person’s opinion. Information that is important is reflected in the questions asked in the survey, but that is not everything that is taken into account. (I have looked at this site in the past, for example.)</p>\n<p>‘who is making the decisions’</p>\n<p>I am. James helped in sorting through the many submissions that came in, doing additional research, and digging on finalists, but ultimately the decision was mine. You can and should blame me fully for any issues you have with it. I appreciate James’ help in this go-round, but he will not be involved at all with any future updates. (So, please leave him alone.)</p>\n<p>‘how much money is involved’</p>\n<p>There was no money involved. Obviously being listed on the page is hugely valuable and impacts the listed (or unlisted) businesses a great deal. This is why I take full responsibility for the listing, now and in the future — I have been fortunate to be extraordinarily successful and no financial or business consideration any of the applicants could offer matters to me. A host could offer $100,000,000 to be listed on the page for 1 day, and I would say no.</p></blockquote>\n<p>It’s unfortunate that the information in Mullenweg’s comment is not published in an official post announcing the changes to the recommended hosting page. If an official post was published that included the same information in his comment, it’s possible it would have eliminated most of the confusion, uncertainty, and doubt surrounding it.</p>\n<h2>Should WordPress.org Have a Recommended Hosting Page?</h2>\n<p>Due to the investments EIG has made in Automattic, Mullenweg’s role at the company, and him making the final decisions, there will always be a potential conflict of interest despite taking full responsibility of the page and the processes associated with it.</p>\n<p>Should WordPress.org have a recommended hosting page? What if the page was replaced with information people could use to make informed decisions on choosing a host? It would eliminate potential conflicts of interest and if there was a host Mullenweg felt strongly about, he could label it as a partner of the project. This would make it clear that any financial connection with the company is a business relationship.</p>\n<p>Are you hosting with any of the companies listed on the recommended hosting page? If so, tell us about your experience in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 14 May 2016 16:39: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:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: WordPress Accessibility Team Seeks Testers Using Speech Recognition Technology\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54829\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wptavern.com/wordpress-accessibility-team-seeks-testers-using-speech-recognition-technology\";s: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:2791:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/glasses.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/glasses.jpg?resize=1024%2C562\" alt=\"photo credit: Let\'s Read - (license)\" class=\"size-full wp-image-54851\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/42788859@N00/320216939\">Let’s Read</a> – <a href=\"https://creativecommons.org/licenses/by-nc-sa/2.0/\">(license)</a>\n<p>The World Health Organization estimates that <a href=\"http://www.who.int/mediacentre/factsheets/fs282/en/\" target=\"_blank\">285 million people</a> worldwide are living with some form of visual impairment and 39 million of those are estimated to be blind. Many people with low vision depend on speech recognition technology to navigate the web and communicate their thoughts. This type of software also assists people who have carpal tunnel, RSI (Repetitive Stress Injuries) and/or limited mobility in their hands and arms.</p>\n<p>Rian Rietveld and the Accessibility team are working to improve the experience of using WordPress with speech recognition software, such as <a href=\"http://www.nuance.com/dragon/index.htm\" target=\"_blank\">Dragon Naturally Speaking</a> (widely considered as one of the best for desktop use.) In particular, <a href=\"https://core.trac.wordpress.org/ticket/23562\" target=\"_blank\">the task of adding media to a post has a number of obstacles</a> that make it nearly impossible for those using speech recognition software.</p>\n<p>Rietveld <a href=\"https://make.wordpress.org/accessibility/2016/05/13/20th-wordpress-accessibility-test-add-media-with-speech-recognition-software/\" target=\"_blank\">posted three tests</a> to the Accessibility team’s blog today, inviting those who use <a href=\"http://www.nuance.com/dragon/index.htm\" target=\"_blank\">Dragon Naturally Speaking</a> or other assistive technology to help the contributors determine the roadblocks that need to be removed for adding media. These tests include actions like adding media, editing attachment details, and creating a gallery.</p>\n<p>If you use WordPress with assistive technology for speech recognition, completing these tests and offering your feedback is one way to get involved as a contributor. You don’t necessarily have to use Dragon Naturally Speaking, as there are many newer alternatives such as Windows Speech Recognition (Cortana) and Chrome’s speech recognition powered by Google Speech to Text. Testers can report their experiences, along with the assistive technology/browser/OS, in the comments on Rietveld’s <a href=\"https://make.wordpress.org/accessibility/2016/05/13/20th-wordpress-accessibility-test-add-media-with-speech-recognition-software/\" target=\"_blank\">post</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 22:40: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: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:73:\"WPTavern: Happytables Pivots to Provide Restaurant Analytics and Insights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=41046\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wptavern.com/happytables-pivots-to-provide-restaurant-analytics-and-insights\";s: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:5302:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/happy-tables.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/happy-tables.jpg?resize=1000%2C608\" alt=\"happy-tables\" class=\"aligncenter size-full wp-image-54835\" /></a></p>\n<p><a href=\"http://www.happytables.com/\" target=\"_blank\">Happytables</a> is changing from being a platform that hosts restaurant websites to one that provides analytics and insights by tapping into apps that restaurants are already using to promote their businesses. The company uses WordPress as a command center for the application that communicates with various restaurant-tech APIs to deliver information to the dashboard in realtime.</p>\n<p>“We started with the website builder a while back,” Founder and CEO Noel Tock said. “It’s been a great ride, but we realized two things: 1) Website builders have become a race to the bottom with regards to revenue as well as extremely competitive, and 2) From our many conversations with restaurants, their challenges have become much larger; consolidating data and insights from all the products they now use.”</p>\n<p>One of the Happytables beta restaurants in London uses 14 different applications to manage its sales, operations, and marketing, and Tock says this trend is only growing.</p>\n<p>“The centre of gravity is shifting from the Point of Sale to a very fragmented collection of siloed products (reservations, online ordering, staff scheduling/wages, loyalty, waitlist, social, etc.),” Tock said. “Becoming that 30,000 foot view whilst generating actionable insights across the portfolio of applications is the challenge we’ve taken on with the new Happytables.”</p>\n<p>The first installation of the new Happytables was set up for <a href=\"http://whyteandbrown.com/\" target=\"_blank\">Whyte & Brown</a> in London where the team is focusing their beta testing. The application currently aggregates data from POS (Point of Sale) and Social, but Tock says this will rapidly evolve to providing various insights from POS and Labor, such as revenue forecasting, employee performance, and breakfast/lunch/dinner performance.</p>\n<p>“It’s been very exciting working towards actionable insights, whereby we can tell a waiter that he/she was underselling a certain product or category compared to their colleagues, or that a particular employee performs a lot better on lunch then on dinner,” Tock said.</p>\n<p>Below you can see an example of Happytables’ latest kitchen dashboard, using the team view as opposed to the individual employee recommendations/suggestions view.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/Happytables_kitchen_dashboard.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/Happytables_kitchen_dashboard.png?resize=1025%2C731\" alt=\"Happytables_kitchen_dashboard\" class=\"aligncenter size-full wp-image-54833\" /></a></p>\n<p>The new Happytables uses WordPress as a backend and the WP REST API and ReactJS on the frontend. Although the development team still uses WordPress as one of its core technologies, the infrastructure is a bit more complicated.</p>\n<p>“It’s not pure WordPress for the data storage,” CTO Aaron Jorbin said. “In fact, very little of it is actually stored inside WordPress. It is used to store some information about the restaurant and manage requests to third parties where we fetch the data and then store it in DynamoDB.”</p>\n<p>The screenshots in this post show the WordPress theme in full screen mode, but Jorbin said the restaurant staff never interact with wp-admin. Restaurant operators use the app to view all the realtime information coming in so that they can make better decisions about how they run their businesses.</p>\n<p>Happytables is still hosting its customers from its first iteration as a website builder, but Tock said most are not good candidates for the beta.</p>\n<p>“The infrastructure is quite different now as we’re capturing different types of data (previously web content, now largely transactional data),” he said. “Our customers on the website builder platform came from all walks of life, so there’s not many who fit the ideal beta candidate (using Micros/Aloha as POS, based in London, run a multiunit restaurant, etc.).</p>\n<p>“We’re just looking to see how we can fit this into the larger Happytables model downstream,” Tock said. “If we’re going to implement so many API’s, there’s also value in tying those back to the website.”</p>\n<p>Not many aspects of the new infrastructure have been open sourced yet, as the team has been moving fast. Tock said they hope to make some of their code public further down the road after it’s been tested.</p>\n<p>“Once we’re past testing/beta, I’m sure a number of features will become more mature tools and move into their own public repo if they are of that sort of benefit,” he said. The new infrastructure is one of the many exciting ways that the WP REST API is being used to bring a host of information into WordPress from various third party applications and tie it all together in a useful way.</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, 13 May 2016 19:45: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:19:\"Matt: Mom on Tinder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=46572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/05/mom-on-tinder/\";s: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:227:\"<p>If you’re looking for a fun Friday read, <a href=\"http://www.gq.com/story/my-mom-ran-my-tinder\">check out this story of a young GQ writer who gave control of his Tinder account to his Mom</a>. It’s adorkable.</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, 13 May 2016 16:35:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:89:\"WPTavern: GitLab Courts Disgruntled GitHub Customers with Response to Recent Pricing Hike\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54780\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wptavern.com/gitlab-courts-disgruntled-github-customers-with-response-to-recent-pricing-hike\";s: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:5016:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/gitlab.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/gitlab.png?resize=1025%2C371\" alt=\"gitlab\" class=\"aligncenter size-full wp-image-50741\" /></a></p>\n<p>Yesterday GitHub <a href=\"http://wptavern.com/github-introduces-unlimited-private-repositories-hikes-prices-for-organizations\" target=\"_blank\">announced</a> pricing changes that give all paid plans unlimited repositories and change plans to a pricing-per-user model. Individual developers are the most likely customers to benefit from the changes, but many organizations will see an exponential increase in pricing.</p>\n<p>GitLab, a competitor in the Git repository hosting space, immediately addressed disgruntled GitHub customers with a <a href=\"https://about.gitlab.com/2016/05/11/git-repository-pricing/\" target=\"_blank\">pricing comparison</a> on the company’s blog. Co-founder and CEO <a href=\"https://twitter.com/sytses\" target=\"_blank\">Sid Sijbrandij</a> noted that the three main players in this space, GitHub, Bitbucket, and GitLab, all offer unlimited private repositories but that it doesn’t cost companies more to host additional repositories for a given user.</p>\n<p>Sijbrandij attributes the change to the increase in the <a href=\"https://www.sequoiacap.com/article/build-us-microservices/\" target=\"_blank\">microservices model</a>, a development approach that breaks software down into smaller, related pieces that communicate with one another via APIs.</p>\n<p>“As more and more developers, teams, and organizations seek out the advantages of microservices, they’ll need more repositories to support this new code structure,” Sijbrandij said. “Basically, the more microservices you have the more repositories you’ll need. That is why it is not surprising that GitHub has announced free private repositories.”</p>\n<p>Sijbrandij referenced several examples where GitHub’s pricing changes hit open source organizations hard, including <a href=\"https://github.com/edx/\" target=\"_blank\">Open edX</a>, a non-profit with a large number of contributors, which <a href=\"https://news.ycombinator.com/item?id=11674530\" target=\"_blank\">posted</a> the following on Hacker News:</p>\n<blockquote><p>I work for a non-profit open source organization that <a href=\"https://github.com/edx/\" target=\"_blank\">collaborates on github</a>. We have lots of people who aren’t employees, but have signed a contributor agreement with our organization and contribute changes to our software. Our bill will go up from $200/month to over $2000/month with this new pricing. We can afford it (it’s still a small fraction of our AWS bill) but it will force us to look at other alternatives. Github’s code review tools are already pretty mediocre compared to other tools like gerrit, and we’ve long since moved off of GitHub issue tracking due to lack of features compared to JIRA.</p></blockquote>\n<p>Sijbrandij emphasized that the team at GitLab believes “everyone can contribute,” a mission which drives GitLab.com’s pricing structure to offer unlimited private repositories, unlimited contributors, and unlimited CI runners for free. The on-premises solution, which includes enterprise features and support, is what keeps the lights on at the company. GitLab.com, the free, hosted version, runs the same enterprise edition software but is, by Sijbrandij’s own admission, still <a href=\"https://gitlab.com/gitlab-com/operations/issues/42\" target=\"_blank\">struggling with sluggish performance</a>.</p>\n<p>Earlier this year when 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 on issue management</a>, GitLab differentiated itself by <a href=\"http://wptavern.com/gitlab-courts-open-source-project-maintainers-with-response-to-dear-github-letter\" target=\"_blank\">responding</a> to the situation with a new initiative focused on “making GitLab the best place for big open source projects.”</p>\n<p>Nearly a month later, <a href=\"http://wptavern.com/github-responds-to-letter-from-open-source-project-maintainers\" target=\"_blank\">GitHub finally responded</a> with an apology to open source project maintainers and a promise to address their concerns with a steady string of changes.</p>\n<p>GitHub has not given any indication of reversing its recent decision to change its pricing structure. However, with competitors like GitLab putting on the heat, GitHub may be forced to make some changes to its paid plans. At the very least, it could inspire the company to address concerns about organizations having to pay for inactive users and perhaps spur GitHub to offer customers the ability to distinguish between collaborators on open source projects and users who simply need access to private repositories.</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, 13 May 2016 02:33:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:106:\"WPTavern: How Authors With Plugins in the Official Directory Can Use Tags to Get a Moderator’s Attention\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54441\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"http://wptavern.com/how-authors-with-plugins-in-the-official-directory-can-use-tags-to-get-a-moderators-attention\";s: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:2627:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/05/WordPressAdviceForNewUsers.png\"><img class=\"size-full wp-image-44085\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/05/WordPressAdviceForNewUsers.png?resize=612%2C237\" alt=\"WordPress Advice For New Users\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/99329675@N02/11064947983\">What You Need To Know About Food Poisoning</a> – <a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">(license)</a>\n<p>It’s almost inevitable that as a WordPress plugin gains popularity, it will receive a bad review. How plugin authors handle and respond to bad reviews is crucial, especially in a public forum. Mika Epstein, who helps review plugins before they’re added to the directory and is a dedicated support forum volunteer, <a href=\"https://make.wordpress.org/plugins/2016/05/03/handling-bad-reviews/\">gives advice </a>on how to handle and respond to bad reviews.</p>\n<p>Bad reviews are classified as those written as spam, trolling, emotional blackmail for support, and those that should have been a support post. Since the plugin review system is powered by bbPress, plugin authors can add tags to reviews in order to draw a moderator’s attention. The tags include:</p>\n<ul>\n<li><strong>Modlook</strong> – This tag notifies moderators that a particular thread needs their attention. If you think a review is spam, don’t respond to it. Instead, add the Modlook and Spam tags and let a moderator decide if the review should be deleted.</li>\n<li><strong>Sockpuppet</strong> – If you suspect a review is part of a spamming campaign where a group of people are marking a plugin as one or five stars, apply the sockpuppet and modlook tags to the review.</li>\n<li><strong>Wrongplugin</strong> – Add the wrongplugin tag to the review if you believe it’s for a different plugin. The team can move the review to the appropriate place.</li>\n<li><strong>Pluginmod</strong> – Add this tag to a review if you need an administrator’s attention. This usually results in the team performing a full review of your plugin. If it’s determined that it breaks any of <a href=\"https://wordpress.org/plugins/about/guidelines/\">the guidelines</a>, it will be removed until they’re fixed.</li>\n</ul>\n<p>Developers who host plugins in the official directory should make note of these tags and use them when necessary. The tag system is generally unknown to the public but it’s a great way for moderators to keep on top of the forums and reviews.</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, 13 May 2016 01:06: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: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:76:\"WPTavern: WPWeekly Episode 234 – All Things WordCamp with Andrea Middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=54807&preview_id=54807\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wpweekly-episode-234-all-things-wordcamp-with-andrea-middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2896:\"<p>In this episode of WordPress Weekly, Marcus Couch and I are joined by <a href=\"https://thethingwiththestuff.wordpress.com/\">Andrea Middleton</a>, who works at Automattic as a Community Organizer for the WordPress open source project. We discuss a number of topics including, updates to the WordCamp Central website, the <a href=\"https://make.wordpress.org/community/2016/03/02/transitioning-to-wordpress-community-support/\">for-profit subsidiary</a>, and the experimental <a href=\"http://wptavern.com/wordpress-to-launch-experimental-wordcamp-incubator-program\">WordCamp incubator program</a>.</p>\n<p>At the conclusion of our interview with Middleton, Mendel Kurland, GoDaddy’s Evangelist, joined us to describe his experiences attending DrupalCons. DrupalCons are events similar to WordCamps but on a larger scale. He tells us what the similarities and differences are and the unique things they do that he’d like to see WordCamps adopt. We close out the show with Marcus’ plugin picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wordpress-4-5-2-patches-two-security-vulnerabilities\">WordPress 4.5.2 Patches Two Security Vulnerabilities</a><br />\n<a href=\"http://wptavern.com/automattic-is-protecting-its-woo-woothemes-and-woocommerce-trademarks\">Automattic is Protecting its Woo, WooThemes, and WooCommerce Trademarks</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/disable-core-update-email/\">Disable WordPress Core Update Email</a> allows used to disable the default notification email sent by WordPress after an automatic core update is applied.</p>\n<p><a href=\"https://wordpress.org/plugins/downgrade/\">Downgrade </a>enables users to easily downgrade WordPress to an earlier version. It’s a handy diagnostics tool that helps determine if a new WordPress release is the cause of errors.</p>\n<p><a href=\"https://wordpress.org/plugins/woo-customer-insight\">Woo Customer Insight </a>provides greater insight into what visitors are doing on your sites. It allows you to see the pages your customers are visiting, where they’re clicking, the time spent on the different pages, and more.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, May 18th 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 #234:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2016 23:23:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:11:\"Matt: .Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46554\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://ma.tt/2016/05/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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:858:\"<p>It’s now public that Automattic is the company behind Knock Knock Whois There LLC, the registry for the new .blog TLD. (And a great pun.) We wanted to stay stealth while in the bidding process and afterward in order not to draw too much attention, but nonetheless the cost of the .blog auction got up there (people are <a href=\"http://www.theregister.co.uk/2015/02/13/who_just_bought_dotblog_for_30m/\">estimating around $20M</a>). I’m excited we won and think that it will be both an amazing business going forward and give lots of folks an opportunity to have a fantastic domain name in a new namespace and with an easy-to-say TLD. <a href=\"https://dotblog.wordpress.com/\">You can sign up to be first in line to reserve a domain here</a>. If you have a trademark you can get in August, and then October for the “land rush.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2016 19:23: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: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:84:\"WPTavern: Automattic to Oversee the Sale and Registration of Top-Level .Blog Domains\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54788\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/automattic-to-oversee-the-sale-and-registration-of-top-level-blog-domains\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2974:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg?resize=960%2C521\" alt=\"photo credit: Luis Llerena\" class=\"size-full wp-image-54799\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/3ZHG0XOIT6\">Luis Llerena</a>\n<p>Automattic <a href=\"https://en.blog.wordpress.com/2016/05/12/coming-soon-new-blog-domains-for-websites/\" target=\"_blank\">announced</a> today that it will begin offering top-level .blog domain registration starting in August 2016. The .blog domain extension will be available to both WordPress and non-WordPress sites.</p>\n<p>According to <a href=\"https://twitter.com/markarms\" target=\"_blank\">Mark Armstrong</a>, an Automattic subsidiary is exclusively managing the registration of .blog domains and will be offering it for purchase through WordPress.com and other domain registrars.</p>\n<p>“Automattic subsidiary Knock Knock Whois There LLC, in partnership with the domain company Primer Nivel, won the rights to the .blog domain in 2015 through an auction process overseen by the Internet Corporation for Assigned Names and Numbers (ICANN), the non profit organization that oversees namespaces of the internet,” Armstrong said.</p>\n<p>In an <a href=\"https://ma.tt/2016/05/blog/\" target=\"_blank\">announcement</a> on his blog, Automattic CEO Matt Mullenweg said they used the Knock Knock Whois There LLC company name to “stay stealth while in the bidding process,” which closed around $19 million.</p>\n<p>Although WordPress.com is currently providing the registration information site at <a href=\"https://dotblog.wordpress.com/\" target=\"_blank\">dotblog.wordpress.com</a>, Armstrong said that the company is using <a href=\"http://www.nominet.uk/\" target=\"_blank\">Nominet</a> (the backend registry provider for .UK) to provide the technical infrastructure for managing the domain extension.</p>\n<p>Registration for .blog domains will be offered in a phased approach during the second half of 2016, according to the following estimated timeframe:</p>\n<ul>\n<li><strong>Sunrise (August):</strong> Trademark owners will be able to register .blog domains associated with their brands</li>\n<li><strong>Landrush (October):</strong> Before .blog becomes available to the public, domains may be registered during the landrush period on an application basis.</li>\n<li><strong>General Availability (November):</strong> Automattic plans to begin offering .blog domains to the general public before the end of the year.</li>\n</ul>\n<p>With the exclusive rights to manage the sale of millions of .blog domains, Automattic has the opportunity to promote WordPress.com as a potential host for new registrants. The company hasn’t finalized the price but Armstrong said it will be “in the standard range for new top-level domains with some premium pricing for higher-value names.”</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, 12 May 2016 18:19: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: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: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:78:\"WPTavern: Critical Vulnerabilities Found in PhpStorm, Immediate Update Advised\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54770\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/critical-vulnerabilities-found-in-phpstorm-immediate-update-advised\";s: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:2128:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/phpstorm-wp-feature.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/phpstorm-wp-feature.jpg?resize=1025%2C471\" alt=\"phpstorm-wp-feature\" class=\"aligncenter size-full wp-image-30739\" /></a></p>\n<p>JetBrains <a href=\"http://blog.jetbrains.com/blog/2016/05/11/security-update-for-intellij-based-ides-v2016-1-and-older-versions/\" target=\"_blank\">announced</a> today that it has released a security update for PhpStorm and all of its other IntelliJ-based IDEs due to a set of critical vulnerabilities:</p>\n<blockquote><p>The cross-site request forgery (CSRF) flaw in the IDE’s built-in webserver allowed an attacker to access local file system from a malicious web page without user consent.</p>\n<p>Over-permissive CORS settings allowed attackers to use a malicious website in order to access various internal API endpoints, gain access to data saved by the IDE, and gather various meta-information like IDE version or open a project.</p></blockquote>\n<p>PhpStorm is by far <a href=\"http://www.sitepoint.com/best-php-ide-2014-survey-results/\" target=\"_blank\">the most favored IDE for PHP developers</a>. It’s also widely used among WordPress developers, especially since <a href=\"http://wptavern.com/phpstorm-8-released-with-full-wordpress-support\" target=\"_blank\">version 8 added official support for WordPress</a>.</p>\n<p>The update issued today patches the critical vulnerabilities inside the underlying IntelliJ platform that powers nearly a dozen popular IDEs. Installing the update is as easy as selecting ‘Check for Updates’ inside the IDE. Alternatively, customers can download the most recent version from JetBrains.com and the <a href=\"http://blog.jetbrains.com/blog/2016/05/11/security-update-for-intellij-based-ides-v2016-1-and-older-versions/\" target=\"_blank\">security announcement</a> includes links to download older versions.</p>\n<p>Although the JetBrains security team is not aware of these vulnerabilities having been exploited, immediate update is recommended.</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, 11 May 2016 22:26:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:90:\"WPTavern: GitHub Introduces Unlimited Private Repositories, Hikes Prices for Organizations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54746\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wptavern.com/github-introduces-unlimited-private-repositories-hikes-prices-for-organizations\";s: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:7590:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg\"><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>GitHub has been inundated with negative feedback after <a href=\"https://github.com/blog/2164-introducing-unlimited-private-repositories\" target=\"_blank\">announcing a major change to its pricing</a> today. All paid plans now include unlimited private repositories, but there’s a catch. The new pricing structure requires GitHub.com organizations to purchase a seat for each user. At $9 per user/month, collaborating on private repositories is now far more costly than the legacy plans which started at $25/month for 10 repositories and unlimited members.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/github-pricing.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/github-pricing.png?resize=1025%2C392\" alt=\"github-pricing\" class=\"aligncenter size-full wp-image-54756\" /></a></p>\n<p>The change is good news for individual developers with paid accounts, as they are no longer charged on a per-repository basis. However, many owners of organizations are finding the new pricing to be untenable and are actively considering alternatives. For comparison, Bitbucket offers unlimited private repositories and <a href=\"https://bitbucket.org/product/pricing\" target=\"_blank\">charges $1/user/month</a>. Unlimited users caps out at $200/month.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/Krogsgard\">@Krogsgard</a> EDD org alone will go from $25 per month to $592 per month <a href=\"https://twitter.com/github\">@github</a></p>\n<p>— Pippinsplugins (@pippinsplugins) <a href=\"https://twitter.com/pippinsplugins/status/730396802638176257\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p>While unlimited private repositories is an exciting benefit that enables developers to make their code more modular, it isn’t a benefit that every organization needs.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/github\">@github</a> Terrible news. I work on an open-source organization >100 devs. We have 2 private repos for internal projects. $900+ vs $25 really!?</p>\n<p>— João Ventura (@jcnventura) <a href=\"https://twitter.com/jcnventura/status/730319187667759104\">May 11, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/williamsba\">@williamsba</a> ours jumped to $1,204 :-( <a href=\"https://twitter.com/github\">@github</a></p>\n<p>— Tom Willmot (@tomwillmot) <a href=\"https://twitter.com/tomwillmot/status/730391291691995136\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p><a href=\"https://easydigitaldownloads.com/\" target=\"_blank\">Easy Digital Downloads</a> creator Pippin Williamson <a href=\"http://www.twitlonger.com/show/n_1solvjd\" target=\"_blank\">explained</a> why he is frustrated with what amounts to a 2,276% increase in costs for his organization:</p>\n<blockquote><p>I actually have no problems with the pricing for new organizations. It’s their space and they provide a huge number of valuable tools. It is absolutely worth it.</p>\n<p>The problem I have is the drastic increase for existing customers. It’s largely the principal of increasing a customer’s cost by 2,276% without giving them any additional value.</p>\n<p>The value that Github provides me and my team does not change at all with the new pricing, only what I pay per month.</p></blockquote>\n<p>Samuel “Otto” Wood <a href=\"http://www.twitlonger.com/show/n_1solviv\" target=\"_blank\">contends</a> that GitHub’s $9/user/month is a reasonable price to pay for having all the functionality of GitHub hosted for an organization but that the alternative of building your own is far more economical.</p>\n<blockquote><p>A “private” repo is, you know, private. On your own server. Git is, after all, decentralized. You could plop a normal git repo on any private VPS you like in a matter of under an hour. If you’re collaborating with a small group of like 5 people, then coordination is not really a big deal that I’d pay $45 a month to use GitHub for it. You can use any tooling you like, make any website you like. You could probably reproduce the important parts of GitHub that you need for your private setup using WordPress in like a day or two. </p>\n<p>It just seems to me that any advantages of using GitHub at all seem largely nullified by using private repos. Yes, collaboration and using the same toolset you are used to, I get that. But here you’re falling prey to vendor lock-in once again. You’re used to it, you like it, you’re afraid of change, pay up. Simple. </p>\n<p>The advantage of open source software is the freedom to say “up yours” and build your own version instead. Git is open source. Think about it. A $15 a month VPS could easily fit your needs for both privacy and collaboration.</p></blockquote>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/github\">@github</a> found a way to be more expensive than the datacenter that runs my app. Seriously, what\'s happening at <a href=\"https://twitter.com/github\">@github</a> ???</p>\n<p>— Adilson Carvalho (@lcadilson) <a href=\"https://twitter.com/lcadilson/status/730405070819471361\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p>GitHub has established itself as the de facto code collaboration site by offering free hosting for public, open source repositories. However, the emphasis on “social coding” no longer extends to private repositories as organization owners will have little incentive to add more collaborators under the new pricing structure. It discourages organizations from adding users to be bug reporters or third-party collaborators. Teams and agencies hit hardest by the changes are now examining competitors like Bitbucket and self-hosted GitLab.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Today is for <a href=\"https://twitter.com/gitlab\">@gitlab</a> what 2007 was for <a href=\"https://twitter.com/WordPress\">@WordPress</a>. If code is poetry, Gitlab is your library. Own your code like you own your content. ❤️</p>\n<p>— John James Jacoby (@JJJ) <a href=\"https://twitter.com/JJJ/status/730417868047790080\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p>Organization owners will not be forced onto the new pricing plans immediately and GitHub promises to give a year’s notice before mandating a switch to the new plans:</p>\n<blockquote><p>We want everyone to have a plan with unlimited private repositories, but don’t worry—you are welcome to stay on your current plan while you evaluate the new cost structure and understand how to best manage your organization members and their private repository access. And while we’re currently not enforcing a timeline to move, rest assured that you’ll have at least 12 months notice before any mandated change to your plan.</p></blockquote>\n<p>While many individual developers will see lower monthly prices and even prorated credits on their accounts, the exponential cost increase for GitHub’s largest customers may cause a mass exodus to the company’s more affordable competitors. Are you moving your organization off of GitHub? 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, 11 May 2016 19:27: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:66:\"WPTavern: Affinity: A Free WordPress Wedding Theme from Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54688\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wptavern.com/affinity-a-free-wordpress-wedding-theme-from-automattic\";s: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:3832:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity.png?resize=800%2C471\" alt=\"affinity\" class=\"aligncenter size-full wp-image-54691\" /></a></p>\n<p>Affinity is the latest addition to WordPress.com’s small collection of <a href=\"https://wordpress.com/themes/search/wedding/\" target=\"_blank\">themes created specifically for weddings</a>. This highly customizable, elegant theme was designed by <a href=\"http://carolinemoore.net/\" target=\"_blank\">Caroline Moore</a> with weddings and family announcements in mind.</p>\n<p>Affinity is a one-page theme with support for five different panels. Each panel’s content can be assigned in the customizer under Theme Options by selecting a page from a drop-down.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/panel.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/panel.png?resize=660%2C231\" alt=\"panel\" class=\"aligncenter size-full wp-image-54717\" /></a></p>\n<p>With the customizable panel approach users are not locked into providing content for sections they don’t need. Single posts and pages support full screen featured images that, if used as a panel, become the background of that section. Affinity offers the option to set the header image opacity to create better contrast with header text. Users can also enable or disable scrolling on the header and front-page featured images.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-home-page.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-home-page.png?resize=200%2C474\" alt=\"affinity-home-page\" class=\"alignright size-full wp-image-54693\" /></a></p>\n<p>Affinity includes support for a sidebar widget area and three optional widget areas in the footer. If widgets are added to the sidebar, the one-column layout becomes a two-column layout. It also has a fullwidth page template for removing the sidebar on select pages.</p>\n<p>The different panels give users ample space for adding photos, links to registries, personal stories, info about the bridal party, and anything else related to the event. Affinity includes a Guestbook page template with a special format for displaying visitors’ comments. Turning the Guestbook on is as easy as setting the page template and making sure that comments are enabled.</p>\n<p>Another unique feature of the theme is its post intro area that displays beneath the headline before the first paragraph. It pulls content from the excerpt field and post authors can use it to capture readers’ attention with a quick summary or highlight.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-post-intro.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-post-intro.png?resize=660%2C328\" alt=\"affinity-post-intro\" class=\"aligncenter size-full wp-image-54729\" /></a></p>\n<p>Check out the <a href=\"https://affinitydemo.wordpress.com/\" target=\"_blank\">live demo</a> to see the theme in action. It shows an example of panels that display quotes, an RSVP form, event details, and an engagement story.</p>\n<p>Since no wedding or family announcement is the same, Affinity’s multi-panel approach offers flexibility for many different types of uses. If you’re creating a wedding website and are not finding enough customization options with a hosted service, this theme makes it quick and easy to set it up with WordPress. It’s not yet available on WordPress.org, but you can download a copy for your self-hosted site for free from the sidebar of its <a href=\"https://wordpress.com/themes/affinity\" target=\"_blank\">homepage on WordPress.com</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 06:52: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: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:77:\"WPTavern: Help WPCampus Gather Data on How Schools and Campuses Use 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=54650\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/help-wpcampus-gather-data-on-how-schools-and-campuses-use-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:1247:\"<p>The organizers of <a href=\"https://2016.wpcampus.org/\">WPCampus</a> are <a href=\"https://www.surveymonkey.com/r/wpcampus05-2016\">seeking feedback</a> via a survey on how schools and campuses utilize WordPress in their environments. The survey consists of five sections:</p>\n<ul>\n<li>How Do You Use WordPress on Campus</li>\n<li>Site Demographics, Traffic, and Data</li>\n<li>Plugins, Themes, and Features</li>\n<li>Security, Performance, and Hosting</li>\n<li>Your Team Structure & Workflows</li>\n</ul>\n<p>There are a couple of perks for those who fill out the survey. Respondents will receive an anonymized version of the complete data set. Those who complete four or more sections will be entered into a drawing to win a free ticket to the conference and will receive a $5 Starbucks or Amazon Gift card.</p>\n<p>Answer the questions that you know and skip the ones you don’t. The team needs as much data as possible to provide a clearer picture of WordPress’ use in higher education. If you know someone or an organization that uses WordPress in higher education, please <a href=\"https://www.surveymonkey.com/r/wpcampus05-2016\">share the survey</a> with them. The survey closes on May 27th.</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, 11 May 2016 03:21:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:73:\"WPTavern: What Do You Think of the Recommended Plugins Page in WordPress?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54437\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/what-do-you-think-of-the-recommended-plugins-page-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3913:\"<p>In late 2014, <a href=\"http://wptavern.com/wordpress-4-1-to-introduce-plugin-recommendations\">WordPress 4.1 added</a> a Recommended Plugins tab that takes into account the plugins you have installed and suggests plugins based on which ones are commonly used together. After nearly a year and a half since it was added, I asked the <a href=\"https://twitter.com/wptavern/status/727578470415532032\">Tavern’s Twitter followers</a> if they have ever installed plugins recommended by WordPress.</p>\n<p>I was surprised to discover that some people don’t know the tab exists.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> There\'s a \"Recommended\" tab?!?</p>\n<p>— Joe Taiabjee (@joetek) <a href=\"https://twitter.com/joetek/status/727581218414407681\">May 3, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> I\'ve just noticed the Recommended tab. It seems to show those plugins with most Active Installs. Interesting, but a bit \'hidden\'</p>\n<p>— Alejandro Vargas S. (@Alejandro_V_S) <a href=\"https://twitter.com/Alejandro_V_S/status/727836820159930369\">May 4, 2016</a></p></blockquote>\n<p></p>\n<p>Steve Brown says the recommendations are useful.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> yep :) very useful feature indeed</p>\n<p>— Steve Brown (@stevna) <a href=\"https://twitter.com/stevna/status/727681984504287232\">May 4, 2016</a></p></blockquote>\n<p></p>\n<p>Some people view the page as an opportunity for Automattic to advertise its plugins while others don’t trust the recommendations.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> I have no needs for the Automattic plugins that are almost only being recommended there</p>\n<p>— Marko Heijnen (@markoheijnen) <a href=\"https://twitter.com/markoheijnen/status/727624592399998976\">May 3, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> Once. However 10 of the plugins recommended on page 1 are untested with my version of WP. So wouldnt rely on the recommendations</p>\n<p>— WPin.me (@wp_in) <a href=\"https://twitter.com/wp_in/status/727725233843671040\">May 4, 2016</a></p></blockquote>\n<p></p>\n<p>When I viewed the recommended plugins page in 2014, the results displayed plugins that weren’t updated in years.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/RecommendedPluginsTab.png\"><img class=\"size-full wp-image-35318\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/RecommendedPluginsTab.png?resize=1025%2C527\" alt=\"Plugins Recommended To Me Based on Data of Sites with Similar Plugins Installed\" /></a>Plugins Recommended To Me Based on Data of Sites with Similar Plugins Installed\n<p>Today, the page displays more relevant results with recently updated plugins. On the first page of results for WP Tavern, only one plugin from Automattic is recommended. The second page of results doesn’t list any plugins authored by Automattic.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/2016RecommendedPlugins.png\"><img class=\"size-full wp-image-54616\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/2016RecommendedPlugins.png?resize=1025%2C514\" alt=\"Recommended Plugins in 2016\" /></a>Recommended Plugin Results in 2016\n<p>To help determine how useful the recommended plugins page is, I’d like you to take this short survey. Results will be displayed on Tuesday, May 17th. In addition to the survey, you can leave your feedback in the comments.</p>\n<div class=\"pd-embed\" type=\"type\"></div>\n<p></p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 03:19: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:\"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: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:81:\"WPTavern: Automattic is Protecting its Woo, WooThemes, and WooCommerce Trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54645\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/automattic-is-protecting-its-woo-woothemes-and-woocommerce-trademarks\";s: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:6735:\"<p>When <a href=\"http://wptavern.com/automattic-acquires-woocommerce\">Automattic acquired WooThemes in 2015</a>, it gained employees, plugins, themes, and the company’s trademarks. These trademarks include, standard character marks, logos, and specific graphics such as the Verified WooExpert badges. One of the responsibilities of a trademark owner is to protect it from infringement.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/VerifiedWooExpertServicemark.png\"><img class=\"size-full wp-image-54702\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/VerifiedWooExpertServicemark.png?resize=1025%2C621\" alt=\"Verified WooExpert Service Mark\" /></a>Verified WooExpert Service Mark\n<p>WooGPL is a service that provides customers with commercial themes, plugins, and extensions for WooCommerce at a discounted rate. In March, Automattic <a href=\"https://woogpl.com/woogpl-is-closing/\">sent Billy Ablett</a>, owner of <a href=\"https://woogpl.com\">WooGPL</a>, the following notice that informs him that his domain infringes the Woo and WooCommerce trademarks.</p>\n<blockquote><p>I’m writing to you on behalf of Automattic Inc. regarding your use of the Woo and WooCommerce trademarks.</p>\n<p>As you may know, Automattic owns the Woo, WooCommerce, and WooThemes brands, as well as the associated trademarks. We recently learned of https://woogpl.com, which actively makes use of our registered trademarks in both its name and promotion. We are very concerned that your use of Woo and WooCommerce will create confusion by communicating that your WooCommerce products are endorsed by or associated with Automattic, when in fact it is not.</p>\n<p>While Automattic appreciates that you are providing products that build on WooCommerce open source software, that fact does not authorize you to use Woo, WooThemes or WooCommerce trademarks.</p>\n<p>To minimize user confusion and to protect our own intellectual property, we unfortunately must insist that you take prompt steps to change your domain name to something that doesn’t include ‘Woo’ in the prefix, and change your product descriptions to avoid confusion and potentially misleading consumers to believe they are purchasing our products. An example of this would be: WooCommerce Email Customiser Pro would need to be changed to Email Customiser Pro for WooCommerce.</p>\n<p>For more information, please see our <a href=\"https://www.woothemes.com/style-guide/#sg-trademarks\">Trademark Guidelines</a>.</p>\n<p>While we are appreciative that you have included a disclaimer on your site, unfortunately this would not be sufficient and we would still insist that the domain name and product names be changed.</p></blockquote>\n<p>While it’s not the sole reason <a href=\"https://woogpl.com/woogpl-is-closing/\">WooGPL is shutting down</a>, the notice provides a convenient opportunity to rebrand to <a href=\"https://www.gplkit.com/\">GPL Kit</a>, something the company was already planning to do.</p>\n<p>“We would have eventually closed down WooGPL due to GPL Kit however, it would have been great to close it down on our terms when the time was right,” Daniel, who is part of the GPL Kit team told the Tavern.</p>\n<p>Daniel says that when he started WooGPL there wasn’t a trademark registered with the Woo character mark until October of 2015.</p>\n<p>A search of the United States Patent and Trademark Office for Woo contains over 1K results. However, this is the only character mark for Woo that I found. The filing date is October 22nd, 2015 and is in the approval process.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WooCharacterMark.png\"><img class=\"size-full wp-image-54703\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WooCharacterMark.png?resize=1003%2C557\" alt=\"Woo Character Mark\" /></a>Woo Character Mark\n<h2>When You Should Ask For Permission</h2>\n<p>WooThemes has a <a href=\"https://www.woothemes.com/style-guide/#sg-trademarks\">style guide</a> on its site that explains how the brand is used and has details on when Woo™, WooCommerce®, and WooThemes® names, logos, and related icons collectively known as Woo Marks can be used without permission. The following chart provides some examples.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PermissionChartForWooTrademarks.png\"><img class=\"size-full wp-image-54704\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PermissionChartForWooTrademarks.png?resize=1010%2C814\" alt=\"Examples of When You Do and Don\'t Need Permission\" /></a>Examples of When You Do and Don’t Need Permission\n<p>If you’re in doubt, you can email Automattic’s trademark team <a href=\"mailto:trademarks@automattic.com\">trademarks @ automattic.com</a> to receive clarification.</p>\n<h2>Woo’s at Risk?</h2>\n<p>There are quite a few businesses in the WordPress ecosystem that use Woo in their name and domain. <a href=\"http://www.woorockets.com/\">WooRockets</a> is a WooCommerce theme shop while <a href=\"http://wooassist.com/\">WooAssist</a> provides support and maintenance for store owners.</p>\n<p>I reached out to both companies to determine if Automattic sent them the same notice it sent to WooGPL. While I didn’t receive a response from WooRockets, John Gamour of WooAssist provided the Tavern with the following statement:</p>\n<blockquote><p>No, we haven’t been contacted by Automattic about that. It would be dissapointing if we were asked to change our name as our founder Nicholas Jones reached out to WooThemes before starting Wooassist and they gave the OK. We have also worked with Matt Cohen and James Koster on a project and nothing was ever mentioned about our name.</p></blockquote>\n<p>I tried to get in touch with Paul Sieminski, legal counsel for Automattic, to learn what the criteria is for violating the trademarks, who’s at risk, and how long they have enforced the marks but he could not be reached for comment.</p>\n<h2>Better to be Safe Than Sorry</h2>\n<p>As WooGPL discovered, adding a disclaimer to the bottom of your sites may not be enough. Considering the cost and potential impacts of re branding a company or product, it’s important to know as soon as possible if you’re infringing a company’s trademarks.</p>\n<p>Business owners in the WooCommerce and WooThemes ecosystem should double-check the <a href=\"https://www.woothemes.com/style-guide/#sg-trademarks\">style guide</a> to make sure you’re not violating any guidelines. Owners can also take a proactive step and contact Automattic’s trademark team to determine if your business meets the requirements.</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, 10 May 2016 20:21:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: WooCommerce Releases Storefront 2.0 with Major Improvements to Mobile Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54641\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://wptavern.com/woocommerce-releases-storefront-2-0-with-major-improvements-to-mobile-design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3509:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-update.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-update.png?resize=1025%2C451\" alt=\"storefront-update\" class=\"aligncenter size-full wp-image-54669\" /></a></p>\n<p><a href=\"https://wordpress.org/themes/storefront/\" target=\"_blank\">Storefront</a>, the official WooCommerce theme built to work seamlessly with the plugin, has just passed the <a href=\"https://www.woothemes.com/2016/05/storefront-2-0-release/\" target=\"_blank\">2.0 milestone</a>. This release introduces a new “best sellers” section to the homepage and adds compatibility with the upcoming WooCommerce 2.6’s tabbed “My Account” section and the average rating widget.</p>\n<p>The most important update in Storefront 2.0 is the redesigned mobile experience. According to <a href=\"http://resources.mobify.com/50-mobile-commerce-stats.html\" target=\"_blank\">Mobify</a>, 30% of mobile shoppers will abandon a transaction if the experience is not optimized for mobile. <a href=\"http://www.themobileplaybook.com/\" target=\"_blank\">Google’s Mobile Playbook</a> says that not having a mobile optimized website is like closing your store one day each week. To keep pace with the expectations of mobile buyers, WooCommerce has drastically reduced Storefront’s mobile header height by 60% and has added the search, shopping cart, and account links to a sticky bottom menu for easy access.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-mobile-home.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-mobile-home.png?resize=799%2C697\" alt=\"storefront-mobile-home\" class=\"aligncenter size-full wp-image-54671\" /></a></p>\n<p>Storefront 2.0 includes many design improvements that make the theme cleaner and more flexible. This update removes Helvetica in favor of Source Sans, which WooCommerce says gives them access to a wider variety of weights they can use to “provide greater depth and cohesion.” Other notable design changes include:</p>\n<ul>\n<li>Borders have been largely removed so that pages don’t feel quite so broken up.</li>\n<li>The breadcrumb and the main navigation are now wrapped in their own content regions, cementing them as unique components.</li>\n<li>Product reviews and comments tweaked to make them cleaner and more scannable.</li>\n<li>Blog post meta has been redesigned to include the author Gravatar.</li>\n<li>Softer design treatment for tables with colors based on the main background color.</li>\n<li>oEmbeds have been styled to match the rest of Storefront (including typography, padding, colors).</li>\n<li>Integrated WordPress 4.5’s custom logo feature so users can add a logo without using a plugin.</li>\n</ul>\n<p><a href=\"https://wordpress.org/themes/storefront/\" target=\"_blank\">Storefront</a> is active on more than 50,000 websites. There are nearly a dozen free themes on WordPress.org that use it as a parent theme and another dozen commercial themes on WooThemes.com. If you use a heavily customized Storefront child theme, you may want to test its compatibility with the 2.0 update on a development site to ensure that there are no visual surprises. If you have any ideas or recommendations for updates to Storefront, you can leave feedback on the theme’s <a href=\"http://ideas.woothemes.com/forums/275029-storefront\" target=\"_blank\">idea board</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, 09 May 2016 22:23:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:54:\"WPTavern: Timber 1.0 Is Now Available on 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54396\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/timber-1-0-is-now-available-on-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5932:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/timber.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/timber.png?resize=1025%2C405\" alt=\"timber\" class=\"aligncenter size-full wp-image-54630\" /></a></p>\n<p>Last week the creators of <a href=\"https://wordpress.org/plugins/timber-library/\" target=\"_blank\">Timber</a>, the plugin that enables WordPress theme developers to write HTML using the <a href=\"http://twig.sensiolabs.org/\" target=\"_blank\">Twig Template Engine</a>, released version 1.0 on WordPress.org. The plugin is active on more than 10,000 websites where theme authors have elected to keep PHP files separate from HTML. Timber is built on DRY and MVC principles to solve the problem stated in its unofficial tagline: <em>“Because WordPress is awesome, but the_loop isn’t.”</em></p>\n<p>Over the past four years, the open source project has evolved from being a starter theme to a plugin that can be added to existing themes. It is now used on <a href=\"http://upstatement.com/timber/#showcase\" target=\"_blank\">thousands of websites</a> and has 83 <a href=\"https://github.com/timber/timber/graphs/contributors\" target=\"_blank\">contributors</a> listed on GitHub.</p>\n<p>“In 2012 I was getting more into WordPress after doing lots of JS development with <a href=\"http://handlebarsjs.com/\" target=\"_blank\">Handlebars</a> (a JS templating language),” Timber creator Jared Novack said. “I went to WordCamp Providence to learn more about state-of-the-art WordPress ways. I remember thinking: ‘This is great, but I really miss the cleanliness of Handlebars — I wish someone would make something like that for WordPress.’ That’s when I realized, I was that someone.”</p>\n<p>Novack was playing around with <a href=\"http://www.smarty.net/\" target=\"_blank\">Smarty</a> and <a href=\"https://mustache.github.io/\" target=\"_blank\">Mustache</a> before he finally discovered Fabien Potencier’s <a href=\"http://twig.sensiolabs.org/\" target=\"_blank\">Twig project</a>.</p>\n<p>“The syntax felt so natural I almost didn’t need to read the docs (don’t worry, I did),” he said. “I realized what I needed was a way to marry Twig and WordPress, and thus: Timber was born.”</p>\n<p>At that time Novack’s company, <a href=\"https://upstatement.com/\" target=\"_blank\">Upstatement</a>, was beginning development on a big new project for Random House to enable their marketers to generate unique sites from a library of templates. This client project became Timber’s first test case.</p>\n<p>“Originally, Timber was a parent theme, like _s. But after we completed the Random House project, I realized I wanted to apply Timber functionality to existing sites,” Novack said. “I converted it into a plugin that could be employed on existing themes which is the form it takes today.”</p>\n<p>The plugin allows designers skilled with HTML and CSS to create themes without having extensive knowledge of PHP and WordPress functions. Timber successfully powers sites like Michael Bloomberg’s <a href=\"https://www.thetrace.org/\" target=\"_blank\">The Trace</a>, <a href=\"http://everytown.org/\" target=\"_blank\">Everytown for Gun Safety</a>, <a href=\"https://www.hoteltonight.com/\" target=\"_blank\">Hotel Tonight</a>, and the <a href=\"http://harvardlawreview.org/\" target=\"_blank\">Harvard Law Review</a>.</p>\n<h3>Timber 1.0 Puts the Project on the Path of Stability</h3>\n<p>As of Timber 1.0, developers can now include the project as a plugin or require it as a <a href=\"https://packagist.org/packages/timber/timber\" target=\"_blank\">Composer dependency</a>.</p>\n<p>“The big news is that 1.0 represents a maturing of the platform — developers can use Timber and Twig with confidence that they’re building on top of a stable and universal platform,” Novack said.</p>\n<p>This release sheds years of deprecated functions and methods dating back to the project’s early days in 2013. Novack said that technical and documentation debt were the biggest hurdles in getting to 1.0.</p>\n<p>“In hindsight it’s so easy to build stuff, but so hard to build a complete system,” he said. “When Timber started it was just for me and the documentation could just live in my head. I’d add and improve stuff and then live with some of the quirks.”</p>\n<p>As the project and its contributors grew, Novack found it difficult to keep up with the growing codebase while running his company. Bringing it to a place of maturity with up-to-date automated testing and documentation took nearly a year.</p>\n<p>“Backwards compatibility was also a major challenge,” Novack said. “As ideas and new code got submitted, development slowed as every decision might have implications for existing users. We would deprecate features, but I was hesitant to remove things that I knew were mistakes, but that people were using.”</p>\n<p>Developers are encouraged to read the <a href=\"https://github.com/timber/timber/wiki/1.0-Upgrade-Guide\" target=\"_blank\">1.0 Upgrade Guide</a>, as there may be additional steps required depending on how Timber is being used. This release adds a few new features but the most important change is the bulk removal of older sections of the codebase. The upgrade guide outlines all of the object properties and static methods that will need to be updated so that nothing breaks. In the future, Timber-powered themes will be easier to maintain, with fewer quirks and better-documented features.</p>\n<p>“The key learning for me is that the ultimate ‘killer feature’ is stability and predictability,” Novack said. “When everything is organized cleanly and developers can use the things that they would intuitively expect — that’s success.”</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, 09 May 2016 17:52:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:49:\"Post Status: WordPress Security — 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=24378\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/wordpress-security-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:2296:\"<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>Security — in WordPress core, distributed plugins and themes, and in our custom code — is a constant battle. It’s important to be vigilant with our security practices, from the perspective of managing our websites and when writing code. In this episode, Joe and Brian discuss the nature of WordPress security, best practices for writing secure code, and dig into various situations WordPress developers and site owners may run into.</span></p>\n<a href=\"https://audio.simplecast.com/37301.mp3\">https://audio.simplecast.com/37301.mp3</a>\n<p><a href=\"http://audio.simplecast.com/37301.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"http://codex.wordpress.org/Hardening_WordPress\">Hardening WordPress</a></li>\n<li><a href=\"https://wordpress.org/about/security/\">About WordPress Security</a></li>\n<li><a href=\"https://make.wordpress.org/themes/2015/05/19/a-guide-to-writing-secure-themes-part-1-introduction/\">A Guide to Writing Secure Themes</a></li>\n<li><a href=\"http://ben.lobaugh.net/uploads/writing-secure-plugins-and-themes/#/\">Writing Secure Plugins & Themes</a> by Ben Lobaugh</li>\n<li><a href=\"https://codex.wordpress.org/Class_Reference/wpdb\">$wpdb</a></li>\n<li><a href=\"https://wpvulndb.com/\">WP Scan</a></li>\n<li><a href=\"https://blog.sucuri.net/2015/03/understanding-wordpress-plugin-vulnerabilities.html\">Understanding Vulnerabilities</a></li>\n</ul>\n<h3>Sponsor: Pagely</h3>\n<p><a href=\"https://pagely.com\"><span>Pagely</span></a><span> offers best in class managed WordPress hosting, powered by the Amazon Cloud, the Internet’s most reliable infrastructure. Post Status is proudly hosted by Pagely. Thank you to </span><a href=\"https://pagely.com\"><span>Pagely</span></a><span> for being a Post Status partner.</span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 May 2016 01:01:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"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: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:26:\"Matt: Apple and Podcasting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=46548\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/05/apple-and-podcasting/\";s: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:557:\"<p><a href=\"https://marco.org/2016/05/07/apple-role-in-podcasting\">Marco Arment has a great take on how the decentralized nature of podcasting is a feature</a>, not a bug, and Apple being more proactive there would be harmful to the ecosystem. As an aside, since I’ve been in Houston more recently, which means driving a lot, I’ve been really loving his app <a href=\"https://overcast.fm/\">Overcast</a> and I opted in to the optional paid subscription for it. I just need to get in more of a habit of listening to podcasts outside of Houston.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 08 May 2016 14:17: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: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:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"WPTavern: VersionPress 3.0 Adds New Search Feature, Bulk Undo, and Commit Tracking per Environment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54530\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://wptavern.com/versionpress-3-0-adds-new-search-feature-bulk-undo-and-commit-tracking-per-environment\";s: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:3843:\"<p><a href=\"https://blog.versionpress.net/2016/04/versionpress-3-0-released/\" target=\"_blank\">VersionPress 3.0</a>, released this week, is the first version since the plugin <a href=\"http://wptavern.com/versionpress-transitions-into-a-free-open-source-project\" target=\"_blank\">became a free, open source project</a>. Creators Borek Bernard and Jan Voráček, who originally attempted to crowdfund the project and then <a href=\"http://wptavern.com/versionpress-raises-400k-in-seed-funding\" target=\"_blank\">raised $400,000 in seed funding</a>, <a href=\"http://wptavern.com/versionpress-transitions-into-a-free-open-source-project\" target=\"_blank\">announced</a> last month that they are transitioning to a public development model.</p>\n<p>The team’s goal with this release was to polish up the experience of using VersionPress in the default WordPress installation while adding more useful features. However, it is not yet ready for use in production, according to Bernard.</p>\n<p>“We’re still keeping VersionPress in the <a href=\"http://docs.versionpress.net/en/getting-started/about-eap\" target=\"_blank\">“early access” period</a>, because of the third party plugins integration story but on simpler sites, VersionPress already shines,” he said.</p>\n<p>One of the most notable new features in VersionPress 3.0 is the plugin’s ability to track commits with the environment where they were created. Users can view changes in the admin and easily see if they were pushed to the staging or production environment.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/commit-tracking-in-environment.gif\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/commit-tracking-in-environment.gif?resize=725%2C347\" alt=\"commit-tracking-in-environment\" class=\"aligncenter size-full wp-image-54599\" /></a></p>\n<p>Version 3.0 also adds searching capabilities for filtering commits by author, date, commit message, and WordPress action. This release also includes a new bulk undo feature for commits and many improvements to the core versioning engine.</p>\n<h3>VersionPress 4.0 to Focus on Support for 3rd Party Plugins</h3>\n<p>One of the reasons the VersionPress team decided to go with a public development model was to mitigate the plugin’s conflicts with third-party themes and plugins. This was only possible if the opened up the codebase for contribution from other developers.</p>\n<p>“While we had most of the WordPress core covered pretty well, there was still this huge ecosystem of WordPress plugins and themes that could cause trouble to VersionPress in million different ways,” Borek said. “In the long run, the project had to turn into OSS should it be successful, and, fortunately, we met investors who understood this and supported our vision.”</p>\n<p>Borek and the team plan to focus on adding support for complex third party plugins in version 4.0, tentatively scheduled for mid-2016. One commenter on the post mentioned that a lack of WooCommerce support is a major thing holding him back from using VersionPress on projects. Borek confirmed that WooCommerce is high on their list of plugins they want to support.</p>\n<p>“Our goal remains the same: to take all the incredibly powerful functionality of Git and package it so that every WordPress user can use it,” Borek said.</p>\n<p>Since most site owners interested in this plugin are not running vanilla installations of WordPress, support for third party plugins will be a major leap forward for the project with the potential to greatly expand its user base. Check out VersionPress’ <a href=\"http://docs.versionpress.net/en/release-notes/roadmap\" target=\"_blank\">roadmap</a> to follow along with its progress and see what’s next.</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, 06 May 2016 22:04: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: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:62:\"WPTavern: WordPress 4.5.2 Patches Two Security Vulnerabilities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54594\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wptavern.com/wordpress-4-5-2-patches-two-security-vulnerabilities\";s: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:1441:\"<p>The WordPress core team has <a href=\"https://wordpress.org/news/2016/05/wordpress-4-5-2/\">released WordPress 4.5.2</a> which patches two security vulnerabilities in WordPress versions 4.5.1 and below. The first is a <a href=\"http://www.benhayak.com/2015/06/same-origin-method-execution-some.html\">SOME vulnerability</a> (Same-Origin Method Execution) in Plupload, the third-party library WordPress uses for uploading files. The second is a reflected cross-site-scripting vulnerability in MediaElement.js, the third-party library used for media players.</p>\n<p>Auto updates are rolling out to sites but if you don’t want to wait, browse to Dashboard > Updates and click the Update Now button. Mario Heiderich, Masato Kinugawa, and Filedescriptor of <a href=\"https://cure53.de/\">Cure53</a> are credited with <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsibly disclosing</a> the vulnerabilities.</p>\n<p>In addition to the release, the core team has <a href=\"https://make.wordpress.org/core/2016/05/06/imagemagick-vulnerability-information/\">published a post</a> concerning the <a href=\"https://imagetragick.com/\">multiple vulnerabilities</a> discovered in ImageMagick, a popular image processing script used on thousands of webhosting servers. The post describes how WordPress is affected and what the team is doing to mitigate issues.</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, 06 May 2016 20:01: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:\"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: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:97:\"WPTavern: Laravel Releases Valet, a Minimalist Development Environment with Support for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54580\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://wptavern.com/laravel-releases-valet-a-minimalist-development-environment-with-support-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3404:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/valet-parking.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/valet-parking.jpg?resize=900%2C520\" alt=\"photo credit: Valet Parking, Las Vegas, NV - (license)\" class=\"size-full wp-image-54589\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/55151301@N00/175606346\">Valet Parking, Las Vegas, NV</a> – <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p><a href=\"https://laravel.com/\" target=\"_blank\">Laravel</a>, the open source MVC PHP framework created for application development, has just released <a href=\"https://laravel.com/docs/5.2/valet\" target=\"_blank\">Valet</a>, a minimalist development environment for Mac. It uses just 7mb of RAM, because it doesn’t include Vagrant, Apache, Nginx, or a /etc/hosts file. Here’s how it works:</p>\n<blockquote><p>Laravel Valet configures your Mac to always run PHP’s built-in web server in the background when your machine starts. Then, using DnsMasq, Valet proxies all requests on the *.dev domain to point to sites installed on your local machine.\n</p></blockquote>\n<p>Valet supports Laravel, Lumen, Statamic, Craft, Jigsaw, and even has a driver for WordPress. It’s handy if you just need a simple, fast development environment without virtualization. Developers can also share sites publicly via local tunnels. It’s as easy as navigating to the site’s directory in the terminal and running the <code>valet share</code> command, which generates a publicly accessible URL.</p>\n<p><a href=\"https://wppusher.com/\" target=\"_blank\">WP Pusher</a> founder Peter Suhm, who is active in both the Laravel and WordPress communities, wrote a <a href=\"http://blog.wppusher.com/a-minimalist-development-environment-for-wordpress-with-laravel-valet/\" target=\"_blank\">tutorial</a> for setting up Valet for WordPress development.</p>\n<p>“For larger apps, I generally prefer my development environment to be very similar to production,” Suhm said. “Vagrant and Docker are great for that. Valet is great for all those quick and dirty WordPress installations you need, just to test something or quickly work on an idea. If you don’t need anything else besides PHP 7 and a database, Valet is a great setup.”</p>\n<p>Since it doesn’t require a ton of dependencies, Valet is quick to set up and doesn’t require any configuration. Developers don’t even need to make Valet aware that their app is WordPress – you can simply drop WordPress core files into a folder on your machine and then access the site in your browser.</p>\n<p>If you’re looking for a new lightweight development environment or just a quick way to do some PHP 7 testing for WordPress plugins, Valet may fit nicely into your workflow. You can install it using <a href=\"http://brew.sh/\" target=\"_blank\">Homebrew</a>. View the <a href=\"https://laravel.com/docs/5.2/valet#installation\" target=\"_blank\">docs</a> for installation and site setup or follow along with Suhm’s <a href=\"http://blog.wppusher.com/a-minimalist-development-environment-for-wordpress-with-laravel-valet/\" target=\"_blank\">tutorial</a>.</p>\n<p>To see a quick demo of Valet in action, check out the two-minute introduction video created by Adam Wathan:</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, 06 May 2016 18:44: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: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 4.6 to Drop Open Sans in the Admin in Favor of System Fonts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54507\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordpress-4-6-to-drop-open-sans-in-the-admin-in-favor-of-system-fonts\";s: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:2130:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/system-fonts-firefox-osx.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/system-fonts-firefox-osx.png?resize=1025%2C450\" alt=\"system-fonts-firefox-osx\" class=\"aligncenter size-full wp-image-54575\" /></a></p>\n<p>WordPress 4.6 will bid farewell to Open Sans in the admin in favor of using system fonts. Open Sans, which loads from Google Fonts as an external resource, has been in use in the admin since 2013.</p>\n<p>“At the time of introduction in 3.8, there were not good system fonts common to all platforms at the time,” WordPress lead developer <a href=\"http://helenhousandi.com/\" target=\"_blank\">Helen Hou-Sandí</a> said in her <a href=\"https://core.trac.wordpress.org/changeset/37361\" target=\"_blank\">commit</a> message. “In the years since, Windows, Android, OS X, iOS, Firefox OS, and various flavors of Linux have all gotten their own (good) system UI fonts.”</p>\n<p>Now that the admin doesn’t have to load fonts from Google, it should feel faster and will provide a better experience for developers who are working offline.</p>\n<p>Dropping Open Sans originated as part of the <a href=\"https://make.wordpress.org/core/features/font-natively/\" target=\"_blank\">Font Natively</a> feature project led by WordPress designer <a href=\"https://mattmiklic.com/\" target=\"_blank\">Matt Miklic</a>, Mark Uraine, and Helen Hou-Sandí. The project page provides screenshots for the WP admin with Open Sans in Firefox on OSX vs the admin with system fonts, but the team noted that they are in need of more screenshots from different environments.</p>\n<p>Anytime that WordPress can shed a third-party dependency while improving the experience in the admin is a win for everyone. The commit comes early in the release cycle in order to get more people testing for misalignments and any other issues. Feel free to report any bugs you experience with the change, as work is still ongoing on the <a href=\"https://core.trac.wordpress.org/ticket/36753\" target=\"_blank\">ticket</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 20:50:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:68:\"WPTavern: Ninja Forms Update Patches Critical Security Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54556\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/ninja-forms-update-patches-critical-security-vulnerability\";s: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:4325:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaFormsFeaturedImage.png\"><img class=\"aligncenter size-full wp-image-40019\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaFormsFeaturedImage.png?resize=840%2C273\" alt=\"Ninja Forms Featured Image\" /></a><a href=\"https://wordpress.org/plugins/ninja-forms/\">Ninja Forms</a>, a popular plugin active on more than 500K websites, released an update 48 hours ago that addresses a critical security vulnerability. Wordfence <a href=\"https://www.wordfence.com/blog/2016/05/ninja-forms-shell-upload-vulnerability-high-risk/\">is reporting</a> that Ninja Forms versions 2.9.36 to 2.9.42 contain multiple security vulnerabilities.</p>\n<p>One of the vulnerabilities allows an attacker to upload and execute code remotely on WordPress sites. The only information needed to exploit the vulnerability is the URL of the target site that’s using a form powered by an affected version of Ninja Forms.</p>\n<p>Kevin Stover, CTO of Ninja Forms, explains to the Tavern how they discovered the vulnerabilities:</p>\n<blockquote><p>About two weeks ago, we were contacted by a security researcher, James Golovich, regarding a file upload issue within Ninja Forms. He demonstrated that it was possible to upload an arbitrary file using some test code that hadn’t been removed during our build process.</p>\n<p>We realised that the test code had accidentally been utilised in other areas of the plugin, and we immediately began working on a fix. While the issue was being patched, we reached out to the devs at the <a href=\"http://wordpress.org/\" target=\"_blank\" rel=\"noreferrer\">WordPress.org</a> repo and began the processes of preparing for auto updating users of the affected versions.</p>\n<p>Once the patch had been tested, we pushed version 2.9.43 and .1 versions of 2.9.36 – 2.9.42. Shortly after, <a href=\"http://wordpress.org/\" target=\"_blank\" rel=\"noreferrer\">WordPress.org</a> began pushing out automatic updates.</p></blockquote>\n<p>As to why there wasn’t a post published immediately on the official <a href=\"https://ninjaforms.com/blog/\">Ninja Forms blog</a> announcing the update, “We didn’t want to go public with the vulnerability until our users had time to update, both to the newest version and the .1 versions,” Stover said.</p>\n<p>“James Golovich’s responsible disclosure gave us time to fix the issue and for our users to update to safe versions before disclosing the vulnerability on his site,” he said. The company has since <a href=\"https://ninjaforms.com/important-security-update-always-hurt-ones-love/\">published a blog post </a>concerning the update.</p>\n<p>Working with the WordPress security team, automatic updates started rolling out on Tuesday, May 3rd. If automatic plugin updates are disabled, you’re highly encouraged to update manually to 2.9.45 as soon as possible. The Ninja Forms team is also working with a number of large webhosts to ensure as many sites as possible are updated.</p>\n<p>Wordfence is not detecting wide-spread exploitation but this could change in the next few days as details of the exploit emerge.</p>\n<p>When it comes to security vulnerabilities, the ability to upload and execute code remotely is about as severe as it gets. Golovich is credited with <a href=\"http://www.pritect.net/blog/ninja-forms-2-9-42-critical-security-vulnerabilities\">responsibly disclosing</a> the vulnerability to the Ninja Forms team. He also provides technical details of each vulnerability, most of which are in the Ninja Forms 3.0 code base.</p>\n<p>According to Golovich, the most vulnerable code is a proof of concept:</p>\n<blockquote><p>The following vulnerable code was, according to Kyle Johnson of the WP Ninjas team ‘not a live feature of Ninja Forms, but was more of a proof of concept for a future free feature.’ Unfortunately, even proof of concept code that is accessible is still vulnerable to attack. This is the most critical vulnerability here because it potentially allows an attacker to execute arbitrary php code on a site.</p></blockquote>\n<p>Users should update as soon as possible as it’s only a matter of time before tools are created that can easily take advantage of the exploit.</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, 05 May 2016 20:46:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WordPress.org Support Forums Adds Accessibility Section\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54472\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wptavern.com/wordpress-org-support-forums-adds-accessibility-section\";s: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:3619:\"<p>Earlier this year, the WordPress project made a huge move by <a href=\"http://wptavern.com/wordpress-adopts-accessibility-coding-standards-for-all-new-and-updated-code\">adopting accessibility coding standards</a> for new and updated code. If you’re struggling to meet <a href=\"https://www.w3.org/WAI/intro/wcag\">WCAG 2.0 guidelines</a> in your WordPress projects and need help, check out the new <a href=\"https://wordpress.org/support/forum/accessibility\">Accessibility section</a> in the WordPress.org support forums.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WPAccessibilitySupport.png\"><img class=\"size-full wp-image-54551\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WPAccessibilitySupport.png?resize=1025%2C487\" alt=\"WordPress Accessibility Support\" /></a>WordPress Accessibility Support\n<p>Amanda Rush, who helps WordPress developers make their themes and plugins accessible, says the forum is the result of a conversation with a support team member at WordCamp Atlanta.</p>\n<p>“I <span class=\"message_body\">mentioned that part of what makes the job difficult when it comes to making WordPress accessible is stopping during our work to answer occasional questions.<br />\n</span></p>\n<p>“Most of the time the answer is not a quick one, because in the case of screen reader users, you have to first find out how well they can use their tech, how familiar they are with WordPress itself, and if neither of those chances are high, you spend time giving them a crash course in either one or both, and then answer their question,” <span class=\"message_body\">Rush said. </span></p>\n<p>Most of the people on the <a href=\"https://make.wordpress.org/accessibility/\">WordPress Accessibility team</a> are volunteers with full-time jobs which limits their ability to provide one-on-one support. Many of the support queries come through email or direct messages to individuals on the team. The forum enables everyone to participate in the support process.</p>\n<p>“If people ask their questions publicly, I or others not necessarily on the Accessibility Team can answer, and the answers are then public,” Rush said.</p>\n<p>“We have a pattern library on GitHub, which we all contribute to when we have time. But there are all kinds of solutions being passed around on Twitter and spread across other people’s GitHub accounts. So if someone asks a question like that, we can either point to something in specific cases, which is most of them, there’s probably already a specific solution that someone’s built, and we can link to that,” Rush told the Tavern.</p>\n<p>The accessibility support forum also comes with a side benefit, “W<span class=\"message_body\">e don’t have to say no all the time when people ask for support, or what looks like all the time to some people. Everyone can help each other </span><span class=\"message_body\">out and Google has a public resource,” Rush said.<br />\n</span></p>\n<p>The support forum comes at a time where accessibility is an increasingly important part of web development. For example, the European Union <a href=\"http://europa.eu/rapid/press-release_IP-16-1654_en.htm\">recently agreed to new rules</a> that will make public sector websites and apps more accessible.</p>\n<p>If you have any questions related to accessibility, you can post them on the forum. If you have experience and knowledge in the accessibility field, consider answering questions as it’s a great way to contribute to the WordPress project.</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, 05 May 2016 20:13:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:110:\"WPTavern: Font Awesome CDN Now in Beta, Loads Icons Asynchronously with Automatic Accessibility Best Practices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"http://wptavern.com/font-awesome-cdn-now-in-beta-loads-icons-asynchronously-with-automatic-accessibility-best-practices\";s: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:2903:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome.png?resize=1025%2C326\" alt=\"font-awesome\" class=\"aligncenter size-full wp-image-54532\" /></a></p>\n<p><a href=\"https://fortawesome.github.io/Font-Awesome/\" target=\"_blank\">Font Awesome</a>, the open source vector icon collection used by more than 300 plugins on WordPress.org and many free and commercial themes, <a href=\"https://articles.fortawesome.com/announcing-font-awesome-cdn-81773e0b301f#.egol888o7\" target=\"_blank\">announced the beta release of its new CDN</a>. Developers can now add a single line of code to bring the icons and CSS toolkit into their projects.</p>\n<p>The icon files and CSS are hosted by <a href=\"https://www.maxcdn.com/\" target=\"_blank\">MaxCDN</a>, which serves a cached version that loads quickly on websites that use Font Awesome. The CDN uses <a href=\"https://github.com/typekit/webfontloader\" target=\"_blank\">Web Font Loader</a>, which was co-developed by Google and Typekit, to load the icons asynchronously. This also gives developers <a href=\"https://github.com/typekit/webfontloader#events\" target=\"_blank\">CSS and JavaScript events</a> to hook into on loading.</p>\n<p><a href=\"http://wptavern.com/font-awesome-4-6-0-adds-new-accessibility-icons-category\" target=\"_blank\">FontAwesome 4.6 added a new accessibility icon category</a> and the new CDN helps to automate outputting the correct markup. If the icon you’re using has semantic meaning, including an accurate title attribute with the inline icon will trigger Font Awesome’s JS to do the rest.</p>\n<p>Font Awesome requires an email address from those want to use the CDN so it can issue a unique embed code for each. Developers also have the option to register a Font Awesome CDN account to keep track of sites and apps where they are using the icons, and manage multiple embed codes. Once logged in, you can enable or disable auto-accessibility, asynchronous icon loading, easy updates to newer Font Awesome versions, and CSS or JS embed.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome-account.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome-account.png?resize=1025%2C865\" alt=\"font-awesome-account\" class=\"aligncenter size-full wp-image-54543\" /></a></p>\n<p>One of the most convenient reasons to use the CDN is to simplify updates. WordPress plugin and theme developers do not have to bump versions or push any code to use the latest version. Font Awesome version changes can be triggered on an individual basis for each embed code in a developer’s account dashboard. Check out the instructions at <a href=\"https://cdn.fontawesome.com/\" target=\"_blank\">cdn.fontawesome.com</a> to get your project hooked up.</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, 05 May 2016 18:09:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:50:\"WP Mobile Apps: WordPress for Android: Version 5.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3352\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://apps.wordpress.com/2016/05/05/wordpress-for-android-version-5-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3203:\"<p>Hello WordPress users! <a href=\"https://play.google.com/store/apps/details?id=org.wordpress.android\" target=\"_blank\">Version 5.3 of the WordPress for Android app</a> is now available in the Google Play Store.</p>\n<h1>Account Settings and App Settings</h1>\n<p>We split the old Account Settings into two distinct screens: Account Settings for everything related to your account, and App Settings for everything specific to the App, like the interface language, PIN lock, and Analytics opt-out.</p>\n<p><img class=\"alignnone size-full wp-image-3354\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_15-43-50-172.png?w=640\" alt=\"screenshot-2016-04-04_15.43.50.172\" /></p>\n<h1>Delete WordPress.com site</h1>\n<p>With 5.3, you can now export your content (posts, pages, and settings) by email and delete your WordPress.com site from the app.</p>\n<p><img class=\"alignnone size-full wp-image-3356\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_15-45-34-504.png?w=640\" alt=\"screenshot-2016-04-04_15.45.34.504\" /></p>\n<h1>Other Changes</h1>\n<p>Version 5.3 also comes with a few other enhancements:</p>\n<ul>\n<li>New styling of the action bar in the Reader.</li>\n<li>If you made changes to a post, you’ll see a confirmation blink on <strong>Blog Posts</strong> when returning to the <strong>My site</strong> screen.</li>\n<li>Better styling of the Post and Page Preview screen.</li>\n<li>An updated support tool reduces crashes.</li>\n</ul>\n\n<a href=\"https://apps.wordpress.com/2016/05/05/wordpress-for-android-version-5-3/screenshot-2016-04-04_15-59-35-639/\"><img width=\"84\" height=\"150\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_15-59-35-639.png?w=84&h=150\" class=\"attachment-thumbnail size-thumbnail\" alt=\"screenshot-2016-04-04_15.59.35.639\" /></a>\n<a href=\"https://apps.wordpress.com/2016/05/05/wordpress-for-android-version-5-3/screenshot-2016-04-04_16-01-41-971/\"><img width=\"84\" height=\"150\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_16-01-41-971.png?w=84&h=150\" class=\"attachment-thumbnail size-thumbnail\" alt=\"screenshot-2016-04-04_16.01.41.971\" /></a>\n\n<p>We’re working hard on new features for the next version — you can track our development progress for the next release by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-Android/milestones/5.4\">our 5.4 milestone on GitHub</a>.</p>\n<h1>Thank you</h1>\n<p>Thanks to our contributors: <a href=\"https://github.com/aforcier\">@aforcier</a>, <a href=\"https://github.com/daniloercoli\">@daniloercoli</a>, <a href=\"https://github.com/hypest\">@hypest</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/mzorz\">@mzorz</a>, <a href=\"https://github.com/nbradbury\">@nbradbury</a>, <a href=\"https://github.com/oguzkocer\">@oguzkocer</a>, <a href=\"https://github.com/rishabh7m\">@rishabh7m</a>, <a href=\"https://github.com/roundhill\">@roundhill</a>, and <a href=\"https://github.com/tonyr59h\">@tonyr59h</a>.</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3352&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 08:57: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:6:\"Maxime\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WPWeekly Episode 233 – Recap of WordCamp Chicago 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:44:\"http://wptavern.com?p=54518&preview_id=54518\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wpweekly-episode-233-recap-of-wordcamp-chicago-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:2903:\"<p>On this episode of WordPress Weekly, I describe my experience attending WordCamp Chicago 2016 this past weekend. Marcus Couch and I then discuss the news of the week including a new tool that helps WordCamp organizers create customized name badges.</p>\n<p>We also have a lengthy discussion on the freemium business model and how it’s affecting users of themes and plugins downloaded from the official directories. Last but not least, we talk about WooCommerce Connect, a new SaaS tool from Automattic that has a tight relationship with Jetpack.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wordcamp-organizers-get-new-tool-for-creating-personalized-wordcamp-badges\">WordCamp Organizers Get New Tool for Creating Personalized WordCamp Badges</a><br />\n<a href=\"http://wptavern.com/wordpress-is-now-100-translated-into-marathi\">WordPress is Now 100% Translated Into Marathi</a><br />\n<a href=\"http://wptavern.com/templatic-hacked-files-and-databases-compromised\">Templatic Hacked, Files and Databases Compromised</a><br />\n<a href=\"http://wptavern.com/wordpress-theme-review-team-votes-on-new-guidelines-to-ban-obtrusive-upselling\">WordPress Theme Review Team Votes on New Guidelines to Ban Obtrusive Upselling</a><br />\n<a href=\"http://wptavern.com/automattic-introduces-woocommerce-connect-hosted-components-for-e-commerce\">Automattic Introduces WooCommerce Connect, Hosted Components for E-Commerce</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/rss-feed-canceller/\">RSS Feed Canceller </a>provides more control over your RSS feed. You can turn it on or off per post and control whether or not a post is excluded from the feed.</p>\n<p><a href=\"https://wordpress.org/plugins/tld-woocommerce-downloadable-product-update-emails/\">TLD WooCommerce Downloadable Product Update Emails</a> is a simple plugin that notifies customers who purchased a downloadable product via email that there’s an update available.</p>\n<p><a href=\"https://wordpress.org/plugins/inline-click-to-tweet/\">Inline Click To Tweet</a> allows authors to highlight text from within the visual editor and make it tweetable by clicking within the post or page.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, May 11th 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 #233:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 08:46:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:54:\"WPTavern: WordCamp Chicago 2016 Was a Deep Dish of Fun\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54453\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wptavern.com/wordcamp-chicago-2016-was-a-deep-dish-of-fun\";s: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:5547:\"<p><a href=\"https://2016.chicago.wordcamp.org/\">WordCamp Chicago 2016</a> was held at University Center in the heart of Chicago, IL, where more than 300 attendees spent the weekend learning about WordPress. The event was organized by Ryan Erwin and a <a href=\"https://2016.chicago.wordcamp.org/organizers/\">team of volunteers. </a></p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/JJJWCChicago2016.jpg\"><img class=\"size-full wp-image-54500\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/JJJWCChicago2016.jpg?resize=1024%2C768\" alt=\"John James Jacoby talking about bbPress and BuddyPress\" /></a>John James Jacoby talking about bbPress and BuddyPress\n<p>Tracks were split up into three separate rooms limiting the amount of background noise during sessions. Giving attendees a schedule is handled differently at most camps. Some provide a paper schedule while others put it on the back of the name badge.</p>\n<p>At WordCamp Chicago, schedule boards were displayed outside each room that corresponded with a track number. This made it easier for attendees to determine if they wanted to stay in the room for the next session.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016Schedule.jpg\"><img class=\"size-full wp-image-54501\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016Schedule.jpg?resize=1024%2C1365\" alt=\"Schedule Board Outside The Room Hosting Track 1\" /></a>Schedule Board Outside The Room Hosting Track 1\n<p>WordCamps are a great way to stress test a venue’s network but the WiFi at WordCamp Chicago was flawless. I didn’t experience any issues and it remained fast throughout the event. I didn’t stick around for lunch as there are plenty of lunch options available within walking distance of the venue.</p>\n<h2>The After Party</h2>\n<p>Most WordCamps host an after party at a restaurant, bar, or other establishment away from the venue. WordCamp Chicago’s after party was held at the venue. It included, non-alcoholic and alcoholic drinks, food, and card games on each table. It was fun mingling and networking with people without having to compete with blaring music or a loud atmosphere.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016AfterParty.jpg\"><img class=\"size-full wp-image-54503\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016AfterParty.jpg?resize=1024%2C768\" alt=\"WordCamp Chicago 2016 After Party\" /></a>WordCamp Chicago 2016 After Party\n<p>Out of all the sessions I attended, my favorite is <a href=\"https://2016.chicago.wordcamp.org/session/disastrous-deals-to-profitable-projects-comparing-my-best-and-worst-client-experiences/\">by Kyle Maurer,</a> who shared experiences and advice from <a href=\"http://realbigmarketing.com/\">building client websites</a> over the years.</p>\n<p>One of the biggest pieces of advice he shared is to build direct relationships with clients. No one is going to fight your battles as much as you and third-parties are unlikely to stick their neck out. Managing direct relationships leads to trust, referrals, and being rehired to do additional work.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/KyleMaurerSlideWCChicago2016.jpg\"><img class=\"size-full wp-image-54504\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/KyleMaurerSlideWCChicago2016.jpg?resize=1024%2C768\" alt=\"A Slide from Kyle Maurer\'s Presentation\" /></a>A Slide from Kyle Maurer’s Presentation\n<p>His session contains a lot of great information and I highly encourage you to watch it when it’s published on WordPress.tv.</p>\n<h2>WordCamps Offer a Lot of Value For The Price</h2>\n<p>Throughout the event, I spoke to a number of people and noted the following. Many attendees said they received more value than expected paying $40 a ticket. Some have spent hundreds of dollars on conference tickets and didn’t enjoy themselves or come away with nearly as much information.</p>\n<p>I discovered a number of attendees are part of one or more WordPress meetup groups. According to Meetup.com, there are at least <a href=\"http://www.meetup.com/find/?allMeetups=false&keywords=Chicago+WordPress&radius=25&userFreeform=chicago+I&mcId=c60601&change=yes&sort=recommended&eventFilter=mysugg\">four WordPress groups </a>with hundreds of members spread throughout the Chicago area. It’s a strong indication that the WordPress community in Chicago is thriving and supportive of each other.</p>\n<h2>WordCamp Chicago in 2017</h2>\n<p>It was a pleasure attending WordCamp Chicago and making new friends. I especially enjoyed speaking to WordPress Weekly listeners and getting their feedback. Also for those wondering, I satisfied my craving for deep-dish pizza via <a href=\"http://www.loumalnatis.com/arizona-phoenix\">Lou Malnati’s</a>. The pizza tastes better than I remembered. If you’re ever in the Chicago area, you have to try Lou Malnati’s pizza.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/TheLou.jpg\"><img class=\"size-full wp-image-54505\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/TheLou.jpg?resize=1024%2C768\" alt=\"The Lou!\" /></a>The Lou!\n<p>Everyone involved with WordCamp Chicago 2016 did a great job. If you didn’t get a chance to attend this year, don’t worry. After taking a break for a few weeks, the organizing team plans to begin organizing WordCamp Chicago 2017.</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, 05 May 2016 03:00:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Automattic Introduces WooCommerce Connect, Hosted Components for E-Commerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54476\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wptavern.com/automattic-introduces-woocommerce-connect-hosted-components-for-e-commerce\";s: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:5426:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/woocommerce-logo.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/woocommerce-logo.png?resize=1025%2C466\" alt=\"woocommerce-logo\" class=\"aligncenter size-full wp-image-54492\" /></a></p>\n<p><a href=\"https://www.woothemes.com/woocommerce/\" target=\"_blank\">WooCommerce</a> is the current leader in e-commerce software, capturing <a href=\"https://wappalyzer.com/categories/ecommerce\" target=\"_blank\">31% of the market</a>, thanks to its relatively user-friendly interface and connection to WordPress. However, setting up a WooCommerce site, or any e-commerce site for that matter, is not for the faint of heart, no matter how user-friendly the software. It requires knowledge of hosting, PCI compliance, payment gateways, SSL certificates, shipping methods, tax, and more.</p>\n<p>When <a href=\"http://wptavern.com/automattic-acquires-woocommerce\" target=\"_blank\">Automattic acquired WooCommerce</a> last May, the company accepted the challenge to make it as easy to create stores online as WordPress.com has done for websites.</p>\n<p>“I believe that the web needs an open, independent and easy-to-use commerce platform that you can run yourself on your own website,” Matt Mullenweg said in his <a href=\"https://www.youtube.com/watch?v=xJOfTB8-daA\" target=\"_blank\">video</a> announcement of the acquisition.</p>\n<p>Automattic has been working to simplify selling with WooCommerce and today the company announced <a href=\"https://www.woothemes.com/2016/05/woocommerce-connect-announcement/\" target=\"_blank\">WooCommerce Connect</a>, the secret project that Mullenweg <a href=\"https://twitter.com/WooConf/status/717725650916741120\" target=\"_blank\">hinted</a> at during WooConf.</p>\n<p>WC Connect is WooCommerce’s new Automattic-hosted SaaS architecture that was created to offer store features in a more user-friendly way. It is built on the WP REST API and offers a simplified Calypso-style interface for configuring options.</p>\n<p>The first service offered via the alpha version of WC Connect is real-time USPS shipping rates for US-based stores. It eliminates the need for a USPS API key as well as a subscription key from WooCommerce. One of the advantages for the user is that there are fewer software updates to install for extensions, as all the code is maintained on Automattic’s servers.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/usps-wc-connect.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/usps-wc-connect.png?resize=650%2C362\" alt=\"usps-wc-connect\" class=\"aligncenter size-full wp-image-54493\" /></a></p>\n<h3>What’s Next for WooCommerce Connect?</h3>\n<p>If the testing goes well, WooCommerce plans to roll Connect into the plugin’s core to make it easier to serve more hosted e-commerce components. The team is also working on expanding shipping options for the beta.</p>\n<p>“In the near future we hope to integrate with further shipping services, most likely Canada Post next,” said WooThemes co-founder <a href=\"https://twitter.com/mark_forrester\" target=\"_blank\">Mark Forrester</a>. “Shipping and payment options seem the logical place for us to start.”</p>\n<p>Forrester confirmed that while the USPS shipping method is free, WooThemes is exploring monetizing other service offerings in the future. If WC Connect has a successful beta period, the team will consider using the same model for offering payment gateways in the future.</p>\n<p>“Setting up payments for your store should be simple and behind the scenes,” Forrester said. “We believe we can offer better options for our customers working closely with payment partners and using connected services.”</p>\n<p>Forrester said that the team hopes WC Connect can be baked into WooCommerce core soon, but they will make the decision based on user feedback from the alpha/beta period.</p>\n<p>Those who create WooCommerce extensions and depend on its ecosystem may be wondering whether the SaaS model will overtake the plugin entirely. Last May, during his WooCommerce Q&A, Matt Mullenweg <a href=\"https://ma.tt/2015/05/woomattic/#comment-583541\" target=\"_blank\">confirmed</a> that Automattic is not moving towards a 100% SaaS model.</p>\n<p>“If or when we do SAAS, the plugin isn’t going away, it’ll continue as it has,” Mullenweg said.</p>\n<p>WooCommerce is not being rolled into Jetpack, as many suspected when Automattic acquired the product. However, WC Connect does require users to connect to WordPress.com via Jetpack.</p>\n<p>“We feel it makes sense to leverage the code/infrastructure of one of the most powerful WordPress connected services,” Forrester said.</p>\n<p>The team is aiming to make WC Connect a simpler way to connect services to online stores without users having to leave their WooCommerce dashboards. Many store owners would rather pay for hosted software they don’t have to update as opposed to self-hosted extensions that require regular maintenance.</p>\n<p>If the strategy of offering hosted e-commmerce components succeeds at making store management easier for non-developers, Automattic will be able to profit from offering compelling commercial WC Connect services, such as payment gateways, and expand WooCommerce’s global reach.</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, 04 May 2016 22:20:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:80:\"WPTavern: New Super Emoji Plus+ Plugin Adds an Elegant Emoji Picker to WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54422\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/new-super-emoji-plus-plugin-adds-an-elegant-emoji-picker-to-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3082:\"<p>Last week when Beyoncé released her new Lemonade album, <a href=\"http://www.wired.com/2016/04/beyonce-lemonade-lemon-emoji/\" target=\"_blank\">lemon and bee emoji usage spiked on Twitter</a>. According to Twitter’s stats, during the month of April there were more than 2 million tweets that included at least one lemon emoji, 62% of which happened since the album release. The bee emoji, representing the Beyhive of Beyoncé fans, also found its way into 1.8 million tweets during April.</p>\n<p>There’s no denying that emoji permeate our culture and communication on the web, especially the mobile web. When people are excited, when they are communicating from the heart, they often use emoji. According to a study performed by emotional marketing platform Emogi last year, <a href=\"http://www.adweek.com/socialtimes/report-92-of-online-consumers-use-emoji-infographic/627521\" target=\"_blank\">92% of people online use emoji</a> and 63% of them are frequent users.</p>\n<p>Last year WordPress 4.2 <a href=\"http://wptavern.com/wordpress-4-2-on-track-to-expand-core-support-for-emoji\" target=\"_blank\">expanded core support for emoji</a>, adding along with it the ability to natively handle Chinese, Japanese, and Korean characters. This improvement came not a moment too soon, but emoji are still not readily accessible when publishing with WordPress until you launch the emoji keyboard for your operating system. There’s something disjointed about having to launch a separate keyboard when you’re trying to compose your thoughts.</p>\n<p><a href=\"https://wordpress.org/plugins/super-emoji-plus/\" target=\"_blank\">Super Emoji Plus+</a> is a new plugin that makes emoji more accessible. It was created by <a href=\"https://profiles.wordpress.org/ericlewis/\" target=\"_blank\">Eric Andrew Lewis</a>, a WordPress core contributor and developer at The New York Times. The plugin adds an elegant emoji picker to the post edit screen. It can be launched from the toolbar or via autocomplete when you start typing an emoji name, such as “:lemon”.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/super-emoji-toolbar.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/super-emoji-toolbar.png?resize=1025%2C640\" alt=\"super-emoji-toolbar\" class=\"aligncenter size-full wp-image-54458\" /></a></p>\n<p>If you use emoji in your WordPress posts, Super Emoji Plus+ provides convenient access to the full list. There’s no easier way to add emoji if you’re working from a desktop, as most emoji keyboard experiences are inferior to the one presented in this plugin. Having it installed removes the need for cheat sheets and saves you from having to remember the correct key combinations to launch an emoji keyboard. Super Emoji Plus+ <a href=\"https://ericandrewlewis.com/2016/04/super-emoji-plus-is-now-in-beta/\" target=\"_blank\">went into beta last week</a> and is now <a href=\"https://wordpress.org/plugins/super-emoji-plus/\" target=\"_blank\">available on WordPress.org</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 May 2016 06: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: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:66:\"WPTavern: bbPress 2.5.9 Patches Cross-Site-Scripting Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54439\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wptavern.com/bbpress-2-5-9-patches-cross-site-scripting-vulnerability\";s: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:945:\"<p>John James Jacoby, lead developer of bbPress, has <a href=\"https://bbpress.org/blog/2016/05/bbpress-2-5-9/\">released bbPress 2.5.9</a> to patch a security vulnerability, “bbPress 2.5.8 and below are susceptible to a cross-site-scripting vulnerability that’s due to the way users are linked to their profiles when they are mentioned in topics and replies,” Jacoby said.</p>\n<p>Marc-Alexandre Montpas is credited for <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsibly disclosing</a> the vulnerability to the WordPress security team. The patch has already been applied to bbPress 2.6, which is currently in development. Users are advised to update their bbPress installations as soon as possible. Users who encounter issues updating to 2.5.9 can report them to the <a href=\"https://bbpress.org/forums/\">bbPress support forums</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:\"Tue, 03 May 2016 23:10:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:88:\"WPTavern: WordPress Theme Review Team Votes on New Guidelines to Ban Obtrusive Upselling\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54428\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wptavern.com/wordpress-theme-review-team-votes-on-new-guidelines-to-ban-obtrusive-upselling\";s: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:4201:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/post-no-bills.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/post-no-bills.jpg?resize=1024%2C602\" alt=\"photo credit: Post no bills - (license)\" class=\"size-full wp-image-54450\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/24415314@N02/26151211080\">Post no bills</a> – <a href=\"https://creativecommons.org/licenses/by-nc-sa/2.0/\">(license)</a>\n<p>One of the main items on the agenda for the Theme Review Team this week was to finalize what type of upselling is allowed in themes hosted on WordPress.org. With the requirement of using the customizer for options, theme authors have gotten creative with upsells and will sometimes include panels and sections that are inoperable unless the user purchases the commercial version.</p>\n<p>The team voted on a set of guidelines previously discussed. The counts shown below represent votes in favor of each individual guideline, and no members voted against any of them, according to the reckoning Justin Tadlock posted in the <a href=\"https://make.wordpress.org/themes/2016/05/03/may-3rd-meeting-notes/\" target=\"_blank\">meeting notes</a>:</p>\n<ul>\n<li>No global nags at top of admin pages. +12</li>\n<li>One top-level link in the customizer (other unobtrusive links in sections allowed). +8</li>\n<li>Allow one Appearance sub-page. +11</li>\n<li>No options or panels/sections behind a paywall. +11</li>\n</ul>\n<p>Overall, team members agreed that any upsell links should be unobtrusive and the new proposed guidelines favor keeping the customizer clean and the Appearance menu simple. Although the majority of Theme Review Team members are in favor of the items above, their inclusion in the handbook is not yet set in stone.</p>\n<p>“Note that we might change some of the wording for clarity if/when these become guidelines,” Tadlock said. “The admins will review these items for inclusion as guidelines and have further discussion if need be.”</p>\n<h3>Theme Review Team Considers Adding a Tag to Designate Themes with a Commercial Upgrade</h3>\n<p>Contributors are looking to add a new designation for freemium WordPress.org extensions that have commercial counterparts available elsewhere. In a recent Meta Team meeting, Matt Mullenweg <a href=\"https://wordpress.slack.com/archives/meta/p1461801845000324\" target=\"_blank\">proposed an agenda item</a> for consideration in the redesign of the Plugin Directory.</p>\n<p>“I would love for y’all to figure out a tagging system that will help people know better what’s behind the installation of a plugin,” Mullenweg said. “Does it connect to an external service? Is there a premium version? Is it useful without those things?</p>\n<p>“If we can figure out a way to classify those three as examples, it’ll cover a lot of business models people are attempting in the directory,” Mullenweg said, referring to the original examples of Akismet, VaultPress, and Jetpack that he mentioned previously.</p>\n<p>“This can be separate from the 3-tag limit,” he said. “It’s really a special tag, and honor system is fine to start for self-classification.”</p>\n<p>This hasn’t yet been implemented in the new Plugin Directory, but Konstantin Obenland has the item on his list for when the Meta Team moves forward with an <a href=\"https://make.wordpress.org/plugins/2016/02/25/re-thinking-tags-in-the-plugin-directory/\" target=\"_blank\">overhaul of the tagging system</a>.</p>\n<p>As a result of this discussion, the Theme Review Team is also considering adding a “pro” designation for themes that have a commercial version available. Tadlock said that the team will be following up on the plugin directory discussions and will look to implement improved tagging in line with what the Meta Team decides.</p>\n<p>The Theme Review Team ran out of time during this week’s meeting but will discuss the possibility of a “pro” tag next week. If you want to be part of this discussion, make sure to join the #themereview channel on WordPress’ Slack.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 May 2016 21:58: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"WPTavern: WordCamp Incubator Program Receives 182 Applications, Narrows Candidates to 16 Communities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54398\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordcamp-incubator-program-receives-182-applications-narrows-candidates-to-16-communities\";s: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:3358:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/incubator.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/incubator.jpg?resize=1024%2C505\" alt=\"photo credit: Chilliwack Chicken Chick - (license)\" class=\"size-full wp-image-54415\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/15521309@N05/16688186434\">Chilliwack Chicken Chick</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>In February the WordPress Community team announced that it would be <a href=\"http://wptavern.com/wordpress-to-launch-experimental-wordcamp-incubator-program\" target=\"_blank\">launching an experimental WordCamp Incubator program</a>. After a short application window of less than two weeks, the team received 182 applications from cities all over the world. Andrea Middleton <a href=\"https://make.wordpress.org/community/2016/04/28/wordcamp-incubator-update/\" target=\"_blank\">reported</a> that the team has narrowed the submissions down to the following 16 communities:</p>\n<ul>\n<li>Denpasar, Indonesia</li>\n<li>Chandigarh, India</li>\n<li>Colombo, Sri Lanka</li>\n<li>Thessaloniki, Greece</li>\n<li>Harare, Zimbabwe</li>\n<li>Budapest, Hungary</li>\n<li>Kalamata, Greece</li>\n<li>Kampala, Uganda</li>\n<li>Kochi, India</li>\n<li>Lagos, Nigeria</li>\n<li>Medellin, Colombia</li>\n<li>Nagpur, India</li>\n<li>Nairobi, Kenya</li>\n<li>San Jose, Costa Rica</li>\n<li>Udaipur, India</li>\n<li>Ulyanovsk, Russia</li>\n</ul>\n<p>Some of these communities already have active local meetups and others have no organization whatsoever. Selection of the final cities will be based on the location’s potential to foster an emerging WordPress community.</p>\n<p>The original plan was to incubate three WordCamps in 2016, but due to staffing changes the new scaled back plan is to commit to two events and intensively mentor a third. Middleton explained that the difference between the two is in the amount of support the local team will receive from the designated community team deputy:</p>\n<blockquote><p>Incubating an event will involve the deputy both advising local volunteers — acting as a kind of project manager for the team — as well as doing some of the organizing work on the event, like a lead organizer usually does. Intensively-mentoring will be more project management and involve less actual organizing work on the part of the deputy.</p></blockquote>\n<p>Middleton said the team is speaking with the remaining applicants about their communities and assessing their abilities to organize a one-day, one-track WordCamp with the help of the community team. The small events will focus on getting the local community connected for future events.</p>\n<p>The WordCamp Incubator program is an intriguing concept that has so far received a great deal of interest from potential new organizers. Many locations in the remaining list of candidates are situated in regions that are not as easily accessible to existing WordPress communities. These are places that might not otherwise have an opportunity to host a WordCamp for years without a little boost.</p>\n<p>We’ll be following the progress of the Incubator program to see if the experiment can successfully hatch a handful of new local communities. The three locations selected will be announced this month.</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, 03 May 2016 16:15:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:78:\"WPTavern: BuddyExtender: A Plugin for Configuring Internal BuddyPress Settings\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54342\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/buddyextender-a-plugin-for-configuring-internal-buddypress-settings\";s: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:2297:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/controls.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/03/controls.jpg?resize=960%2C443\" alt=\"photo credit: Drew Patrick Miller\" class=\"size-full wp-image-52988\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/2724C9A9DE\"> Drew Patrick Miller</a>\n<p>The BuddyPress codex has a long list of <a href=\"https://codex.buddypress.org/getting-started/customizing/changing-internal-configuration-settings/\" target=\"_blank\">internal configuration settings</a> that are not exposed in the plugin’s admin settings page. These are short definition lines that can be added to a site’s <em><a href=\"https://codex.buddypress.org/themes/bp-custom-php/\" target=\"_blank\">bp-custom.php file</a></em> to make changes to BuddyPress default settings.</p>\n<p><a href=\"https://wordpress.org/plugins/buddyextender/\" target=\"_blank\">BuddyExtender</a> is a new plugin from the development team at <a href=\"https://webdevstudios.com/\" target=\"_blank\">WebDevStudios</a> that aims to make it easier for community managers to access extra configuration options. The plugin puts a dozen internal BuddyPress settings at your fingertips, including avatar sizes, autocomplete settings, the ability to disable @mentions, and more.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/buddy-extender.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/buddy-extender.png?resize=678%2C1141\" alt=\"buddy-extender\" class=\"aligncenter size-full wp-image-54389\" /></a></p>\n<p>Once installed, the plugin can be configured at Settings -> BuddyExtender in the admin. Each setting has an explanation on <a href=\"https://pluginize.com/buddyextender-plugin/\" target=\"_blank\">the plugin’s homepage on Pluginize</a>, WebDevStudio’s new plugin shop. Some of these settings have the ability to powerfully affect the display of your BuddyPress site, so its creators warn users to try it on a test environment before going live with their selections. The team plans to add more options to the plugin in the future. You can download <a href=\"https://wordpress.org/plugins/buddyextender/\" target=\"_blank\">BuddyExtender</a> for free from WordPress.org.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 May 2016 22:33:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:121:\"WPTavern: Customize Posts Plugin and Selective Refresh are Paving the Way for Front-End Editing Powered by the Customizer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=54345\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"http://wptavern.com/customize-posts-plugin-and-selective-refresh-are-paving-the-way-for-front-end-editing-powered-by-the-customizer\";s: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:5016:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/customize-posts.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/customize-posts.jpg?resize=1024%2C583\" alt=\"photo credit: Paintbrush - (license)\" class=\"size-full wp-image-54351\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/93249705@N03/13067171403\">Paintbrush</a> – <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p>Last week Weston Ruter and the folks at XWP released <a href=\"https://make.xwp.co/2016/04/29/customize-posts-v0-5-released/\" target=\"_blank\">Customize Posts version 0.5</a>, which includes a new framework for postmeta and the ability to preview featured images. The feature <a href=\"https://wordpress.org/plugins/customize-posts/\" target=\"_blank\">plugin</a> aims to <a href=\"https://core.trac.wordpress.org/ticket/34923\" target=\"_blank\">introduce basic content authorship in the Customizer</a> to improve the new user site setup experience and make it easier to edit existing content.</p>\n<p>As of 0.5, Customize Posts supports the ability to change and preview the page template, and will sync changes back to the metabox on the page edit screen. It also supports changing the post author, excerpt, and comment/ping status, with live previews and changes saved to the editor. Check out Ruter’s screencast touring the plugin’s newest capabilities:</p>\n<div class=\"embed-wrap\"></div>\n<h3>Front-End Editing Powered by the Customizer: A Not-Too-Distant Possibility</h3>\n<p>With all these advanced editing capabilities, it doesn’t take a giant leap to imagine a future where the customizer provides the architecture for a front-end post editor. While WordPress’ <a href=\"https://make.wordpress.org/design/tag/front-end-editor/\" target=\"_blank\">front-end editor project</a> seems to have gone dormant, improvements to the Customizer are steadily chipping away at the various aspects of content authorship that are not yet editable on the frontend.</p>\n<p>“Now that we have the ability to selectively refresh elements without doing full page reloads, this opens the door to using these Customizer components outside of the Customizer itself, such as in the frontend,” Ruter said.</p>\n<p>Front-end editing of partials, which are similar to customizer controls but exist in the preview, is a natural extension of the selective refresh architecture and a concept that Ruter will be exploring in the near future.</p>\n<p>“Consider, for example, being logged-in on the frontend,” Ruter said. “You see something you want to edit and you click on it. Since the Customizer partials all have selectors associated with them, if the partials are registered with each logged-in frontend request, then there are containers that can be targeted for editing.”</p>\n<p>Ruter envisions that clicking on an element would load the controls for that element on demand via a lazy-loaded Customizer pane or a floating control. He said that this would work in concert with customizer transactions (aka snapshots) to store the changes persistently in a transaction.</p>\n<p>Front-end editing powered by the customizer, according to Ruter, would involve the following:</p>\n<ol>\n<li>Being able to click Customize in the admin bar to lazy-load the Customizer pane’s controls into the existing page without having to having to navigate to `customize.php`</li>\n<li>Being able to click on individual containers that have associated partials to start editing controls that relate to those partials</li>\n<li>All changes made on the frontend to be persisted in a transaction draft that is initialized on demand</li>\n</ol>\n<p>The ability to edit posts in the customizer on the front-end isn’t going to happen overnight, but Ruter thinks a proof of concept could be available this year.</p>\n<p>“It’s going to take some discovery and prototyping, similar to Customize Posts,” Ruter said. “My guess is there would be something to play around with in Q3, depending on other projects and having enough time to put down on paper these ideas that have been floating around for a couple years.”</p>\n<p>An important step towards making that possible will be getting <a href=\"https://core.trac.wordpress.org/ticket/34923\" target=\"_blank\">basic content authorship added to the Customizer</a>, which Ruter and contributors are working towards for the upcoming WordPress 4.6 release.</p>\n<p>These will be welcome changes for those who are looking to do more on the frontend, but it still leaves the bulk of content editing behind the admin. Unless you’re a developer who follows every update to the customizer, it’s still confusing for the average WordPress user to know what content can be edited on the frontend vs. content that requires returning to the admin. The editing experience will remain disjointed until the majority of tasks can be done on the frontend.</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, 02 May 2016 18:15: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:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 26 May 2016 15:52:46 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"223963\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Thu, 26 May 2016 15:45:15 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20151028155200\";}','no'),(22386,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1464321166','no'),(22389,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1464277966','no'),(22392,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1464321167','no'),(22395,'_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:33:\"WordPress Plugins » View: 人気\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:33:\"WordPress Plugins » View: 人気\";s: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:\"ja\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 May 2016 15:28: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: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: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: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: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/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:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"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: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: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: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: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: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: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: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:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"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: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: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: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: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:113:\"Connect Google Analytics with WordPress by adding your Google Analytics tracking code. Get the stats that matter.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Syed Balkhi\";s: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: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/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: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: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: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:\"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: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: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: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:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"753@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"The most downloaded plugin for WordPress (almost 30 million downloads). Use All in One SEO Pack to automatically optimize your site for Search Engines\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"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: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: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: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: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: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:\"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:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"23862@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"Increase your traffic, view your stats, speed up your site, and protect yourself from hackers with Jetpack.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tim Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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 14 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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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:60:\"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jul 2011 12:22:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"28395@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"plugin-master\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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: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: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: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: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: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: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:26;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Meta Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s: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:146:\"Take the guesswork out of WordPress security. iThemes Security offers 30+ ways to lock down WordPress in an easy-to-use WordPress security 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: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: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: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: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: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: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: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:131:\"Easy to use WordPress Slider plugin. Create 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:\"Thu, 26 May 2016 15:52:47 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:\"Thu, 26 May 2016 16:03:11 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Thu, 26 May 2016 15:28:11 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20151028155200\";}','no'),(22398,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1464321167','no'),(22401,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1464277967','no'),(22404,'_transient_timeout_plugin_slugs','1464364686','no'),(22407,'_transient_plugin_slugs','a:13:{i:0;s:19:\"akismet/akismet.php\";i:1;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:2;s:34:\"envato-wordpress-toolkit/index.php\";i:3;s:9:\"hello.php\";i:4;s:33:\"issuu-pdf-sync/issuu-pdf-sync.php\";i:5;s:19:\"jetpack/jetpack.php\";i:6;s:27:\"LayerSlider/layerslider.php\";i:7;s:47:\"mojo-marketplace-wp-plugin/mojo-marketplace.php\";i:8;s:25:\"relevanssi/relevanssi.php\";i:9;s:52:\"showcase-visual-composer-addon/showcase-vc-addon.php\";i:10;s:67:\"video-embed-thumbnail-generator/video-embed-thumbnail-generator.php\";i:11;s:27:\"woocommerce/woocommerce.php\";i:12;s:27:\"js_composer/js_composer.php\";}','no'),(22410,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1464321170','no'),(22413,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2016/05/wordpress-4-5-2/\'>WordPress 4.5.2 Security Release</a> <span class=\"rss-date\">May 6, 2016</span><div class=\"rssSummary\">WordPress 4.5.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.5.1 and earlier are affected by a SOME vulnerability through Plupload, the third-party library WordPress uses for uploading files. WordPress versions 4.2 through 4.5.1 are vulnerable to reflected XSS […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://apps.wordpress.com/2016/05/25/wordpress-for-ios-version-6-2/\'>WP Mobile Apps: WordPress for iOS: Version 6.2</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/in-case-you-missed-it-issue-9\'>WPTavern: In Case You Missed It – Issue 9</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordpress-meta-team-publishes-prototypes-of-the-plugin-directory-redesign\'>WPTavern: WordPress Meta Team Publishes Prototypes of The Plugin Directory Redesign</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/updraftplus/\' class=\'dashboard-news-plugin-link\'>Meta Slider</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=updraftplus&_wpnonce=e31fa25d57&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Meta Slider\'>Install</a>)</span></li></ul></div>','no'),(24984,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.5.3.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.5.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.5.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.5.3\";s:7:\"version\";s:5:\"4.5.3\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":13:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.5.3.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.5.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.5.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.5.3\";s:7:\"version\";s:5:\"4.5.3\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:12:\"notify_email\";s:1:\"1\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":12:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.4.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.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.4.4\";s:7:\"version\";s:5:\"4.4.4\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1469082621;s:15:\"version_checked\";s:5:\"4.3.5\";s:12:\"translations\";a:0:{}}','yes'),(26481,'_site_transient_timeout_security_report_performed_recently','1468989539','yes'),(26482,'_site_transient_security_report_performed_recently','1','yes'),(26487,'_transient_timeout_jetpack_site_is_vcs','1469083950','no'),(26488,'_transient_jetpack_site_is_vcs','0','no'),(26536,'_site_transient_timeout_theme_roots','1469084432','yes'),(26537,'_site_transient_theme_roots','a:5:{s:6:\"bridge\";s:7:\"/themes\";s:8:\"minicorp\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(26538,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1469082638;s:7:\"checked\";a:5:{s:6:\"bridge\";s:3:\"7.4\";s:8:\"minicorp\";s:3:\"1.9\";s:13:\"twentyfifteen\";s:3:\"1.2\";s:14:\"twentyfourteen\";s:3:\"1.4\";s:14:\"twentythirteen\";s:3:\"1.5\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.5.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.1.7.zip\";}s:14:\"twentythirteen\";a:4:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.1.9.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(26539,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1469082637;s:8:\"response\";a:4:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:6:\"3.1.11\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/akismet.3.1.11.zip\";}s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"46859\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"5.46\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.5.46.zip\";}s:25:\"relevanssi/relevanssi.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"8812\";s:4:\"slug\";s:10:\"relevanssi\";s:6:\"plugin\";s:25:\"relevanssi/relevanssi.php\";s:11:\"new_version\";s:5:\"3.5.3\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/relevanssi/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/relevanssi.3.5.3.zip\";}s:52:\"showcase-visual-composer-addon/showcase-vc-addon.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"56459\";s:4:\"slug\";s:30:\"showcase-visual-composer-addon\";s:6:\"plugin\";s:52:\"showcase-visual-composer-addon/showcase-vc-addon.php\";s:11:\"new_version\";s:5:\"1.0.4\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/showcase-visual-composer-addon/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/showcase-visual-composer-addon.1.0.4.zip\";s:14:\"upgrade_notice\";s:186:\"Fixed Bugs.\nTested Visual Composer verison up to: 4.7.0\nUpdated OWL Carousel - JS/CSS\nAdded new function - Position Featured Image inside post content "Left, Right and Center".\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:5:{s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"3564\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";}s:33:\"issuu-pdf-sync/issuu-pdf-sync.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"24033\";s:4:\"slug\";s:14:\"issuu-pdf-sync\";s:6:\"plugin\";s:33:\"issuu-pdf-sync/issuu-pdf-sync.php\";s:11:\"new_version\";s:3:\"3.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/issuu-pdf-sync/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/issuu-pdf-sync.3.1.zip\";}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"20101\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:5:\"4.1.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/jetpack.4.1.1.zip\";}s:67:\"video-embed-thumbnail-generator/video-embed-thumbnail-generator.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"26236\";s:4:\"slug\";s:31:\"video-embed-thumbnail-generator\";s:6:\"plugin\";s:67:\"video-embed-thumbnail-generator/video-embed-thumbnail-generator.php\";s:11:\"new_version\";s:5:\"4.6.8\";s:3:\"url\";s:62:\"https://wordpress.org/plugins/video-embed-thumbnail-generator/\";s:7:\"package\";s:80:\"https://downloads.wordpress.org/plugin/video-embed-thumbnail-generator.4.6.8.zip\";}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"25331\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"2.6.3\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.3.zip\";}}}','yes'),(26554,'_transient_doing_cron','1487476027.5448360443115234375000','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=13863 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 (8,19,'_wp_attached_file','2015/06/IMG_8452.jpg'),(9,19,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4000;s:6:\"height\";i:3000;s:4:\"file\";s:20:\"2015/06/IMG_8452.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"IMG_8452-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_8452-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_8452-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"theme-large\";a:4:{s:4:\"file\";s:21:\"IMG_8452-1170x878.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:878;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"theme-half\";a:4:{s:4:\"file\";s:20:\"IMG_8452-571x428.jpg\";s:5:\"width\";i:571;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"theme-third\";a:4:{s:4:\"file\";s:20:\"IMG_8452-371x278.jpg\";s:5:\"width\";i:371;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"theme-fourth\";a:4:{s:4:\"file\";s:20:\"IMG_8452-271x203.jpg\";s:5:\"width\";i:271;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:27:\"Canon PowerShot ELPH 300 HS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1435059362;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"8.285\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(10,20,'_wp_attached_file','2015/06/IMG_8446.jpg'),(11,20,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4000;s:6:\"height\";i:3000;s:4:\"file\";s:20:\"2015/06/IMG_8446.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"IMG_8446-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_8446-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_8446-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"theme-large\";a:4:{s:4:\"file\";s:21:\"IMG_8446-1170x878.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:878;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"theme-half\";a:4:{s:4:\"file\";s:20:\"IMG_8446-571x428.jpg\";s:5:\"width\";i:571;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"theme-third\";a:4:{s:4:\"file\";s:20:\"IMG_8446-371x278.jpg\";s:5:\"width\";i:371;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"theme-fourth\";a:4:{s:4:\"file\";s:20:\"IMG_8446-271x203.jpg\";s:5:\"width\";i:271;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:27:\"Canon PowerShot ELPH 300 HS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1435059210;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"8.285\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(12,21,'_wp_attached_file','2015/06/IMG_8447.jpg'),(13,21,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4000;s:6:\"height\";i:3000;s:4:\"file\";s:20:\"2015/06/IMG_8447.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"IMG_8447-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_8447-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_8447-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"theme-large\";a:4:{s:4:\"file\";s:21:\"IMG_8447-1170x878.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:878;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"theme-half\";a:4:{s:4:\"file\";s:20:\"IMG_8447-571x428.jpg\";s:5:\"width\";i:571;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"theme-third\";a:4:{s:4:\"file\";s:20:\"IMG_8447-371x278.jpg\";s:5:\"width\";i:371;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"theme-fourth\";a:4:{s:4:\"file\";s:20:\"IMG_8447-271x203.jpg\";s:5:\"width\";i:271;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:27:\"Canon PowerShot ELPH 300 HS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1435059233;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"8.285\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(78,34,'_wp_attached_file','2015/06/Absolute-Plastics.jpg'),(79,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:903;s:4:\"file\";s:29:\"2015/06/Absolute-Plastics.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Absolute-Plastics-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Absolute-Plastics-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Absolute-Plastics-1024x462.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"theme-large\";a:4:{s:4:\"file\";s:30:\"Absolute-Plastics-1170x528.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"theme-half\";a:4:{s:4:\"file\";s:29:\"Absolute-Plastics-571x258.jpg\";s:5:\"width\";i:571;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"theme-third\";a:4:{s:4:\"file\";s:29:\"Absolute-Plastics-371x168.jpg\";s:5:\"width\";i:371;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"theme-fourth\";a:4:{s:4:\"file\";s:29:\"Absolute-Plastics-271x122.jpg\";s:5:\"width\";i:271;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(80,36,'_wp_attached_file','2015/06/Absolute-Plastics1-e1435158266914.jpg'),(81,36,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1925;s:6:\"height\";i:490;s:4:\"file\";s:45:\"2015/06/Absolute-Plastics1-e1435158266914.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Absolute-Plastics1-e1435158266914-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Absolute-Plastics1-e1435158266914-300x76.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Absolute-Plastics1-e1435158266914-1024x261.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"theme-large\";a:4:{s:4:\"file\";s:31:\"Absolute-Plastics1-1170x528.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"theme-half\";a:4:{s:4:\"file\";s:30:\"Absolute-Plastics1-571x258.jpg\";s:5:\"width\";i:571;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"theme-third\";a:4:{s:4:\"file\";s:30:\"Absolute-Plastics1-371x168.jpg\";s:5:\"width\";i:371;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"theme-fourth\";a:4:{s:4:\"file\";s:30:\"Absolute-Plastics1-271x122.jpg\";s:5:\"width\";i:271;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:45:\"Absolute-Plastics1-e1435158266914-570x490.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:45:\"Absolute-Plastics1-e1435158266914-600x490.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:45:\"Absolute-Plastics1-e1435158266914-800x490.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:45:\"Absolute-Plastics1-e1435158266914-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:45:\"Absolute-Plastics1-e1435158266914-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:45:\"Absolute-Plastics1-e1435158266914-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:45:\"Absolute-Plastics1-e1435158266914-500x490.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:46:\"Absolute-Plastics1-e1435158266914-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:45:\"Absolute-Plastics1-e1435158266914-500x490.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:46:\"Absolute-Plastics1-e1435158266914-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:45:\"Absolute-Plastics1-e1435158266914-700x178.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:45:\"Absolute-Plastics1-e1435158266914-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(82,37,'_wp_attached_file','2015/06/patented_seal.png'),(83,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:687;s:4:\"file\";s:25:\"2015/06/patented_seal.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"patented_seal-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"patented_seal-300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"patented_seal-1024x352.png\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"theme-large\";a:4:{s:4:\"file\";s:26:\"patented_seal-1170x402.png\";s:5:\"width\";i:1170;s:6:\"height\";i:402;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"theme-half\";a:4:{s:4:\"file\";s:25:\"patented_seal-571x196.png\";s:5:\"width\";i:571;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"theme-third\";a:4:{s:4:\"file\";s:25:\"patented_seal-371x127.png\";s:5:\"width\";i:371;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"theme-fourth\";a:4:{s:4:\"file\";s:24:\"patented_seal-271x93.png\";s:5:\"width\";i:271;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(84,40,'_wp_attached_file','2015/06/Screen-Shot-2015-06-23-at-3.59.38-PM.png'),(85,40,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:196;s:6:\"height\";i:14;s:4:\"file\";s:48:\"2015/06/Screen-Shot-2015-06-23-at-3.59.38-PM.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2015-06-23-at-3.59.38-PM-70x14.png\";s:5:\"width\";i:70;s:6:\"height\";i:14;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(86,41,'_wp_attached_file','2015/06/Screen-Shot-2015-06-23-at-3.59.38-PM1.png'),(87,41,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:196;s:6:\"height\";i:14;s:4:\"file\";s:49:\"2015/06/Screen-Shot-2015-06-23-at-3.59.38-PM1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2015-06-23-at-3.59.38-PM1-70x14.png\";s:5:\"width\";i:70;s:6:\"height\";i:14;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(88,42,'_wp_attached_file','2015/06/AbsolutePlasticsSTPT.png'),(89,42,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:687;s:4:\"file\";s:32:\"2015/06/AbsolutePlasticsSTPT.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"AbsolutePlasticsSTPT-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"AbsolutePlasticsSTPT-300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsSTPT-1024x352.png\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"theme-large\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsSTPT-1170x402.png\";s:5:\"width\";i:1170;s:6:\"height\";i:402;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"theme-half\";a:4:{s:4:\"file\";s:32:\"AbsolutePlasticsSTPT-571x196.png\";s:5:\"width\";i:571;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"theme-third\";a:4:{s:4:\"file\";s:32:\"AbsolutePlasticsSTPT-371x127.png\";s:5:\"width\";i:371;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"theme-fourth\";a:4:{s:4:\"file\";s:31:\"AbsolutePlasticsSTPT-271x93.png\";s:5:\"width\";i:271;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(94,8251,'qode_carousel-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/techstart1.png'),(95,8251,'qode_carousel-item-link','#'),(96,8251,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/techstart2.png'),(97,8254,'qode_carousel-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/Infinity1.png'),(98,8254,'qode_carousel-item-link','#'),(99,8254,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/Infinity2.png'),(100,8256,'qode_carousel-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/audiopro1.png'),(101,8256,'qode_carousel-item-link','#'),(102,8256,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/audiopro2.png'),(103,8258,'qode_carousel-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/rko1.png'),(104,8258,'qode_carousel-item-link','#'),(105,8258,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/rko2.png'),(106,8260,'qode_carousel-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/Sport1.png'),(107,8260,'qode_carousel-item-link','#'),(108,8260,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/Sport2.png'),(109,8262,'qode_carousel-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/stongwaves1.png'),(110,8262,'qode_carousel-item-link','#'),(111,8262,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/stongwaves2.png'),(112,8264,'qode_carousel-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/Swan1.png'),(113,8264,'qode_carousel-item-link','#'),(114,8264,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/Swan2.png'),(115,8266,'qode_carousel-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/swanzser1.png'),(116,8266,'qode_carousel-item-link','#'),(117,8266,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/swanzser2.png'),(118,8783,'qode_carousel-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/techstartmini2.png'),(119,8783,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/techstartmini1.png'),(120,8785,'qode_carousel-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/Infinitymini2.png'),(121,8785,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/Infinitymini1.png'),(122,8787,'qode_carousel-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/audiopromini2.png'),(123,8787,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/audiopromini1.png'),(124,8789,'qode_carousel-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/rkomini2.png'),(125,8789,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/rkomini1.png'),(126,8791,'qode_carousel-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/Sportmini2.png'),(127,8791,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/Sportmini1.png'),(128,8793,'qode_carousel-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/stongwavesmini2.png'),(129,8793,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/stongwavesmini1.png'),(130,8795,'qode_carousel-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/Swanmini2.png'),(131,8795,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/Swanmini1.png'),(132,8797,'qode_carousel-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/swanzsermini2.png'),(133,8797,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/swanzsermini1.png'),(134,15207,'qode_carousel-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/05/amc.png'),(135,15207,'_dp_original','8797'),(136,15210,'qode_carousel-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/05/fitness.png'),(137,15210,'_dp_original','15207'),(138,15212,'qode_carousel-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/05/burgers.png'),(139,15212,'_dp_original','15210'),(140,15214,'qode_carousel-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/05/amca.png'),(141,15214,'_dp_original','15212'),(142,15216,'qode_carousel-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/05/bose.png'),(143,15216,'_dp_original','15214'),(144,15218,'qode_carousel-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/05/audio.png'),(145,15218,'_dp_original','15216'),(170,15815,'qode_carousel-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/05/amc.png'),(171,15815,'_dp_original','15207'),(172,15816,'qode_carousel-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/05/fitness.png'),(173,15816,'_dp_original','15210'),(174,15817,'qode_carousel-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/05/burgers.png'),(175,15817,'_dp_original','15212'),(176,15818,'qode_carousel-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/05/amca.png'),(177,15818,'_dp_original','15214'),(178,15819,'qode_carousel-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/05/bose.png'),(179,15819,'_dp_original','15216'),(180,15820,'qode_carousel-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/05/audio.png'),(181,15820,'_dp_original','15218'),(700,1452,'_wp_page_template','contact-page.php'),(701,1452,'_wpb_vc_js_status','true'),(702,1452,'_wpb_vc_js_interface_version','2'),(703,1452,'_qode-like','0'),(704,1452,'vc_teaser','a:2:{s:4:\"data\";s:171:\"[{\\\\\"name\\\\\":\\\\\"title\\\\\",\\\\\"link\\\\\":\\\\\"post\\\\\"},{\\\\\"name\\\\\":\\\\\"image\\\\\",\\\\\"image\\\\\":\\\\\"featured\\\\\",\\\\\"link\\\\\":\\\\\"none\\\\\"},{\\\\\"name\\\\\":\\\\\"text\\\\\",\\\\\"mode\\\\\":\\\\\"excerpt\\\\\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(705,1452,'qode_page_subtitle','Duis aute irure dolor'),(706,1452,'qode_show-page-title','yes'),(707,1452,'qode_show-sidebar','default'),(708,1452,'qode_enable_content_bottom_area','no'),(2482,15676,'_wp_page_template','full_width.php'),(2483,15676,'_wpb_vc_js_status','true'),(2484,15676,'_wpb_vc_js_interface_version','2'),(2485,15676,'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:\"\";}'),(2486,15676,'qode_revolution-slider','[qode_slider slider=\'home-slider-5\' auto_start=\'true\' animation_type=\'slide\' slide_animation=\'6000\' height=\'\' responsive_height=\'yes\' background_color=\'\' anchor=\'\']'),(2487,15676,'qode_show-page-title','yes'),(2488,15676,'qode_show-sidebar','default'),(2489,15676,'_post_restored_from','a:3:{s:20:\"restored_revision_id\";i:16758;s:16:\"restored_by_user\";i:1;s:13:\"restored_time\";i:1435327677;}'),(2490,15676,'qode_header_border_transparency_per_page','0.00'),(2491,15676,'_qode-like','0'),(2492,15676,'_dp_original','15234'),(2493,15676,'qode_enable_content_bottom_area','no'),(2494,15676,'qode_header_color_per_page','#000000'),(2495,15676,'qode_header_color_transparency_per_page','0.7'),(2496,15676,'qode_header-style','light'),(2502,15756,'_wp_page_template','full_width.php'),(2503,15756,'_wpb_vc_js_status','true'),(2504,15756,'_wpb_vc_js_interface_version','2'),(2505,15756,'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:\"\";}'),(2506,15756,'qode_show-sidebar','default'),(2507,15756,'_post_restored_from','a:3:{s:20:\"restored_revision_id\";i:15080;s:16:\"restored_by_user\";i:1;s:13:\"restored_time\";i:1398693599;}'),(2508,15756,'qode_header_border_transparency_per_page','0.00'),(2509,15756,'_qode-like','0'),(2510,15756,'qode_page-title-color','#ffffff'),(2511,15756,'qode_enable_breadcrumbs','no'),(2512,15756,'qode_title-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/05/title11.jpg'),(2513,15756,'qode_title-height','550'),(2514,15756,'_dp_original','15284'),(2515,15756,'qode_responsive-title-image','no'),(2516,15756,'qode_fixed-title-image','yes'),(2517,15756,'qode_page_title_position','center'),(2518,15756,'qode_page_title_font_size','large'),(2519,15756,'qode_page_subtitle','Absolutely Stunning Design & Functionality'),(2520,15756,'qode_page_subtitle_color','#ffffff'),(2521,15756,'qode_header_color_per_page','#000000'),(2522,15756,'qode_header_color_transparency_per_page','0.7'),(2523,15756,'qode_enable_content_bottom_area','no'),(2524,15756,'qode_header-style','light'),(2541,15876,'_wp_page_template','full_width.php'),(2542,15876,'_wpb_vc_js_status','true'),(2543,15876,'_wpb_vc_js_interface_version','2'),(2544,15876,'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:\"\";}'),(2545,15876,'qode_show-sidebar','default'),(2546,15876,'_post_restored_from','a:3:{s:20:\"restored_revision_id\";i:15080;s:16:\"restored_by_user\";i:1;s:13:\"restored_time\";i:1398693599;}'),(2547,15876,'qode_header_border_transparency_per_page','0.00'),(2548,15876,'_qode-like','0'),(2549,15876,'qode_enable_content_bottom_area','no'),(2552,15876,'_dp_original','15676'),(2553,15876,'qode_responsive-title-image','no'),(2554,15876,'qode_fixed-title-image','yes'),(2555,15876,'qode_title-image','http://thisisradical.com/absoluteplastics/wp-content/uploads/2014/05/market-title.png'),(2556,15876,'qode_title-height','450'),(2557,15876,'qode_page_title_position','center'),(2558,15876,'qode_page_title_font_size','large'),(2559,15876,'qode_page-title-color','#ffffff'),(2561,15876,'qode_page_subtitle_color','#ffffff'),(2562,15876,'qode_header-style','light'),(3035,7355,'qode_slide-video-webm','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/strata-slider-video-1.webm'),(3036,7355,'qode_slide-video-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2013/12/Business-movie-02.jpg'),(3037,7355,'qode_slide-background-type','video'),(3038,7355,'qode_slide-text','Here\'s what we\'re working on and thinking.'),(3039,7355,'qode_slide-content-alignment','left'),(3040,7355,'qode_slide-content-top','40'),(3041,7355,'qode_slide-content-width','70'),(3042,7355,'qode_slide-button-label','View More'),(3043,7355,'qode_slide-button-link','#'),(3044,7355,'qode_slide-button-label2','View More'),(3045,7355,'qode_slide-button-link2','#'),(3046,7355,'qode_slide-content-left','0.0'),(3047,7355,'qode_slide-video-mp4','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/strata-slider-video-1.mp4'),(3048,7355,'qode_slide-video-ogv','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/strata-slider-video-1.ogg'),(3049,7355,'qode_slide-video-overlay','yes'),(3050,7355,'qode_slide-video-overlay-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/pat20.png'),(3051,10095,'qode_slide-background-type','image'),(3052,10095,'qode_slide-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/blue-abstract-background.jpg'),(3053,10095,'qode_slide-thumbnail','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/apple-mac.png'),(3054,10095,'qode_slide-title-color','#ffffff'),(3055,10095,'qode_slide-text-color','#ffffff'),(3056,10095,'qode_slide-separate-text-graphic','yes'),(3057,10095,'qode_slide-graphic-alignment','right'),(3058,10095,'qode_slide-content-alignment','left'),(3059,10095,'qode_slide-graphic-width','50'),(3060,10095,'qode_slide-graphic-top','20'),(3061,10095,'qode_slide-graphic-right','1'),(3062,10095,'qode_slide-content-width','50'),(3063,10095,'qode_slide-content-top','50'),(3064,10095,'qode_slide-content-left','1'),(3065,10095,'qode_slide-button-label','See More'),(3066,10095,'qode_slide-button-label2','Purchase'),(3067,10095,'qode_slide-button-link','#'),(3068,10095,'qode_slide-button-link2','#'),(3069,10095,'qode_slide-text','Multi-Purpose Business WP Theme'),(3070,10135,'qode_slide-background-type','image'),(3071,10135,'qode_slide-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/city-render-background1.jpg'),(3072,10135,'qode_slide-title-color','#ffffff'),(3073,10135,'qode_slide-text-color','#ffffff'),(3074,10135,'qode_slide-separate-text-graphic','yes'),(3075,10135,'qode_slide-graphic-alignment','center'),(3076,10135,'qode_slide-content-alignment','center'),(3077,10135,'qode_slide-graphic-width','50'),(3078,10135,'qode_slide-graphic-top','20'),(3079,10135,'qode_slide-graphic-right','1'),(3080,10135,'qode_slide-content-width','99'),(3081,10135,'qode_slide-content-top','45'),(3082,10135,'qode_slide-content-left','1'),(3083,10135,'qode_slide-button-label','See More'),(3084,10135,'qode_slide-button-label2','Purchase'),(3085,10135,'qode_slide-button-link','#'),(3086,10135,'qode_slide-button-link2','#'),(3087,10135,'qode_slide-text','Business Friendly WP Theme'),(3088,10135,'_dp_original','10095'),(3089,10135,'qode_slide-thumbnail-animation','flip'),(3090,10382,'qode_slide-background-type','video'),(3091,10382,'qode_slide-video-webm','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/greyvideotitle3.webm'),(3092,10382,'qode_slide-video-overlay-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/white-pattern1.png'),(3093,10382,'qode_slide-content-top','33'),(3094,10382,'qode_slide-button-label','Learn More'),(3095,10382,'qode_slide-button-label2','Buy Now'),(3096,10382,'qode_slide-button-link','#'),(3097,10382,'qode_slide-button-link2','#'),(3098,10382,'qode_slide-title-color','#00adee'),(3099,10382,'qode_slide-text-color','#777'),(3100,10382,'qode_slide-text','Lorem ipsum dolor sit amet, feugiat delicata liberavisse id cum, no quo maiorum intellegebat, liber regione eu sit. Mea cu case ludus integre, vide viderer eleifend ex mea. His at soluta regione diceret, cum et atqui.'),(3101,10382,'qode_slide-content-width','45'),(3102,10382,'qode_slide-graphic-alignment','right'),(3103,10382,'qode_slide-content-alignment','left'),(3104,10382,'qode_slide-thumbnail','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/mac5.png'),(3105,10382,'qode_slide-graphic-width','55'),(3106,10382,'qode_slide-graphic-top','33'),(3107,10382,'qode_slide-hide-title-shadow','yes'),(3108,10382,'qode_slide-graphic-right','0.0'),(3109,10382,'qode_slide-content-left','0.0'),(3110,10382,'qode_slide-separate-text-graphic','yes'),(3111,10382,'qode_slide-hide-shadow','yes'),(3112,10382,'qode_slide-header-style','light'),(3113,10382,'qode_slide-title-font-size','39'),(3114,10382,'qode_slide-title-line-height','46'),(3115,10382,'qode_slide-video-overlay','yes'),(3116,10382,'_dp_original','10210'),(3117,10382,'qode_slide-thumbnail-animation','flip'),(3118,10382,'qode_slide-video-mp4','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/greyvideotitle31.mp4'),(3119,10382,'qode_slide-video-ogv','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/greyvideotitle3.ogg'),(3120,10382,'qode_slide-video-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/greyvideotitle3.jpg'),(3121,10145,'qode_slide-background-type','image'),(3122,10145,'qode_slide-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/city-render-background-3.jpg'),(3123,10145,'qode_slide-title-color','#ffffff'),(3124,10145,'qode_slide-text-color','#ffffff'),(3125,10145,'qode_slide-separate-text-graphic','yes'),(3126,10145,'qode_slide-graphic-alignment','center'),(3127,10145,'qode_slide-content-alignment','center'),(3128,10145,'qode_slide-graphic-width','50'),(3129,10145,'qode_slide-graphic-top','20'),(3130,10145,'qode_slide-graphic-right','1'),(3131,10145,'qode_slide-content-width','99'),(3132,10145,'qode_slide-content-top','45'),(3133,10145,'qode_slide-content-left','1'),(3134,10145,'qode_slide-button-label','See More'),(3135,10145,'qode_slide-button-label2','Purchase'),(3136,10145,'qode_slide-button-link','#'),(3137,10145,'qode_slide-button-link2','#'),(3138,10145,'qode_slide-text','Business Friendly WP Theme'),(3139,10145,'_dp_original','10135'),(3140,10145,'qode_slide-thumbnail-animation','flip'),(3141,10164,'qode_slide-background-type','image'),(3142,10164,'qode_slide-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/glass-building.jpg'),(3143,10164,'qode_slide-title-color','#ffffff'),(3144,10164,'qode_slide-text-color','#ffffff'),(3145,10164,'qode_slide-separate-text-graphic','yes'),(3146,10164,'qode_slide-graphic-alignment','center'),(3147,10164,'qode_slide-content-alignment','center'),(3148,10164,'qode_slide-graphic-width','50'),(3149,10164,'qode_slide-graphic-top','20'),(3150,10164,'qode_slide-graphic-right','1'),(3151,10164,'qode_slide-content-width','99'),(3152,10164,'qode_slide-content-top','45'),(3153,10164,'qode_slide-content-left','1'),(3154,10164,'qode_slide-button-label','See More'),(3155,10164,'qode_slide-button-label2','Purchase'),(3156,10164,'qode_slide-button-link','#'),(3157,10164,'qode_slide-button-link2','#'),(3158,10164,'qode_slide-text','Includes The Full Font Awesome Icon Set'),(3159,10164,'_dp_original','10162'),(3160,10164,'qode_slide-thumbnail-animation','flip'),(3161,10166,'qode_slide-background-type','image'),(3162,10166,'qode_slide-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/earth.jpg'),(3163,10166,'qode_slide-title-color','#ffffff'),(3164,10166,'qode_slide-text-color','#ffffff'),(3165,10166,'qode_slide-separate-text-graphic','yes'),(3166,10166,'qode_slide-graphic-alignment','center'),(3167,10166,'qode_slide-content-alignment','center'),(3168,10166,'qode_slide-graphic-width','99'),(3169,10166,'qode_slide-graphic-top','34'),(3170,10166,'qode_slide-content-width','99'),(3171,10166,'qode_slide-content-top','57'),(3172,10166,'qode_slide-content-left','1'),(3173,10166,'qode_slide-button-label','See More'),(3174,10166,'qode_slide-button-label2','Purchase'),(3175,10166,'qode_slide-button-link','#'),(3176,10166,'qode_slide-button-link2','#'),(3177,10166,'qode_slide-text','Includes The Full Font Awesome Icon Set'),(3178,10166,'_dp_original','10164'),(3179,10166,'qode_slide-thumbnail','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/font-awesome-icons.png'),(3180,10166,'qode_slide-graphic-left','1'),(3181,10168,'qode_slide-background-type','image'),(3182,10168,'qode_slide-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/business-way.jpg'),(3183,10168,'qode_slide-title-color','#ffffff'),(3184,10168,'qode_slide-text-color','#ffffff'),(3185,10168,'qode_slide-separate-text-graphic','yes'),(3186,10168,'qode_slide-graphic-alignment','center'),(3187,10168,'qode_slide-content-alignment','center'),(3188,10168,'qode_slide-graphic-width','50'),(3189,10168,'qode_slide-graphic-top','20'),(3190,10168,'qode_slide-graphic-right','1'),(3191,10168,'qode_slide-content-width','99'),(3192,10168,'qode_slide-content-top','45'),(3193,10168,'qode_slide-content-left','1'),(3194,10168,'qode_slide-button-label','See More'),(3195,10168,'qode_slide-button-label2','Purchase'),(3196,10168,'qode_slide-button-link','#'),(3197,10168,'qode_slide-button-link2','#'),(3198,10168,'qode_slide-text','Includes The Full Font Awesome Icon Set'),(3199,10168,'_dp_original','10166'),(3200,10168,'qode_slide-thumbnail-animation','flip'),(3201,10203,'qode_slide-background-type','image'),(3202,10203,'qode_slide-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/black.jpg'),(3203,10203,'qode_slide-title-color','#ffffff'),(3204,10203,'qode_slide-text-color','#ffffff'),(3205,10203,'qode_slide-separate-text-graphic','yes'),(3206,10203,'qode_slide-graphic-alignment','center'),(3207,10203,'qode_slide-content-alignment','center'),(3208,10203,'qode_slide-graphic-width','99'),(3209,10203,'qode_slide-graphic-top','34'),(3210,10203,'qode_slide-content-width','99'),(3211,10203,'qode_slide-content-top','50'),(3212,10203,'qode_slide-content-left','1'),(3213,10203,'qode_slide-button-label','See More'),(3214,10203,'qode_slide-button-label2','Purchase'),(3215,10203,'qode_slide-button-link','#'),(3216,10203,'qode_slide-button-link2','#'),(3217,10203,'qode_slide-text','The Amazing Fullscreen Parallax Qode Slider'),(3218,10203,'qode_slide-thumbnail','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/logo.png'),(3219,10203,'qode_slide-graphic-left','1'),(3220,10203,'_dp_original','10166'),(3221,10203,'qode_slide-thumbnail-animation','flip'),(3222,10345,'qode_slide-background-type','video'),(3223,10345,'qode_slide-video-webm','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/greyvideotitle3.webm'),(3224,10345,'qode_slide-video-overlay-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/px3.png'),(3225,10345,'qode_slide-content-top','45'),(3226,10345,'qode_slide-button-label','Learn More'),(3227,10345,'qode_slide-button-label2','Buy Now'),(3228,10345,'qode_slide-button-link','#'),(3229,10345,'qode_slide-button-link2','#'),(3230,10345,'qode_slide-title-color','#ffffff'),(3231,10345,'qode_slide-text-color','#ffffff'),(3232,10345,'qode_slide-text','Lorem ipsum dolor sit amet, feugiat delicata liberavisse id cum, no quo maiorum intellegebat, liber regione eu sit. Mea cu case ludus integre, vide viderer.'),(3233,10345,'qode_slide-content-width','60'),(3234,10345,'qode_slide-graphic-alignment','right'),(3235,10345,'qode_slide-content-alignment','left'),(3236,10345,'qode_slide-thumbnail','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/girl1.png'),(3237,10345,'qode_slide-graphic-width','40'),(3238,10345,'qode_slide-graphic-top','16'),(3239,10345,'qode_slide-hide-title-shadow','yes'),(3240,10345,'qode_slide-graphic-right','4'),(3241,10345,'qode_slide-content-left','0.0'),(3242,10345,'qode_slide-separate-text-graphic','yes'),(3243,10345,'qode_slide-hide-shadow','yes'),(3244,10345,'qode_slide-header-style','light'),(3245,10345,'qode_slide-title-font-size','39'),(3246,10345,'qode_slide-title-line-height','46'),(3247,10345,'qode_slide-video-overlay','yes'),(3248,10345,'_dp_original','10210'),(3249,10345,'qode_slide-thumbnail-animation','fade'),(3250,10412,'qode_slide-background-type','image'),(3251,10412,'qode_slide-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/cirtyu.jpg'),(3252,10412,'qode_slide-title-color','#ffffff'),(3253,10412,'qode_slide-text-color','#ffffff'),(3254,10412,'qode_slide-separate-text-graphic','yes'),(3255,10412,'qode_slide-graphic-alignment','center'),(3256,10412,'qode_slide-content-alignment','center'),(3257,10412,'qode_slide-graphic-width','99'),(3258,10412,'qode_slide-graphic-top','34'),(3259,10412,'qode_slide-content-width','99'),(3260,10412,'qode_slide-content-top','45'),(3261,10412,'qode_slide-content-left','1'),(3262,10412,'qode_slide-button-label','See More'),(3263,10412,'qode_slide-button-label2','Purchase'),(3264,10412,'qode_slide-button-link','#'),(3265,10412,'qode_slide-button-link2','#'),(3266,10412,'qode_slide-text','The Amazing Fullscreen Parallax Qode Slider'),(3267,10412,'qode_slide-graphic-left','1'),(3268,10412,'qode_slide-thumbnail-animation','flip'),(3269,10412,'_dp_original','10203'),(3270,10412,'qode_slide-title-font-size','60'),(3271,10417,'qode_slide-background-type','image'),(3272,10417,'qode_slide-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/wild.jpg'),(3273,10417,'qode_slide-title-color','#ffffff'),(3274,10417,'qode_slide-text-color','#ffffff'),(3275,10417,'qode_slide-separate-text-graphic','yes'),(3276,10417,'qode_slide-graphic-alignment','center'),(3277,10417,'qode_slide-content-alignment','center'),(3278,10417,'qode_slide-graphic-width','99'),(3279,10417,'qode_slide-graphic-top','34'),(3280,10417,'qode_slide-content-width','99'),(3281,10417,'qode_slide-content-top','45'),(3282,10417,'qode_slide-content-left','1'),(3283,10417,'qode_slide-button-label','See More'),(3284,10417,'qode_slide-button-label2','Purchase'),(3285,10417,'qode_slide-button-link','#'),(3286,10417,'qode_slide-button-link2','#'),(3287,10417,'qode_slide-text','The Amazing Fullscreen Parallax Qode Slider'),(3288,10417,'qode_slide-graphic-left','1'),(3289,10417,'qode_slide-thumbnail-animation','flip'),(3290,10417,'qode_slide-title-font-size','60'),(3291,10417,'_dp_original','10412'),(3292,10549,'qode_slide-background-type','image'),(3293,10549,'qode_slide-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/whiteslide081.jpg'),(3294,10549,'qode_slide-thumbnail','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/mac51.png'),(3295,10549,'qode_slide-thumbnail-animation','flip'),(3296,10549,'qode_slide-text','Lorem ipsum dolor sit amet, feugiat delicata liberavisse id cum, no quo maiorum intellegebat, liber regione eu sit. Mea cu case ludus integre intellegebat, liber regione eu sit.'),(3297,10549,'qode_slide-title-color','#ffffff'),(3298,10549,'qode_slide-text-color','#ffffff'),(3299,10549,'qode_slide-graphic-width','50'),(3300,10549,'qode_slide-graphic-top','35'),(3301,10549,'qode_slide-graphic-right','10'),(3302,10549,'qode_slide-content-width','50'),(3303,10549,'qode_slide-content-top','40'),(3304,10549,'qode_slide-content-left','0.0'),(3305,10549,'qode_slide-button-label','View More'),(3306,10549,'qode_slide-button-link','#'),(3307,10549,'qode_slide-separate-text-graphic','yes'),(3308,10549,'qode_slide-graphic-alignment','right'),(3309,10549,'qode_slide-content-alignment','left'),(3310,10566,'qode_slide-background-type','image'),(3311,10566,'qode_slide-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/whiteslide06.jpg'),(3312,10566,'qode_slide-thumbnail','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/mac31.png'),(3313,10566,'qode_slide-thumbnail-animation','flip'),(3314,10566,'qode_slide-text','Lorem ipsum dolor sit amet, feugiat delicata liberavisse id cum, no quo maiorum intellegebat, liber regione eu sit. Mea cu case ludus integre intellegebat, liber regione eu sit.'),(3315,10566,'qode_slide-title-color','#ffffff'),(3316,10566,'qode_slide-text-color','#ffffff'),(3317,10566,'qode_slide-graphic-width','40'),(3318,10566,'qode_slide-graphic-top','35'),(3319,10566,'qode_slide-graphic-right','0.0'),(3320,10566,'qode_slide-content-width','60'),(3321,10566,'qode_slide-content-top','40'),(3322,10566,'qode_slide-content-left','0.0'),(3323,10566,'qode_slide-button-label','View More'),(3324,10566,'qode_slide-button-link','#'),(3325,10566,'qode_slide-separate-text-graphic','yes'),(3326,10566,'qode_slide-hide-shadow','yes'),(3327,10566,'qode_slide-graphic-alignment','right'),(3328,10566,'qode_slide-content-alignment','left'),(3329,10566,'_dp_original','10549'),(3330,11959,'qode_slide-background-type','image'),(3331,11959,'qode_slide-video-webm','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/greyvideotitle3.webm'),(3332,11959,'qode_slide-video-overlay-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/white-pattern1.png'),(3333,11959,'qode_slide-content-top','33'),(3334,11959,'qode_slide-button-label','Learn More'),(3335,11959,'qode_slide-button-label2','Buy Now'),(3336,11959,'qode_slide-button-link','#'),(3337,11959,'qode_slide-button-link2','#'),(3338,11959,'qode_slide-title-color','#00adee'),(3339,11959,'qode_slide-text-color','#777'),(3340,11959,'qode_slide-text','Lorem ipsum dolor sit amet, feugiat delicata liberavisse id cum, no quo maiorum intellegebat, liber regione eu sit. Mea cu case ludus integre, vide viderer eleifend ex mea. His at soluta regione diceret, cum et atqui.'),(3341,11959,'qode_slide-content-width','45'),(3342,11959,'qode_slide-graphic-alignment','right'),(3343,11959,'qode_slide-content-alignment','left'),(3344,11959,'qode_slide-thumbnail','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/mac5.png'),(3345,11959,'qode_slide-graphic-width','55'),(3346,11959,'qode_slide-graphic-top','33'),(3347,11959,'qode_slide-hide-title-shadow','yes'),(3348,11959,'qode_slide-graphic-right','0.0'),(3349,11959,'qode_slide-content-left','0.0'),(3350,11959,'qode_slide-separate-text-graphic','yes'),(3351,11959,'qode_slide-hide-shadow','yes'),(3352,11959,'qode_slide-header-style','light'),(3353,11959,'qode_slide-title-font-size','39'),(3354,11959,'qode_slide-title-line-height','46'),(3355,11959,'qode_slide-video-overlay','yes'),(3356,11959,'qode_slide-thumbnail-animation','flip'),(3357,11959,'qode_slide-video-mp4','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/greyvideotitle31.mp4'),(3358,11959,'qode_slide-video-ogv','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/greyvideotitle3.ogg'),(3359,11959,'qode_slide-video-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/greyvideotitle3.jpg'),(3360,11959,'_dp_original','10382'),(3361,11959,'qode_slide-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/b1.jpg'),(3362,12254,'qode_slide-video-webm','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/walking.webm'),(3363,12254,'qode_slide-video-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2013/12/Business-movie-02.jpg'),(3364,12254,'qode_slide-background-type','video'),(3365,12254,'qode_slide-text','Here\'s what we\'re working on and thinking.'),(3366,12254,'qode_slide-content-alignment','left'),(3367,12254,'qode_slide-content-top','40'),(3368,12254,'qode_slide-content-width','70'),(3369,12254,'qode_slide-button-label','View More'),(3370,12254,'qode_slide-button-link','#'),(3371,12254,'qode_slide-button-label2','View More'),(3372,12254,'qode_slide-button-link2','#'),(3373,12254,'qode_slide-content-left','0.0'),(3374,12254,'qode_slide-video-overlay','yes'),(3375,12254,'qode_slide-video-overlay-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/pat20.png'),(3376,12254,'_dp_original','7355'),(3377,12254,'qode_slide-thumbnail-animation','flip'),(3378,12270,'qode_slide-background-type','image'),(3379,12270,'qode_slide-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/03/test2.jpg'),(3380,12270,'qode_slide-thumbnail-animation','flip'),(3381,12270,'qode_slide-text','Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.'),(3382,12270,'qode_slide-title-color','#fffefe'),(3383,12270,'qode_slide-title-font-size','56'),(3384,12270,'qode_slide-title-line-height','60'),(3385,12270,'qode_slide-graphic-alignment','center'),(3386,12270,'qode_slide-content-alignment','center'),(3387,12270,'qode_slide-content-width','98'),(3388,12270,'qode_slide-content-top','45'),(3389,12270,'qode_slide-button-label','SEE MORE'),(3390,12270,'qode_slide-button-label2','SEE MORE'),(3391,12270,'qode_slide-button-link','#'),(3392,12270,'qode_slide-button-link2','#'),(3393,12270,'qode_slide-content-left','1'),(3394,12270,'qode_slide-hide-shadow','yes'),(3395,12980,'qode_slide-background-type','image'),(3396,12980,'qode_slide-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/02/01.jpg'),(3397,12980,'qode_slide-thumbnail-animation','flip'),(3398,12980,'qode_slide-text','Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.'),(3399,12980,'qode_slide-title-color','#fffefe'),(3400,12980,'qode_slide-title-font-size','56'),(3401,12980,'qode_slide-title-line-height','60'),(3402,12980,'qode_slide-graphic-alignment','center'),(3403,12980,'qode_slide-content-alignment','center'),(3404,12980,'qode_slide-content-width','98'),(3405,12980,'qode_slide-content-top','45'),(3406,12980,'qode_slide-button-label','SEE MORE'),(3407,12980,'qode_slide-button-label2','SEE MORE'),(3408,12980,'qode_slide-button-link','#'),(3409,12980,'qode_slide-button-link2','#'),(3410,12980,'qode_slide-content-left','1'),(3411,12980,'qode_slide-hide-shadow','yes'),(3412,12980,'_dp_original','12270'),(3413,12983,'qode_slide-background-type','image'),(3414,12983,'qode_slide-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/03/test1.jpg'),(3415,12983,'qode_slide-thumbnail-animation','flip'),(3416,12983,'qode_slide-text','Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.'),(3417,12983,'qode_slide-title-color','#fffefe'),(3418,12983,'qode_slide-title-font-size','56'),(3419,12983,'qode_slide-title-line-height','60'),(3420,12983,'qode_slide-graphic-alignment','center'),(3421,12983,'qode_slide-content-alignment','center'),(3422,12983,'qode_slide-content-width','98'),(3423,12983,'qode_slide-content-top','45'),(3424,12983,'qode_slide-button-label','SEE MORE'),(3425,12983,'qode_slide-button-label2','SEE MORE'),(3426,12983,'qode_slide-button-link','#'),(3427,12983,'qode_slide-button-link2','#'),(3428,12983,'qode_slide-content-left','1'),(3429,12983,'qode_slide-hide-shadow','yes'),(3430,12983,'_dp_original','12980'),(3431,13153,'qode_slide-background-type','image'),(3432,13153,'qode_slide-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/03/slide01-700px.jpg'),(3433,13153,'qode_slide-thumbnail-animation','flip'),(3434,13153,'qode_slide-text','Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.'),(3435,13153,'qode_slide-title-font-size','56'),(3436,13153,'qode_slide-title-line-height','60'),(3437,13153,'qode_slide-graphic-alignment','center'),(3438,13153,'qode_slide-content-alignment','center'),(3439,13153,'qode_slide-content-width','98'),(3440,13153,'qode_slide-content-top','38'),(3441,13153,'qode_slide-button-label2','SEE MORE'),(3442,13153,'qode_slide-button-link2','#'),(3443,13153,'qode_slide-content-left','1'),(3444,13153,'qode_slide-hide-shadow','yes'),(3445,13153,'_dp_original','12983'),(3446,13153,'qode_slide-text-field-type','text'),(3447,13153,'qode_slide-header-style','dark'),(3448,13153,'_qode-like','0'),(3449,13153,'qode_slide-text-color','#000000'),(3450,13167,'qode_slide-background-type','image'),(3451,13167,'qode_slide-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/03/slide02-700px.jpg'),(3452,13167,'qode_slide-thumbnail-animation','flip'),(3453,13167,'qode_slide-text','Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.'),(3454,13167,'qode_slide-title-color','#fffefe'),(3455,13167,'qode_slide-title-font-size','56'),(3456,13167,'qode_slide-title-line-height','60'),(3457,13167,'qode_slide-graphic-alignment','center'),(3458,13167,'qode_slide-content-alignment','center'),(3459,13167,'qode_slide-content-width','98'),(3460,13167,'qode_slide-content-top','38'),(3461,13167,'qode_slide-button-label2','SEE MORE'),(3462,13167,'qode_slide-button-link2','#'),(3463,13167,'qode_slide-content-left','1'),(3464,13167,'qode_slide-hide-shadow','yes'),(3465,13167,'_dp_original','13153'),(3466,13167,'qode_slide-text-field-type','text'),(3467,13167,'qode_slide-header-style','light'),(3468,13200,'qode_slide-background-type','image'),(3469,13200,'qode_slide-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/03/slide03-700px.jpg'),(3470,13200,'qode_slide-thumbnail-animation','flip'),(3471,13200,'qode_slide-text','Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.'),(3472,13200,'qode_slide-title-color','#fffefe'),(3473,13200,'qode_slide-title-font-size','56'),(3474,13200,'qode_slide-title-line-height','60'),(3475,13200,'qode_slide-graphic-alignment','center'),(3476,13200,'qode_slide-content-alignment','center'),(3477,13200,'qode_slide-content-width','98'),(3478,13200,'qode_slide-content-top','38'),(3479,13200,'qode_slide-button-label2','SEE MORE'),(3480,13200,'qode_slide-button-link2','#'),(3481,13200,'qode_slide-content-left','1'),(3482,13200,'qode_slide-hide-shadow','yes'),(3483,13200,'_dp_original','13167'),(3484,13200,'qode_slide-text-field-type','text'),(3485,13200,'qode_slide-header-style','light'),(3486,13202,'qode_slide-background-type','image'),(3487,13202,'qode_slide-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/03/slide04-700px.jpg'),(3488,13202,'qode_slide-thumbnail-animation','flip'),(3489,13202,'qode_slide-text','Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.'),(3490,13202,'qode_slide-title-color','#fffefe'),(3491,13202,'qode_slide-title-font-size','56'),(3492,13202,'qode_slide-title-line-height','60'),(3493,13202,'qode_slide-graphic-alignment','center'),(3494,13202,'qode_slide-content-alignment','center'),(3495,13202,'qode_slide-content-width','98'),(3496,13202,'qode_slide-content-top','38'),(3497,13202,'qode_slide-button-label2','SEE MORE'),(3498,13202,'qode_slide-button-link2','#'),(3499,13202,'qode_slide-content-left','1'),(3500,13202,'qode_slide-hide-shadow','yes'),(3501,13202,'_dp_original','13200'),(3502,13202,'qode_slide-text-field-type','text'),(3503,13202,'qode_slide-header-style','light'),(3504,14137,'qode_slide-background-type','image'),(3505,14137,'qode_slide-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/03/full01.jpg'),(3506,14137,'qode_slide-thumbnail-animation','flip'),(3507,14137,'qode_slide-text','Far far away, behind the word mountains, far from the countries Vokalia and Consonantia,<br/> there live the blind texts.'),(3508,14137,'qode_slide-title-font-size','56'),(3509,14137,'qode_slide-title-line-height','60'),(3510,14137,'qode_slide-graphic-alignment','center'),(3511,14137,'qode_slide-content-alignment','center'),(3512,14137,'qode_slide-content-width','98'),(3513,14137,'qode_slide-content-top','40'),(3514,14137,'qode_slide-button-label','SEE MORE'),(3515,14137,'qode_slide-button-label2','SEE MORE'),(3516,14137,'qode_slide-button-link','#'),(3517,14137,'qode_slide-button-link2','#'),(3518,14137,'qode_slide-content-left','1'),(3519,14137,'qode_slide-hide-shadow','yes'),(3520,14137,'_dp_original','13159'),(3521,14137,'qode_slide-header-style','dark'),(3522,14137,'qode_slide-text-color','#000000'),(3523,14137,'qode_slide-text-field-type','text'),(3524,544,'qode_testimonial-author','Martin Chen'),(3525,544,'qode_testimonial-text','Lorem ipsum dolor sit amet, feugiat delicata liberavisse id cum, no quo maiorum intellegebat, liber regione eu sit. Mea cu case ludus integre, vide viderer eleifend ex mea.'),(3526,544,'_dp_original','542'),(3527,544,'qode_testimonial-company_position','CEO'),(3528,544,'qode_testimonial_website','www.yourwebsite.zt'),(3529,545,'qode_testimonial-author','John Doe'),(3530,545,'qode_testimonial-text','Lorem ipsum dolor sit amet, feugiat delicata liberavisse id cum, no quo maiorum intellegebat, liber regione eu sit. Mea cu case ludus integre, vide viderer eleifend ex mea. '),(3531,545,'_dp_original','544'),(3532,545,'qode_testimonial-company_position','Marketing Manager'),(3533,545,'qode_testimonial_website','www.yourwebsite.zt'),(3534,7452,'qode_testimonial-author','Alan Snow - Vision Corp.'),(3535,7452,'qode_testimonial-text','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.'),(3536,7452,'_dp_original','544'),(3537,7482,'qode_testimonial-author','Rick Hammer - Globe Corp.'),(3538,7482,'qode_testimonial-text','Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram.'),(3539,7482,'_dp_original','7452'),(3540,7483,'qode_testimonial-author','Alan Snow - Vision Corp.'),(3541,7483,'qode_testimonial-text','Lorem ipsum dolor sit amet, feugiat delicata liberavisse id cum, no quo maiorum intellegebat, liber regione eu sit. Mea cu case ludus integre, vide viderer eleifend ex mea. \nHis ay diceret, cum et atqui placerat.'),(3542,7483,'_dp_original','7482'),(3543,8670,'qode_testimonial-author','Peter Smith'),(3544,8670,'qode_testimonial-text','Lorem ipsum dolor sit amet, feugiat delicata liberavisse id cum, no quo maiorum intellegebat, liber regione eu sit. Mea cu case ludus integre, vide viderer eleifend ex mea. \nHis ay diceret, cum et atqui placerat petentium loremipsi ipsum. '),(3545,8670,'qode_testimonial-company_position','General Manager'),(3546,8670,'qode_testimonial_website','www.yourwebsite.zt'),(3547,8670,'_dp_original','545'),(3548,14141,'qode_slide-background-type','image'),(3549,14141,'qode_slide-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/03/slide02.jpg'),(3550,14141,'qode_slide-thumbnail-animation','flip'),(3551,14141,'qode_slide-text','Far far away, behind the word mountains, far from the countries Vokalia and Consonantia,<br/> there live the blind texts.'),(3552,14141,'qode_slide-title-color','#fffefe'),(3553,14141,'qode_slide-title-font-size','56'),(3554,14141,'qode_slide-title-line-height','60'),(3555,14141,'qode_slide-graphic-alignment','center'),(3556,14141,'qode_slide-content-alignment','center'),(3557,14141,'qode_slide-content-width','98'),(3558,14141,'qode_slide-content-top','40'),(3559,14141,'qode_slide-button-label','SEE MORE'),(3560,14141,'qode_slide-button-label2','SEE MORE'),(3561,14141,'qode_slide-button-link','#'),(3562,14141,'qode_slide-button-link2','#'),(3563,14141,'qode_slide-content-left','1'),(3564,14141,'qode_slide-hide-shadow','yes'),(3565,14141,'_dp_original','13159'),(3566,14141,'qode_slide-header-style','light'),(3567,14143,'qode_slide-background-type','image'),(3568,14143,'qode_slide-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/03/full03.jpg'),(3569,14143,'qode_slide-thumbnail-animation','flip'),(3570,14143,'qode_slide-text','Far far away, behind the word mountains, far from the countries Vokalia and Consonantia,<br/> there live the blind texts.'),(3571,14143,'qode_slide-title-color','#fffefe'),(3572,14143,'qode_slide-title-font-size','56'),(3573,14143,'qode_slide-title-line-height','60'),(3574,14143,'qode_slide-graphic-alignment','center'),(3575,14143,'qode_slide-content-alignment','center'),(3576,14143,'qode_slide-content-width','98'),(3577,14143,'qode_slide-content-top','40'),(3578,14143,'qode_slide-button-label','SEE MORE'),(3579,14143,'qode_slide-button-label2','SEE MORE'),(3580,14143,'qode_slide-button-link','#'),(3581,14143,'qode_slide-button-link2','#'),(3582,14143,'qode_slide-content-left','1'),(3583,14143,'qode_slide-hide-shadow','yes'),(3584,14143,'_dp_original','14141'),(3585,14143,'qode_slide-text-field-type','text'),(3586,14143,'qode_slide-header-style','light'),(3587,14514,'qode_slide-background-type','video'),(3588,14514,'qode_slide-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/03/Slajd-veci.jpg'),(3589,14514,'qode_slide-thumbnail-animation','flip'),(3590,14514,'qode_slide-text','Far far away, behind the word mountains, far from the countries Vokalia and Consonantia,<br/> there live the blind texts.'),(3591,14514,'qode_slide-title-color','#fffefe'),(3592,14514,'qode_slide-title-font-size','56'),(3593,14514,'qode_slide-title-line-height','60'),(3594,14514,'qode_slide-graphic-alignment','center'),(3595,14514,'qode_slide-content-alignment','center'),(3596,14514,'qode_slide-content-width','98'),(3597,14514,'qode_slide-content-top','40'),(3598,14514,'qode_slide-button-label','SEE MORE'),(3599,14514,'qode_slide-button-label2','SEE MORE'),(3600,14514,'qode_slide-button-link','#'),(3601,14514,'qode_slide-button-link2','#'),(3602,14514,'qode_slide-content-left','1'),(3603,14514,'qode_slide-hide-shadow','yes'),(3604,14514,'_dp_original','14145'),(3605,14514,'qode_slide-video-webm','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/03/Bridge-Slide-Video.webm'),(3606,14514,'qode_slide-video-mp4','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/03/Bridge-Slide-Video.mp4'),(3607,14514,'qode_slide-video-ogv','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/03/Bridge-Slide-Video.ogv'),(3608,14514,'qode_slide-video-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/03/preview.jpg'),(3609,14514,'qode_slide-video-overlay','yes'),(3610,14514,'qode_slide-video-overlay-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/03/pixel.png'),(3611,14514,'qode_slide-header-style','light'),(3612,14594,'qode_slide-background-type','video'),(3613,14594,'qode_slide-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/03/Slajd-veci.jpg'),(3614,14594,'qode_slide-thumbnail-animation','flip'),(3615,14594,'qode_slide-text','Far far away, behind the word mountains, far from the countries Vokalia and Consonantia,<br/> there live the blind texts.'),(3616,14594,'qode_slide-title-color','#fffefe'),(3617,14594,'qode_slide-title-font-size','56'),(3618,14594,'qode_slide-title-line-height','60'),(3619,14594,'qode_slide-graphic-alignment','center'),(3620,14594,'qode_slide-content-alignment','center'),(3621,14594,'qode_slide-content-width','98'),(3622,14594,'qode_slide-content-top','40'),(3623,14594,'qode_slide-button-label','SEE MORE'),(3624,14594,'qode_slide-button-label2','SEE MORE'),(3625,14594,'qode_slide-button-link','#'),(3626,14594,'qode_slide-button-link2','#'),(3627,14594,'qode_slide-content-left','1'),(3628,14594,'qode_slide-hide-shadow','yes'),(3629,14594,'qode_slide-video-webm','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/03/Bridge-Slide-Video.webm'),(3630,14594,'qode_slide-video-mp4','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/03/Bridge-Slide-Video.mp4'),(3631,14594,'qode_slide-video-ogv','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/03/Bridge-Slide-Video.ogv'),(3632,14594,'qode_slide-video-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/03/preview.jpg'),(3633,14594,'qode_slide-video-overlay','yes'),(3634,14594,'qode_slide-video-overlay-image','http://demo.qodeinteractive.com/bridge4/wp-content/uploads/2014/03/pixel.png'),(3635,14594,'qode_slide-header-style','light'),(3636,14594,'_dp_original','14514'),(3637,14835,'qode_slide-background-type','image'),(3639,14835,'qode_slide-thumbnail-animation','flip'),(3640,14835,'qode_slide-text','Far far away, behind the word mountains, far from the countries Vokalia and Consonantia,<br/> there live the blind texts.'),(3641,14835,'qode_slide-title-color','#fffefe'),(3642,14835,'qode_slide-title-font-size','56'),(3643,14835,'qode_slide-title-line-height','60'),(3644,14835,'qode_slide-graphic-alignment','center'),(3645,14835,'qode_slide-content-alignment','center'),(3646,14835,'qode_slide-content-top','40'),(3647,14835,'qode_slide-button-label2','SEE MORE'),(3648,14835,'qode_slide-button-link2','#'),(3649,14835,'qode_slide-content-left','1'),(3650,14835,'qode_slide-hide-shadow','yes'),(3651,14835,'qode_slide-text-field-type','text'),(3652,14835,'qode_slide-header-style','light'),(3653,14835,'_dp_original','14143'),(3654,14835,'qode_slide-content-width','98'),(3673,15750,'qode_slide-image','http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/ABSOLUTEbanner54.png'),(3674,15750,'qode_slide-thumbnail-animation','flip'),(3675,15750,'qode_slide-text','SERVING TODAY ... PRESERVING TOMORROW '),(3676,15750,'qode_slide-title-color','#ffffff'),(3677,15750,'qode_slide-title-font-size','83'),(3678,15750,'qode_slide-title-font-weight','700'),(3679,15750,'qode_slide-text-color','#ffffff'),(3680,15750,'qode_slide-text-font-size','40'),(3681,15750,'qode_slide-text-font-weight','400'),(3682,15750,'qode_slide-content-alignment','center'),(3683,15750,'qode_slide-content-width','100'),(3684,15750,'qode_slide-content-top','36'),(3685,15750,'qode_slide-hide-shadow','yes'),(3686,15750,'qode_slide-content-left','0'),(3687,15750,'qode_slide-title-font-family','Open+Sans'),(3688,15750,'qode_slide-text-font-family','Open+Sans'),(3689,15750,'qode_slide-button-label','FIND OUT MORE'),(3690,15750,'qode_slide-button-link','#'),(3691,15750,'_dp_original','15700'),(3692,15752,'qode_slide-image','http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/ABSOLUTEbanner6_b6.png'),(3693,15752,'qode_slide-thumbnail-animation','flip'),(3695,15752,'qode_slide-title-color','#000000'),(3696,15752,'qode_slide-title-font-size','80'),(3704,15752,'qode_slide-hide-shadow','yes'),(3706,15752,'qode_slide-title-font-family','Open+Sans'),(3710,15752,'_dp_original','15750'),(5929,16177,'_menu_item_type','post_type'),(5930,16177,'_menu_item_menu_item_parent','0'),(5931,16177,'_menu_item_object_id','15876'),(5932,16177,'_menu_item_object','page'),(5933,16177,'_menu_item_target',''),(5934,16177,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5935,16177,'_menu_item_xfn',''),(5936,16177,'_menu_item_url',''),(5967,8251,'qode_carousel-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/techstart1.png'),(5968,8251,'qode_carousel-item-link','#'),(5969,8251,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/techstart2.png'),(5970,8254,'qode_carousel-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/Infinity1.png'),(5971,8254,'qode_carousel-item-link','#'),(5972,8254,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/Infinity2.png'),(5973,8256,'qode_carousel-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/audiopro1.png'),(5974,8256,'qode_carousel-item-link','#'),(5975,8256,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/audiopro2.png'),(5976,8258,'qode_carousel-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/rko1.png'),(5977,8258,'qode_carousel-item-link','#'),(5978,8258,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/rko2.png'),(5979,8260,'qode_carousel-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/Sport1.png'),(5980,8260,'qode_carousel-item-link','#'),(5981,8260,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/Sport2.png'),(5982,8262,'qode_carousel-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/stongwaves1.png'),(5983,8262,'qode_carousel-item-link','#'),(5984,8262,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/stongwaves2.png'),(5985,8264,'qode_carousel-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/Swan1.png'),(5986,8264,'qode_carousel-item-link','#'),(5987,8264,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/Swan2.png'),(5988,8266,'qode_carousel-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/swanzser1.png'),(5989,8266,'qode_carousel-item-link','#'),(5990,8266,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/swanzser2.png'),(5991,8783,'qode_carousel-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/techstartmini2.png'),(5992,8783,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/techstartmini1.png'),(5993,8785,'qode_carousel-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/Infinitymini2.png'),(5994,8785,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/Infinitymini1.png'),(5995,8787,'qode_carousel-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/audiopromini2.png'),(5996,8787,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/audiopromini1.png'),(5997,8789,'qode_carousel-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/rkomini2.png'),(5998,8789,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/rkomini1.png'),(5999,8791,'qode_carousel-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/Sportmini2.png'),(6000,8791,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/Sportmini1.png'),(6001,8793,'qode_carousel-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/stongwavesmini2.png'),(6002,8793,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/stongwavesmini1.png'),(6003,8795,'qode_carousel-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/Swanmini2.png'),(6004,8795,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/Swanmini1.png'),(6005,8797,'qode_carousel-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/swanzsermini2.png'),(6006,8797,'qode_carousel-hover-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/swanzsermini1.png'),(6007,16184,'qode_carousel-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/04/11.png'),(6008,16184,'_dp_original','8797'),(6009,15210,'qode_carousel-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/04/21.png'),(6010,15210,'_dp_original','15207'),(6011,15212,'qode_carousel-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/04/31.png'),(6012,15212,'_dp_original','15210'),(6013,15214,'qode_carousel-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/04/41.png'),(6014,15214,'_dp_original','15212'),(6015,15216,'qode_carousel-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/04/5.png'),(6016,15216,'_dp_original','15214'),(6017,16185,'qode_carousel-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/04/6.png'),(6018,16185,'_dp_original','15216'),(6645,1452,'_wp_page_template','contact-page.php'),(6646,1452,'_wpb_vc_js_status','true'),(6647,1452,'_wpb_vc_js_interface_version','2'),(6648,1452,'_qode-like','0'),(6649,1452,'vc_teaser','a:2:{s:4:\"data\";s:171:\"[{\\\\\"name\\\\\":\\\\\"title\\\\\",\\\\\"link\\\\\":\\\\\"post\\\\\"},{\\\\\"name\\\\\":\\\\\"image\\\\\",\\\\\"image\\\\\":\\\\\"featured\\\\\",\\\\\"link\\\\\":\\\\\"none\\\\\"},{\\\\\"name\\\\\":\\\\\"text\\\\\",\\\\\"mode\\\\\":\\\\\"excerpt\\\\\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(6650,1452,'qode_page_subtitle','Duis aute irure dolor'),(6651,1452,'qode_show-page-title','yes'),(6652,1452,'qode_show-sidebar','default'),(6653,1452,'qode_enable_content_bottom_area','no'),(8873,7355,'qode_slide-video-webm','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/strata-slider-video-1.webm'),(8874,7355,'qode_slide-video-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2013/12/Business-movie-02.jpg'),(8875,7355,'qode_slide-background-type','video'),(8876,7355,'qode_slide-text','Here\'s what we\'re working on and thinking.'),(8877,7355,'qode_slide-content-alignment','left'),(8878,7355,'qode_slide-content-top','40'),(8879,7355,'qode_slide-content-width','70'),(8880,7355,'qode_slide-button-label','View More'),(8881,7355,'qode_slide-button-link','#'),(8882,7355,'qode_slide-button-label2','View More'),(8883,7355,'qode_slide-button-link2','#'),(8884,7355,'qode_slide-content-left','0.0'),(8885,7355,'qode_slide-video-mp4','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/strata-slider-video-1.mp4'),(8886,7355,'qode_slide-video-ogv','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/strata-slider-video-1.ogg'),(8887,7355,'qode_slide-video-overlay','yes'),(8888,7355,'qode_slide-video-overlay-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/pat20.png'),(8889,10095,'qode_slide-background-type','image'),(8890,10095,'qode_slide-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/blue-abstract-background.jpg'),(8891,10095,'qode_slide-thumbnail','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/apple-mac.png'),(8892,10095,'qode_slide-title-color','#ffffff'),(8893,10095,'qode_slide-text-color','#ffffff'),(8894,10095,'qode_slide-separate-text-graphic','yes'),(8895,10095,'qode_slide-graphic-alignment','right'),(8896,10095,'qode_slide-content-alignment','left'),(8897,10095,'qode_slide-graphic-width','50'),(8898,10095,'qode_slide-graphic-top','20'),(8899,10095,'qode_slide-graphic-right','1'),(8900,10095,'qode_slide-content-width','50'),(8901,10095,'qode_slide-content-top','50'),(8902,10095,'qode_slide-content-left','1'),(8903,10095,'qode_slide-button-label','See More'),(8904,10095,'qode_slide-button-label2','Purchase'),(8905,10095,'qode_slide-button-link','#'),(8906,10095,'qode_slide-button-link2','#'),(8907,10095,'qode_slide-text','Multi-Purpose Business WP Theme'),(8908,10135,'qode_slide-background-type','image'),(8909,10135,'qode_slide-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/city-render-background1.jpg'),(8910,10135,'qode_slide-title-color','#ffffff'),(8911,10135,'qode_slide-text-color','#ffffff'),(8912,10135,'qode_slide-separate-text-graphic','yes'),(8913,10135,'qode_slide-graphic-alignment','center'),(8914,10135,'qode_slide-content-alignment','center'),(8915,10135,'qode_slide-graphic-width','50'),(8916,10135,'qode_slide-graphic-top','20'),(8917,10135,'qode_slide-graphic-right','1'),(8918,10135,'qode_slide-content-width','99'),(8919,10135,'qode_slide-content-top','45'),(8920,10135,'qode_slide-content-left','1'),(8921,10135,'qode_slide-button-label','See More'),(8922,10135,'qode_slide-button-label2','Purchase'),(8923,10135,'qode_slide-button-link','#'),(8924,10135,'qode_slide-button-link2','#'),(8925,10135,'qode_slide-text','Business Friendly WP Theme'),(8926,10135,'_dp_original','10095'),(8927,10135,'qode_slide-thumbnail-animation','flip'),(8928,10145,'qode_slide-background-type','image'),(8929,10145,'qode_slide-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/city-render-background-3.jpg'),(8930,10145,'qode_slide-title-color','#ffffff'),(8931,10145,'qode_slide-text-color','#ffffff'),(8932,10145,'qode_slide-separate-text-graphic','yes'),(8933,10145,'qode_slide-graphic-alignment','center'),(8934,10145,'qode_slide-content-alignment','center'),(8935,10145,'qode_slide-graphic-width','50'),(8936,10145,'qode_slide-graphic-top','20'),(8937,10145,'qode_slide-graphic-right','1'),(8938,10145,'qode_slide-content-width','99'),(8939,10145,'qode_slide-content-top','45'),(8940,10145,'qode_slide-content-left','1'),(8941,10145,'qode_slide-button-label','See More'),(8942,10145,'qode_slide-button-label2','Purchase'),(8943,10145,'qode_slide-button-link','#'),(8944,10145,'qode_slide-button-link2','#'),(8945,10145,'qode_slide-text','Business Friendly WP Theme'),(8946,10145,'_dp_original','10135'),(8947,10145,'qode_slide-thumbnail-animation','flip'),(8948,10164,'qode_slide-background-type','image'),(8949,10164,'qode_slide-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/glass-building.jpg'),(8950,10164,'qode_slide-title-color','#ffffff'),(8951,10164,'qode_slide-text-color','#ffffff'),(8952,10164,'qode_slide-separate-text-graphic','yes'),(8953,10164,'qode_slide-graphic-alignment','center'),(8954,10164,'qode_slide-content-alignment','center'),(8955,10164,'qode_slide-graphic-width','50'),(8956,10164,'qode_slide-graphic-top','20'),(8957,10164,'qode_slide-graphic-right','1'),(8958,10164,'qode_slide-content-width','99'),(8959,10164,'qode_slide-content-top','45'),(8960,10164,'qode_slide-content-left','1'),(8961,10164,'qode_slide-button-label','See More'),(8962,10164,'qode_slide-button-label2','Purchase'),(8963,10164,'qode_slide-button-link','#'),(8964,10164,'qode_slide-button-link2','#'),(8965,10164,'qode_slide-text','Includes The Full Font Awesome Icon Set'),(8966,10164,'_dp_original','10162'),(8967,10164,'qode_slide-thumbnail-animation','flip'),(8968,10166,'qode_slide-background-type','image'),(8969,10166,'qode_slide-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/earth.jpg'),(8970,10166,'qode_slide-title-color','#ffffff'),(8971,10166,'qode_slide-text-color','#ffffff'),(8972,10166,'qode_slide-separate-text-graphic','yes'),(8973,10166,'qode_slide-graphic-alignment','center'),(8974,10166,'qode_slide-content-alignment','center'),(8975,10166,'qode_slide-graphic-width','99'),(8976,10166,'qode_slide-graphic-top','34'),(8977,10166,'qode_slide-content-width','99'),(8978,10166,'qode_slide-content-top','57'),(8979,10166,'qode_slide-content-left','1'),(8980,10166,'qode_slide-button-label','See More'),(8981,10166,'qode_slide-button-label2','Purchase'),(8982,10166,'qode_slide-button-link','#'),(8983,10166,'qode_slide-button-link2','#'),(8984,10166,'qode_slide-text','Includes The Full Font Awesome Icon Set'),(8985,10166,'_dp_original','10164'),(8986,10166,'qode_slide-thumbnail','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/font-awesome-icons.png'),(8987,10166,'qode_slide-graphic-left','1'),(8988,10168,'qode_slide-background-type','image'),(8989,10168,'qode_slide-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/business-way.jpg'),(8990,10168,'qode_slide-title-color','#ffffff'),(8991,10168,'qode_slide-text-color','#ffffff'),(8992,10168,'qode_slide-separate-text-graphic','yes'),(8993,10168,'qode_slide-graphic-alignment','center'),(8994,10168,'qode_slide-content-alignment','center'),(8995,10168,'qode_slide-graphic-width','50'),(8996,10168,'qode_slide-graphic-top','20'),(8997,10168,'qode_slide-graphic-right','1'),(8998,10168,'qode_slide-content-width','99'),(8999,10168,'qode_slide-content-top','45'),(9000,10168,'qode_slide-content-left','1'),(9001,10168,'qode_slide-button-label','See More'),(9002,10168,'qode_slide-button-label2','Purchase'),(9003,10168,'qode_slide-button-link','#'),(9004,10168,'qode_slide-button-link2','#'),(9005,10168,'qode_slide-text','Includes The Full Font Awesome Icon Set'),(9006,10168,'_dp_original','10166'),(9007,10168,'qode_slide-thumbnail-animation','flip'),(9008,10203,'qode_slide-background-type','image'),(9009,10203,'qode_slide-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/black.jpg'),(9010,10203,'qode_slide-title-color','#ffffff'),(9011,10203,'qode_slide-text-color','#ffffff'),(9012,10203,'qode_slide-separate-text-graphic','yes'),(9013,10203,'qode_slide-graphic-alignment','center'),(9014,10203,'qode_slide-content-alignment','center'),(9015,10203,'qode_slide-graphic-width','99'),(9016,10203,'qode_slide-graphic-top','34'),(9017,10203,'qode_slide-content-width','99'),(9018,10203,'qode_slide-content-top','50'),(9019,10203,'qode_slide-content-left','1'),(9020,10203,'qode_slide-button-label','See More'),(9021,10203,'qode_slide-button-label2','Purchase'),(9022,10203,'qode_slide-button-link','#'),(9023,10203,'qode_slide-button-link2','#'),(9024,10203,'qode_slide-text','The Amazing Fullscreen Parallax Qode Slider'),(9025,10203,'qode_slide-thumbnail','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/logo.png'),(9026,10203,'qode_slide-graphic-left','1'),(9027,10203,'_dp_original','10166'),(9028,10203,'qode_slide-thumbnail-animation','flip'),(9029,10345,'qode_slide-background-type','video'),(9030,10345,'qode_slide-video-webm','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/greyvideotitle3.webm'),(9031,10345,'qode_slide-video-overlay-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/px3.png'),(9032,10345,'qode_slide-content-top','45'),(9033,10345,'qode_slide-button-label','Learn More'),(9034,10345,'qode_slide-button-label2','Buy Now'),(9035,10345,'qode_slide-button-link','#'),(9036,10345,'qode_slide-button-link2','#'),(9037,10345,'qode_slide-title-color','#ffffff'),(9038,10345,'qode_slide-text-color','#ffffff'),(9039,10345,'qode_slide-text','Lorem ipsum dolor sit amet, feugiat delicata liberavisse id cum, no quo maiorum intellegebat, liber regione eu sit. Mea cu case ludus integre, vide viderer.'),(9040,10345,'qode_slide-content-width','60'),(9041,10345,'qode_slide-graphic-alignment','right'),(9042,10345,'qode_slide-content-alignment','left'),(9043,10345,'qode_slide-thumbnail','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/girl1.png'),(9044,10345,'qode_slide-graphic-width','40'),(9045,10345,'qode_slide-graphic-top','16'),(9046,10345,'qode_slide-hide-title-shadow','yes'),(9047,10345,'qode_slide-graphic-right','4'),(9048,10345,'qode_slide-content-left','0.0'),(9049,10345,'qode_slide-separate-text-graphic','yes'),(9050,10345,'qode_slide-hide-shadow','yes'),(9051,10345,'qode_slide-header-style','light'),(9052,10345,'qode_slide-title-font-size','39'),(9053,10345,'qode_slide-title-line-height','46'),(9054,10345,'qode_slide-video-overlay','yes'),(9055,10345,'_dp_original','10210'),(9056,10345,'qode_slide-thumbnail-animation','fade'),(9057,10382,'qode_slide-background-type','video'),(9058,10382,'qode_slide-video-webm','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/greyvideotitle3.webm'),(9059,10382,'qode_slide-video-overlay-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/white-pattern1.png'),(9060,10382,'qode_slide-content-top','33'),(9061,10382,'qode_slide-button-label','Learn More'),(9062,10382,'qode_slide-button-label2','Buy Now'),(9063,10382,'qode_slide-button-link','#'),(9064,10382,'qode_slide-button-link2','#'),(9065,10382,'qode_slide-title-color','#00adee'),(9066,10382,'qode_slide-text-color','#777'),(9067,10382,'qode_slide-text','Lorem ipsum dolor sit amet, feugiat delicata liberavisse id cum, no quo maiorum intellegebat, liber regione eu sit. Mea cu case ludus integre, vide viderer eleifend ex mea. His at soluta regione diceret, cum et atqui.'),(9068,10382,'qode_slide-content-width','45'),(9069,10382,'qode_slide-graphic-alignment','right'),(9070,10382,'qode_slide-content-alignment','left'),(9071,10382,'qode_slide-thumbnail','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/mac5.png'),(9072,10382,'qode_slide-graphic-width','55'),(9073,10382,'qode_slide-graphic-top','33'),(9074,10382,'qode_slide-hide-title-shadow','yes'),(9075,10382,'qode_slide-graphic-right','0.0'),(9076,10382,'qode_slide-content-left','0.0'),(9077,10382,'qode_slide-separate-text-graphic','yes'),(9078,10382,'qode_slide-hide-shadow','yes'),(9079,10382,'qode_slide-header-style','light'),(9080,10382,'qode_slide-title-font-size','39'),(9081,10382,'qode_slide-title-line-height','46'),(9082,10382,'qode_slide-video-overlay','yes'),(9083,10382,'_dp_original','10210'),(9084,10382,'qode_slide-thumbnail-animation','flip'),(9085,10382,'qode_slide-video-mp4','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/greyvideotitle31.mp4'),(9086,10382,'qode_slide-video-ogv','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/greyvideotitle3.ogg'),(9087,10382,'qode_slide-video-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/greyvideotitle3.jpg'),(9088,10412,'qode_slide-background-type','image'),(9089,10412,'qode_slide-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/cirtyu.jpg'),(9090,10412,'qode_slide-title-color','#ffffff'),(9091,10412,'qode_slide-text-color','#ffffff'),(9092,10412,'qode_slide-separate-text-graphic','yes'),(9093,10412,'qode_slide-graphic-alignment','center'),(9094,10412,'qode_slide-content-alignment','center'),(9095,10412,'qode_slide-graphic-width','99'),(9096,10412,'qode_slide-graphic-top','34'),(9097,10412,'qode_slide-content-width','99'),(9098,10412,'qode_slide-content-top','45'),(9099,10412,'qode_slide-content-left','1'),(9100,10412,'qode_slide-button-label','See More'),(9101,10412,'qode_slide-button-label2','Purchase'),(9102,10412,'qode_slide-button-link','#'),(9103,10412,'qode_slide-button-link2','#'),(9104,10412,'qode_slide-text','The Amazing Fullscreen Parallax Qode Slider'),(9105,10412,'qode_slide-graphic-left','1'),(9106,10412,'qode_slide-thumbnail-animation','flip'),(9107,10412,'_dp_original','10203'),(9108,10412,'qode_slide-title-font-size','60'),(9109,10417,'qode_slide-background-type','image'),(9110,10417,'qode_slide-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/wild.jpg'),(9111,10417,'qode_slide-title-color','#ffffff'),(9112,10417,'qode_slide-text-color','#ffffff'),(9113,10417,'qode_slide-separate-text-graphic','yes'),(9114,10417,'qode_slide-graphic-alignment','center'),(9115,10417,'qode_slide-content-alignment','center'),(9116,10417,'qode_slide-graphic-width','99'),(9117,10417,'qode_slide-graphic-top','34'),(9118,10417,'qode_slide-content-width','99'),(9119,10417,'qode_slide-content-top','45'),(9120,10417,'qode_slide-content-left','1'),(9121,10417,'qode_slide-button-label','See More'),(9122,10417,'qode_slide-button-label2','Purchase'),(9123,10417,'qode_slide-button-link','#'),(9124,10417,'qode_slide-button-link2','#'),(9125,10417,'qode_slide-text','The Amazing Fullscreen Parallax Qode Slider'),(9126,10417,'qode_slide-graphic-left','1'),(9127,10417,'qode_slide-thumbnail-animation','flip'),(9128,10417,'qode_slide-title-font-size','60'),(9129,10417,'_dp_original','10412'),(9130,10549,'qode_slide-background-type','image'),(9131,10549,'qode_slide-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/whiteslide081.jpg'),(9132,10549,'qode_slide-thumbnail','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/mac51.png'),(9133,10549,'qode_slide-thumbnail-animation','flip'),(9134,10549,'qode_slide-text','Lorem ipsum dolor sit amet, feugiat delicata liberavisse id cum, no quo maiorum intellegebat, liber regione eu sit. Mea cu case ludus integre intellegebat, liber regione eu sit.'),(9135,10549,'qode_slide-title-color','#ffffff'),(9136,10549,'qode_slide-text-color','#ffffff'),(9137,10549,'qode_slide-graphic-width','50'),(9138,10549,'qode_slide-graphic-top','35'),(9139,10549,'qode_slide-graphic-right','10'),(9140,10549,'qode_slide-content-width','50'),(9141,10549,'qode_slide-content-top','40'),(9142,10549,'qode_slide-content-left','0.0'),(9143,10549,'qode_slide-button-label','View More'),(9144,10549,'qode_slide-button-link','#'),(9145,10549,'qode_slide-separate-text-graphic','yes'),(9146,10549,'qode_slide-graphic-alignment','right'),(9147,10549,'qode_slide-content-alignment','left'),(9148,10566,'qode_slide-background-type','image'),(9149,10566,'qode_slide-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/whiteslide06.jpg'),(9150,10566,'qode_slide-thumbnail','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/mac31.png'),(9151,10566,'qode_slide-thumbnail-animation','flip'),(9152,10566,'qode_slide-text','Lorem ipsum dolor sit amet, feugiat delicata liberavisse id cum, no quo maiorum intellegebat, liber regione eu sit. Mea cu case ludus integre intellegebat, liber regione eu sit.'),(9153,10566,'qode_slide-title-color','#ffffff'),(9154,10566,'qode_slide-text-color','#ffffff'),(9155,10566,'qode_slide-graphic-width','40'),(9156,10566,'qode_slide-graphic-top','35'),(9157,10566,'qode_slide-graphic-right','0.0'),(9158,10566,'qode_slide-content-width','60'),(9159,10566,'qode_slide-content-top','40'),(9160,10566,'qode_slide-content-left','0.0'),(9161,10566,'qode_slide-button-label','View More'),(9162,10566,'qode_slide-button-link','#'),(9163,10566,'qode_slide-separate-text-graphic','yes'),(9164,10566,'qode_slide-hide-shadow','yes'),(9165,10566,'qode_slide-graphic-alignment','right'),(9166,10566,'qode_slide-content-alignment','left'),(9167,10566,'_dp_original','10549'),(9168,11959,'qode_slide-background-type','image'),(9169,11959,'qode_slide-video-webm','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/greyvideotitle3.webm'),(9170,11959,'qode_slide-video-overlay-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/white-pattern1.png'),(9171,11959,'qode_slide-content-top','33'),(9172,11959,'qode_slide-button-label','Learn More'),(9173,11959,'qode_slide-button-label2','Buy Now'),(9174,11959,'qode_slide-button-link','#'),(9175,11959,'qode_slide-button-link2','#'),(9176,11959,'qode_slide-title-color','#00adee'),(9177,11959,'qode_slide-text-color','#777'),(9178,11959,'qode_slide-text','Lorem ipsum dolor sit amet, feugiat delicata liberavisse id cum, no quo maiorum intellegebat, liber regione eu sit. Mea cu case ludus integre, vide viderer eleifend ex mea. His at soluta regione diceret, cum et atqui.'),(9179,11959,'qode_slide-content-width','45'),(9180,11959,'qode_slide-graphic-alignment','right'),(9181,11959,'qode_slide-content-alignment','left'),(9182,11959,'qode_slide-thumbnail','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/mac5.png'),(9183,11959,'qode_slide-graphic-width','55'),(9184,11959,'qode_slide-graphic-top','33'),(9185,11959,'qode_slide-hide-title-shadow','yes'),(9186,11959,'qode_slide-graphic-right','0.0'),(9187,11959,'qode_slide-content-left','0.0'),(9188,11959,'qode_slide-separate-text-graphic','yes'),(9189,11959,'qode_slide-hide-shadow','yes'),(9190,11959,'qode_slide-header-style','light'),(9191,11959,'qode_slide-title-font-size','39'),(9192,11959,'qode_slide-title-line-height','46'),(9193,11959,'qode_slide-video-overlay','yes'),(9194,11959,'qode_slide-thumbnail-animation','flip'),(9195,11959,'qode_slide-video-mp4','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/greyvideotitle31.mp4'),(9196,11959,'qode_slide-video-ogv','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/greyvideotitle3.ogg'),(9197,11959,'qode_slide-video-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/greyvideotitle3.jpg'),(9198,11959,'_dp_original','10382'),(9199,11959,'qode_slide-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/b1.jpg'),(9200,12254,'qode_slide-video-webm','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/walking.webm'),(9201,12254,'qode_slide-video-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2013/12/Business-movie-02.jpg'),(9202,12254,'qode_slide-background-type','video'),(9203,12254,'qode_slide-text','Here\'s what we\'re working on and thinking.'),(9204,12254,'qode_slide-content-alignment','left'),(9205,12254,'qode_slide-content-top','40'),(9206,12254,'qode_slide-content-width','70'),(9207,12254,'qode_slide-button-label','View More'),(9208,12254,'qode_slide-button-link','#'),(9209,12254,'qode_slide-button-label2','View More'),(9210,12254,'qode_slide-button-link2','#'),(9211,12254,'qode_slide-content-left','0.0'),(9212,12254,'qode_slide-video-overlay','yes'),(9213,12254,'qode_slide-video-overlay-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/pat20.png'),(9214,12254,'_dp_original','7355'),(9215,12254,'qode_slide-thumbnail-animation','flip'),(9216,544,'qode_testimonial-author','Martin Chen'),(9217,544,'qode_testimonial-text','Lorem ipsum dolor sit amet, feugiat delicata liberavisse id cum, no quo maiorum intellegebat, liber regione eu sit. Mea cu case ludus integre, vide viderer eleifend ex mea.'),(9218,544,'_dp_original','542'),(9219,544,'qode_testimonial-company_position','CEO'),(9220,544,'qode_testimonial_website','www.yourwebsite.zt'),(9221,545,'qode_testimonial-author','John Doe'),(9222,545,'qode_testimonial-text','Lorem ipsum dolor sit amet, feugiat delicata liberavisse id cum, no quo maiorum intellegebat, liber regione eu sit. Mea cu case ludus integre, vide viderer eleifend ex mea. '),(9223,545,'_dp_original','544'),(9224,545,'qode_testimonial-company_position','Marketing Manager'),(9225,545,'qode_testimonial_website','www.yourwebsite.zt'),(9226,7452,'qode_testimonial-author','Alan Snow - Vision Corp.'),(9227,7452,'qode_testimonial-text','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.'),(9228,7452,'_dp_original','544'),(9229,7482,'qode_testimonial-author','Rick Hammer - Globe Corp.'),(9230,7482,'qode_testimonial-text','Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram.'),(9231,7482,'_dp_original','7452'),(9232,7483,'qode_testimonial-author','Alan Snow - Vision Corp.'),(9233,7483,'qode_testimonial-text','Lorem ipsum dolor sit amet, feugiat delicata liberavisse id cum, no quo maiorum intellegebat, liber regione eu sit. Mea cu case ludus integre, vide viderer eleifend ex mea. \nHis ay diceret, cum et atqui placerat.'),(9234,7483,'_dp_original','7482'),(9235,8670,'qode_testimonial-author','Peter Smith'),(9236,8670,'qode_testimonial-text','Lorem ipsum dolor sit amet, feugiat delicata liberavisse id cum, no quo maiorum intellegebat, liber regione eu sit. Mea cu case ludus integre, vide viderer eleifend ex mea. \nHis ay diceret, cum et atqui placerat petentium loremipsi ipsum. '),(9237,8670,'qode_testimonial-company_position','General Manager'),(9238,8670,'qode_testimonial_website','www.yourwebsite.zt'),(9239,8670,'_dp_original','545'),(9240,12270,'qode_slide-background-type','image'),(9241,12270,'qode_slide-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/03/test2.jpg'),(9242,12270,'qode_slide-thumbnail-animation','flip'),(9243,12270,'qode_slide-text','Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.'),(9244,12270,'qode_slide-title-color','#fffefe'),(9245,12270,'qode_slide-title-font-size','56'),(9246,12270,'qode_slide-title-line-height','60'),(9247,12270,'qode_slide-graphic-alignment','center'),(9248,12270,'qode_slide-content-alignment','center'),(9249,12270,'qode_slide-content-width','98'),(9250,12270,'qode_slide-content-top','45'),(9251,12270,'qode_slide-button-label','SEE MORE'),(9252,12270,'qode_slide-button-label2','SEE MORE'),(9253,12270,'qode_slide-button-link','#'),(9254,12270,'qode_slide-button-link2','#'),(9255,12270,'qode_slide-content-left','1'),(9256,12270,'qode_slide-hide-shadow','yes'),(9257,12980,'qode_slide-background-type','image'),(9258,12980,'qode_slide-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/02/01.jpg'),(9259,12980,'qode_slide-thumbnail-animation','flip'),(9260,12980,'qode_slide-text','Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.'),(9261,12980,'qode_slide-title-color','#fffefe'),(9262,12980,'qode_slide-title-font-size','56'),(9263,12980,'qode_slide-title-line-height','60'),(9264,12980,'qode_slide-graphic-alignment','center'),(9265,12980,'qode_slide-content-alignment','center'),(9266,12980,'qode_slide-content-width','98'),(9267,12980,'qode_slide-content-top','45'),(9268,12980,'qode_slide-button-label','SEE MORE'),(9269,12980,'qode_slide-button-label2','SEE MORE'),(9270,12980,'qode_slide-button-link','#'),(9271,12980,'qode_slide-button-link2','#'),(9272,12980,'qode_slide-content-left','1'),(9273,12980,'qode_slide-hide-shadow','yes'),(9274,12980,'_dp_original','12270'),(9275,12983,'qode_slide-background-type','image'),(9276,12983,'qode_slide-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/03/test1.jpg'),(9277,12983,'qode_slide-thumbnail-animation','flip'),(9278,12983,'qode_slide-text','Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.'),(9279,12983,'qode_slide-title-color','#fffefe'),(9280,12983,'qode_slide-title-font-size','56'),(9281,12983,'qode_slide-title-line-height','60'),(9282,12983,'qode_slide-graphic-alignment','center'),(9283,12983,'qode_slide-content-alignment','center'),(9284,12983,'qode_slide-content-width','98'),(9285,12983,'qode_slide-content-top','45'),(9286,12983,'qode_slide-button-label','SEE MORE'),(9287,12983,'qode_slide-button-label2','SEE MORE'),(9288,12983,'qode_slide-button-link','#'),(9289,12983,'qode_slide-button-link2','#'),(9290,12983,'qode_slide-content-left','1'),(9291,12983,'qode_slide-hide-shadow','yes'),(9292,12983,'_dp_original','12980'),(9293,13153,'qode_slide-background-type','image'),(9294,13153,'qode_slide-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/03/slide01-700px.jpg'),(9295,13153,'qode_slide-thumbnail-animation','flip'),(9296,13153,'qode_slide-text','Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.'),(9297,13153,'qode_slide-title-font-size','56'),(9298,13153,'qode_slide-title-line-height','60'),(9299,13153,'qode_slide-graphic-alignment','center'),(9300,13153,'qode_slide-content-alignment','center'),(9301,13153,'qode_slide-content-width','98'),(9302,13153,'qode_slide-content-top','38'),(9303,13153,'qode_slide-button-label2','SEE MORE'),(9304,13153,'qode_slide-button-link2','#'),(9305,13153,'qode_slide-content-left','1'),(9306,13153,'qode_slide-hide-shadow','yes'),(9307,13153,'_dp_original','12983'),(9308,13153,'qode_slide-text-field-type','text'),(9309,13153,'qode_slide-header-style','dark'),(9310,13153,'_qode-like','0'),(9311,13153,'qode_slide-text-color','#000000'),(9312,13167,'qode_slide-background-type','image'),(9313,13167,'qode_slide-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/03/slide02-700px.jpg'),(9314,13167,'qode_slide-thumbnail-animation','flip'),(9315,13167,'qode_slide-text','Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.'),(9316,13167,'qode_slide-title-color','#fffefe'),(9317,13167,'qode_slide-title-font-size','56'),(9318,13167,'qode_slide-title-line-height','60'),(9319,13167,'qode_slide-graphic-alignment','center'),(9320,13167,'qode_slide-content-alignment','center'),(9321,13167,'qode_slide-content-width','98'),(9322,13167,'qode_slide-content-top','38'),(9323,13167,'qode_slide-button-label2','SEE MORE'),(9324,13167,'qode_slide-button-link2','#'),(9325,13167,'qode_slide-content-left','1'),(9326,13167,'qode_slide-hide-shadow','yes'),(9327,13167,'_dp_original','13153'),(9328,13167,'qode_slide-text-field-type','text'),(9329,13167,'qode_slide-header-style','light'),(9330,13200,'qode_slide-background-type','image'),(9331,13200,'qode_slide-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/03/slide03-700px.jpg'),(9332,13200,'qode_slide-thumbnail-animation','flip'),(9333,13200,'qode_slide-text','Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.'),(9334,13200,'qode_slide-title-color','#fffefe'),(9335,13200,'qode_slide-title-font-size','56'),(9336,13200,'qode_slide-title-line-height','60'),(9337,13200,'qode_slide-graphic-alignment','center'),(9338,13200,'qode_slide-content-alignment','center'),(9339,13200,'qode_slide-content-width','98'),(9340,13200,'qode_slide-content-top','38'),(9341,13200,'qode_slide-button-label2','SEE MORE'),(9342,13200,'qode_slide-button-link2','#'),(9343,13200,'qode_slide-content-left','1'),(9344,13200,'qode_slide-hide-shadow','yes'),(9345,13200,'_dp_original','13167'),(9346,13200,'qode_slide-text-field-type','text'),(9347,13200,'qode_slide-header-style','light'),(9348,13202,'qode_slide-background-type','image'),(9349,13202,'qode_slide-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/03/slide04-700px.jpg'),(9350,13202,'qode_slide-thumbnail-animation','flip'),(9351,13202,'qode_slide-text','Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.'),(9352,13202,'qode_slide-title-color','#fffefe'),(9353,13202,'qode_slide-title-font-size','56'),(9354,13202,'qode_slide-title-line-height','60'),(9355,13202,'qode_slide-graphic-alignment','center'),(9356,13202,'qode_slide-content-alignment','center'),(9357,13202,'qode_slide-content-width','98'),(9358,13202,'qode_slide-content-top','38'),(9359,13202,'qode_slide-button-label2','SEE MORE'),(9360,13202,'qode_slide-button-link2','#'),(9361,13202,'qode_slide-content-left','1'),(9362,13202,'qode_slide-hide-shadow','yes'),(9363,13202,'_dp_original','13200'),(9364,13202,'qode_slide-text-field-type','text'),(9365,13202,'qode_slide-header-style','light'),(9366,14137,'qode_slide-background-type','image'),(9367,14137,'qode_slide-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/03/full01.jpg'),(9368,14137,'qode_slide-thumbnail-animation','flip'),(9369,14137,'qode_slide-text','Far far away, behind the word mountains, far from the countries Vokalia and Consonantia,<br/> there live the blind texts.'),(9370,14137,'qode_slide-title-font-size','56'),(9371,14137,'qode_slide-title-line-height','60'),(9372,14137,'qode_slide-graphic-alignment','center'),(9373,14137,'qode_slide-content-alignment','center'),(9374,14137,'qode_slide-content-width','98'),(9375,14137,'qode_slide-content-top','40'),(9376,14137,'qode_slide-button-label','SEE MORE'),(9377,14137,'qode_slide-button-label2','SEE MORE'),(9378,14137,'qode_slide-button-link','#'),(9379,14137,'qode_slide-button-link2','#'),(9380,14137,'qode_slide-content-left','1'),(9381,14137,'qode_slide-hide-shadow','yes'),(9382,14137,'_dp_original','13159'),(9383,14137,'qode_slide-header-style','dark'),(9384,14137,'qode_slide-text-color','#000000'),(9385,14137,'qode_slide-text-field-type','text'),(9386,14141,'qode_slide-background-type','image'),(9387,14141,'qode_slide-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/03/slide02.jpg'),(9388,14141,'qode_slide-thumbnail-animation','flip'),(9389,14141,'qode_slide-text','Far far away, behind the word mountains, far from the countries Vokalia and Consonantia,<br/> there live the blind texts.'),(9390,14141,'qode_slide-title-color','#fffefe'),(9391,14141,'qode_slide-title-font-size','56'),(9392,14141,'qode_slide-title-line-height','60'),(9393,14141,'qode_slide-graphic-alignment','center'),(9394,14141,'qode_slide-content-alignment','center'),(9395,14141,'qode_slide-content-width','98'),(9396,14141,'qode_slide-content-top','40'),(9397,14141,'qode_slide-button-label','SEE MORE'),(9398,14141,'qode_slide-button-label2','SEE MORE'),(9399,14141,'qode_slide-button-link','#'),(9400,14141,'qode_slide-button-link2','#'),(9401,14141,'qode_slide-content-left','1'),(9402,14141,'qode_slide-hide-shadow','yes'),(9403,14141,'_dp_original','13159'),(9404,14141,'qode_slide-header-style','light'),(9405,14143,'qode_slide-background-type','image'),(9406,14143,'qode_slide-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/03/full03.jpg'),(9407,14143,'qode_slide-thumbnail-animation','flip'),(9408,14143,'qode_slide-text','Far far away, behind the word mountains, far from the countries Vokalia and Consonantia,<br/> there live the blind texts.'),(9409,14143,'qode_slide-title-color','#fffefe'),(9410,14143,'qode_slide-title-font-size','56'),(9411,14143,'qode_slide-title-line-height','60'),(9412,14143,'qode_slide-graphic-alignment','center'),(9413,14143,'qode_slide-content-alignment','center'),(9414,14143,'qode_slide-content-width','98'),(9415,14143,'qode_slide-content-top','40'),(9416,14143,'qode_slide-button-label','SEE MORE'),(9417,14143,'qode_slide-button-label2','SEE MORE'),(9418,14143,'qode_slide-button-link','#'),(9419,14143,'qode_slide-button-link2','#'),(9420,14143,'qode_slide-content-left','1'),(9421,14143,'qode_slide-hide-shadow','yes'),(9422,14143,'_dp_original','14141'),(9423,14143,'qode_slide-text-field-type','text'),(9424,14143,'qode_slide-header-style','light'),(9425,14514,'qode_slide-background-type','video'),(9426,14514,'qode_slide-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/03/Slajd-veci.jpg'),(9427,14514,'qode_slide-thumbnail-animation','flip'),(9428,14514,'qode_slide-text','Far far away, behind the word mountains, far from the countries Vokalia and Consonantia,<br/> there live the blind texts.'),(9429,14514,'qode_slide-title-color','#fffefe'),(9430,14514,'qode_slide-title-font-size','56'),(9431,14514,'qode_slide-title-line-height','60'),(9432,14514,'qode_slide-graphic-alignment','center'),(9433,14514,'qode_slide-content-alignment','center'),(9434,14514,'qode_slide-content-width','98'),(9435,14514,'qode_slide-content-top','40'),(9436,14514,'qode_slide-button-label','SEE MORE'),(9437,14514,'qode_slide-button-label2','SEE MORE'),(9438,14514,'qode_slide-button-link','#'),(9439,14514,'qode_slide-button-link2','#'),(9440,14514,'qode_slide-content-left','1'),(9441,14514,'qode_slide-hide-shadow','yes'),(9442,14514,'_dp_original','14145'),(9443,14514,'qode_slide-video-webm','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/03/Bridge-Slide-Video.webm'),(9444,14514,'qode_slide-video-mp4','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/03/Bridge-Slide-Video.mp4'),(9445,14514,'qode_slide-video-ogv','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/03/Bridge-Slide-Video.ogv'),(9446,14514,'qode_slide-video-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/03/preview.jpg'),(9447,14514,'qode_slide-video-overlay','yes'),(9448,14514,'qode_slide-video-overlay-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/03/pixel.png'),(9449,14514,'qode_slide-header-style','light'),(9450,14594,'qode_slide-background-type','video'),(9451,14594,'qode_slide-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/03/Slajd-veci.jpg'),(9452,14594,'qode_slide-thumbnail-animation','flip'),(9453,14594,'qode_slide-text','Far far away, behind the word mountains, far from the countries Vokalia and Consonantia,<br/> there live the blind texts.'),(9454,14594,'qode_slide-title-color','#fffefe'),(9455,14594,'qode_slide-title-font-size','56'),(9456,14594,'qode_slide-title-line-height','60'),(9457,14594,'qode_slide-graphic-alignment','center'),(9458,14594,'qode_slide-content-alignment','center'),(9459,14594,'qode_slide-content-width','98'),(9460,14594,'qode_slide-content-top','40'),(9461,14594,'qode_slide-button-label','SEE MORE'),(9462,14594,'qode_slide-button-label2','SEE MORE'),(9463,14594,'qode_slide-button-link','#'),(9464,14594,'qode_slide-button-link2','#'),(9465,14594,'qode_slide-content-left','1'),(9466,14594,'qode_slide-hide-shadow','yes'),(9467,14594,'qode_slide-video-webm','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/03/Bridge-Slide-Video.webm'),(9468,14594,'qode_slide-video-mp4','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/03/Bridge-Slide-Video.mp4'),(9469,14594,'qode_slide-video-ogv','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/03/Bridge-Slide-Video.ogv'),(9470,14594,'qode_slide-video-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/03/preview.jpg'),(9471,14594,'qode_slide-video-overlay','yes'),(9472,14594,'qode_slide-video-overlay-image','http://demo.qodeinteractive.com/bridge3/wp-content/uploads/2014/03/pixel.png'),(9473,14594,'qode_slide-header-style','light'),(9474,14594,'_dp_original','14514'),(9475,14835,'qode_slide-background-type','image'),(9477,14835,'qode_slide-thumbnail-animation','flip'),(9478,14835,'qode_slide-text','Far far away, behind the word mountains, far from the countries Vokalia and Consonantia,<br/> there live the blind texts.'),(9479,14835,'qode_slide-title-color','#fffefe'),(9480,14835,'qode_slide-title-font-size','56'),(9481,14835,'qode_slide-title-line-height','60'),(9482,14835,'qode_slide-graphic-alignment','center'),(9483,14835,'qode_slide-content-alignment','center'),(9484,14835,'qode_slide-content-top','40'),(9485,14835,'qode_slide-button-label2','SEE MORE'),(9486,14835,'qode_slide-button-link2','#'),(9487,14835,'qode_slide-content-left','1'),(9488,14835,'qode_slide-hide-shadow','yes'),(9489,14835,'qode_slide-text-field-type','text'),(9490,14835,'qode_slide-header-style','light'),(9491,14835,'_dp_original','14143'),(9492,14835,'qode_slide-content-width','98'),(11669,36,'_wp_attachment_backup_sizes','a:4:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2000;s:6:\"height\";i:903;s:4:\"file\";s:22:\"Absolute-Plastics1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:28:\"Absolute-Plastics1-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:30:\"Absolute-Plastics1-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:31:\"Absolute-Plastics1-1024x462.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(11697,16177,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(11961,16608,'_menu_item_type','post_type'),(11962,16608,'_menu_item_menu_item_parent','0'),(11963,16608,'_menu_item_object_id','15676'),(11964,16608,'_menu_item_object','page'),(11965,16608,'_menu_item_target',''),(11966,16608,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11967,16608,'_menu_item_xfn',''),(11968,16608,'_menu_item_url',''),(11970,16608,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(11971,15756,'_edit_last','1'),(11972,15756,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(11973,15756,'_edit_lock','1436908313:1'),(12154,1452,'_edit_last','1'),(12155,1452,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12156,1452,'_edit_lock','1438368912:1'),(12157,15876,'_edit_last','1'),(12158,15876,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12159,15876,'_edit_lock','1438890755:1'),(12163,16674,'_edit_last','1'),(12164,16674,'_wp_page_template','default'),(12165,16674,'_wpb_vc_js_status','false'),(12166,16674,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12167,16674,'qode_animate-page-title','no'),(12168,16674,'qode_show-sidebar','default'),(12169,16674,'_edit_lock','1446012159:1'),(12170,16676,'_menu_item_type','post_type'),(12171,16676,'_menu_item_menu_item_parent','16772'),(12172,16676,'_menu_item_object_id','16674'),(12173,16676,'_menu_item_object','page'),(12174,16676,'_menu_item_target',''),(12175,16676,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12176,16676,'_menu_item_xfn',''),(12177,16676,'_menu_item_url',''),(12179,16676,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12180,15676,'_edit_lock','1460518201:1'),(12181,15752,'_edit_lock','1437056928:1'),(12182,16677,'_wp_attached_file','2015/06/ABSOLUTEbanner.png'),(12183,16677,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:8192;s:6:\"height\";i:2731;s:4:\"file\";s:26:\"2015/06/ABSOLUTEbanner.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"ABSOLUTEbanner-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"ABSOLUTEbanner-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner-1024x341.png\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:26:\"ABSOLUTEbanner-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:26:\"ABSOLUTEbanner-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:26:\"ABSOLUTEbanner-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:26:\"ABSOLUTEbanner-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:26:\"ABSOLUTEbanner-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:26:\"ABSOLUTEbanner-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:26:\"ABSOLUTEbanner-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:26:\"ABSOLUTEbanner-700x233.png\";s:5:\"width\";i:700;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:26:\"ABSOLUTEbanner-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(12184,15752,'_edit_last','1'),(12185,15752,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12186,15752,'qode_slide-background-type','image'),(12187,15752,'qode_enable_image_animation','no'),(12188,15752,'qode_enable_image_animation_type','zoom_center'),(12189,15752,'qode_slide-content-animation','all_at_once'),(12205,16678,'_wp_attached_file','2015/06/ABSOLUTEbanner1.png'),(12206,16678,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7200;s:6:\"height\";i:3000;s:4:\"file\";s:27:\"2015/06/ABSOLUTEbanner1.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ABSOLUTEbanner1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner1-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner1-1024x427.png\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner1-700x292.png\";s:5:\"width\";i:700;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(12207,15750,'_edit_lock','1437056442:1'),(12208,16679,'_wp_attached_file','2015/06/ABSOLUTEbanner2.png'),(12209,16679,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7200;s:6:\"height\";i:3000;s:4:\"file\";s:27:\"2015/06/ABSOLUTEbanner2.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ABSOLUTEbanner2-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner2-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner2-1024x427.png\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner2-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner2-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner2-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner2-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner2-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner2-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner2-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner2-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner2-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner2-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner2-700x292.png\";s:5:\"width\";i:700;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner2-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(12210,15750,'_edit_last','1'),(12211,15750,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12212,15750,'qode_slide-background-type','image'),(12213,15750,'qode_enable_image_animation','no'),(12214,15750,'qode_enable_image_animation_type','zoom_center'),(12215,15750,'qode_slide-content-animation','all_at_once'),(12216,15750,'qode_slide-separator-after-title','no'),(12217,15750,'qode_slide-border-around-title','no'),(12218,15750,'qode_slide-subtitle-position','above_title'),(12219,15750,'qode_slide-subtitle-font-family','-1'),(12220,15750,'qode_slide_svg_drawing','no'),(12221,15750,'qode_slide-separate-text-graphic','no'),(12222,15750,'qode_slide_general_animation','yes'),(12223,15750,'qode_slide_title_animation_scroll','no'),(12224,15750,'qode_slide_subtitle_animation_scroll','no'),(12225,15750,'qode_slide_graphic_animation_scroll','no'),(12226,15750,'qode_slide_text_animation_scroll','no'),(12227,15750,'qode_slide_button1_animation_scroll','no'),(12228,15750,'qode_slide_button2_animation_scroll','no'),(12229,15750,'qode_slide_separator_bottom_animation_scroll','no'),(12230,15750,'qode_slide_svg_animation_scroll','no'),(12234,16680,'_wp_attached_file','2015/06/ABSOLUTEbanner3.png'),(12235,16680,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6300;s:6:\"height\";i:3000;s:4:\"file\";s:27:\"2015/06/ABSOLUTEbanner3.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ABSOLUTEbanner3-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner3-300x143.png\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner3-1024x488.png\";s:5:\"width\";i:1024;s:6:\"height\";i:488;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner3-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner3-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner3-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner3-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner3-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner3-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner3-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner3-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner3-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner3-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner3-700x333.png\";s:5:\"width\";i:700;s:6:\"height\";i:333;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner3-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(12236,16681,'_wp_attached_file','2015/06/ABSOLUTEbanner4.png'),(12237,16681,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6300;s:6:\"height\";i:3000;s:4:\"file\";s:27:\"2015/06/ABSOLUTEbanner4.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ABSOLUTEbanner4-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner4-300x143.png\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner4-1024x488.png\";s:5:\"width\";i:1024;s:6:\"height\";i:488;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner4-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner4-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner4-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner4-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner4-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner4-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner4-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner4-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner4-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner4-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner4-700x333.png\";s:5:\"width\";i:700;s:6:\"height\";i:333;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner4-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(12238,16682,'_wp_attached_file','2015/06/ABSOLUTEbanner21.png'),(12239,16682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6300;s:6:\"height\";i:3000;s:4:\"file\";s:28:\"2015/06/ABSOLUTEbanner21.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ABSOLUTEbanner21-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner21-300x143.png\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner21-1024x488.png\";s:5:\"width\";i:1024;s:6:\"height\";i:488;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner21-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner21-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner21-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner21-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner21-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner21-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner21-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner21-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner21-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner21-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner21-700x333.png\";s:5:\"width\";i:700;s:6:\"height\";i:333;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner21-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(12240,15750,'qode_slide-navigation-color','#ffffff'),(12241,16683,'_wp_attached_file','2015/06/AbsolutePlasticsLogo2.png'),(12242,16683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1940;s:4:\"file\";s:33:\"2015/06/AbsolutePlasticsLogo2.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"AbsolutePlasticsLogo2-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo2-300x298.png\";s:5:\"width\";i:300;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"AbsolutePlasticsLogo2-1024x1019.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1019;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo2-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo2-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo2-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo2-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo2-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo2-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo2-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:34:\"AbsolutePlasticsLogo2-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:34:\"AbsolutePlasticsLogo2-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:35:\"AbsolutePlasticsLogo2-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo2-700x696.png\";s:5:\"width\";i:700;s:6:\"height\";i:696;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo2-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(12284,15676,'_edit_last','1'),(12285,15676,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12286,15676,'qode_animate-page-title','no'),(12288,16700,'_wp_attached_file','2015/06/ABSOLUTEbanner5.png'),(12289,16700,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6300;s:6:\"height\";i:3000;s:4:\"file\";s:27:\"2015/06/ABSOLUTEbanner5.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ABSOLUTEbanner5-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner5-300x143.png\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner5-1024x488.png\";s:5:\"width\";i:1024;s:6:\"height\";i:488;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner5-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner5-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner5-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner5-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner5-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner5-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner5-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner5-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner5-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner5-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner5-700x333.png\";s:5:\"width\";i:700;s:6:\"height\";i:333;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner5-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(12290,15752,'qode_slide-navigation-color','#ffffff'),(12291,16683,'_edit_lock','1435244968:1'),(12292,16683,'_edit_last','1'),(12293,16709,'_wp_attached_file','2015/06/AbsolutePlasticsLogo.png'),(12294,16709,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4167;s:6:\"height\";i:1863;s:4:\"file\";s:32:\"2015/06/AbsolutePlasticsLogo.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"AbsolutePlasticsLogo-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"AbsolutePlasticsLogo-300x134.png\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo-1024x458.png\";s:5:\"width\";i:1024;s:6:\"height\";i:458;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:32:\"AbsolutePlasticsLogo-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:32:\"AbsolutePlasticsLogo-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:32:\"AbsolutePlasticsLogo-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:32:\"AbsolutePlasticsLogo-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:32:\"AbsolutePlasticsLogo-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:32:\"AbsolutePlasticsLogo-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:32:\"AbsolutePlasticsLogo-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:34:\"AbsolutePlasticsLogo-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:32:\"AbsolutePlasticsLogo-700x313.png\";s:5:\"width\";i:700;s:6:\"height\";i:313;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:32:\"AbsolutePlasticsLogo-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(12295,16710,'_wp_attached_file','2015/06/AbsolutePlasticsLogo1.png'),(12296,16710,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3937;s:6:\"height\";i:1863;s:4:\"file\";s:33:\"2015/06/AbsolutePlasticsLogo1.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"AbsolutePlasticsLogo1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo1-300x142.png\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"AbsolutePlasticsLogo1-1024x485.png\";s:5:\"width\";i:1024;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:34:\"AbsolutePlasticsLogo1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:34:\"AbsolutePlasticsLogo1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:35:\"AbsolutePlasticsLogo1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo1-700x331.png\";s:5:\"width\";i:700;s:6:\"height\";i:331;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(12297,16711,'_wp_attached_file','2015/06/AbsolutePlasticsLogo3.png'),(12298,16711,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3937;s:6:\"height\";i:1863;s:4:\"file\";s:33:\"2015/06/AbsolutePlasticsLogo3.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"AbsolutePlasticsLogo3-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo3-300x142.png\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"AbsolutePlasticsLogo3-1024x485.png\";s:5:\"width\";i:1024;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo3-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo3-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo3-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo3-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo3-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo3-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo3-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:34:\"AbsolutePlasticsLogo3-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:34:\"AbsolutePlasticsLogo3-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:35:\"AbsolutePlasticsLogo3-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo3-700x331.png\";s:5:\"width\";i:700;s:6:\"height\";i:331;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo3-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(12299,16712,'_wp_attached_file','2015/06/AbsolutePlasticsLogo21.png'),(12300,16712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1863;s:6:\"height\";i:1863;s:4:\"file\";s:34:\"2015/06/AbsolutePlasticsLogo21.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"AbsolutePlasticsLogo21-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"AbsolutePlasticsLogo21-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"AbsolutePlasticsLogo21-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:34:\"AbsolutePlasticsLogo21-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:34:\"AbsolutePlasticsLogo21-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:34:\"AbsolutePlasticsLogo21-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:34:\"AbsolutePlasticsLogo21-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:34:\"AbsolutePlasticsLogo21-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:34:\"AbsolutePlasticsLogo21-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:34:\"AbsolutePlasticsLogo21-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:35:\"AbsolutePlasticsLogo21-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:35:\"AbsolutePlasticsLogo21-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:36:\"AbsolutePlasticsLogo21-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:34:\"AbsolutePlasticsLogo21-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:34:\"AbsolutePlasticsLogo21-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(12323,16770,'_edit_last','1'),(12324,16770,'_wp_page_template','default'),(12325,16770,'_wpb_vc_js_status','true'),(12326,16770,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12327,16770,'qode_animate-page-title','no'),(12328,16770,'qode_show-sidebar','default'),(12329,16770,'_edit_lock','1438890771:1'),(12330,16772,'_menu_item_type','post_type'),(12331,16772,'_menu_item_menu_item_parent','0'),(12332,16772,'_menu_item_object_id','16770'),(12333,16772,'_menu_item_object','page'),(12334,16772,'_menu_item_target',''),(12335,16772,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12336,16772,'_menu_item_xfn',''),(12337,16772,'_menu_item_url',''),(12339,16772,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12340,16770,'qode_page_background_color','#353535'),(12458,16785,'_edit_last','1'),(12459,16785,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12460,16785,'qode_animate-page-title','no'),(12461,16785,'qode_portfolio_gallery_image_orientation','full'),(12462,16785,'qode_portfolio-external-link-target','_blank'),(12463,16785,'qode_portfolio_type_masonry_style','default'),(12465,16785,'_edit_lock','1438711773:1'),(12546,16796,'_edit_last','1'),(12547,16796,'_edit_lock','1438710331:1'),(12548,16796,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12549,16796,'qode_animate-page-title','no'),(12550,16796,'qode_portfolio_gallery_image_orientation','full'),(12551,16796,'qode_portfolio-external-link-target','_blank'),(12552,16796,'qode_portfolio_type_masonry_style','default'),(12553,16796,'qode_portfolio_show_sidebar','default'),(12562,16798,'_edit_last','1'),(12563,16798,'_edit_lock','1438711912:1'),(12564,16798,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12565,16798,'qode_animate-page-title','no'),(12566,16798,'qode_portfolio_gallery_image_orientation','full'),(12567,16798,'qode_portfolio-external-link-target','_blank'),(12568,16798,'qode_portfolio_type_masonry_style','default'),(12569,16798,'qode_portfolio_show_sidebar','default'),(12588,16806,'_edit_last','1'),(12589,16806,'_edit_lock','1439836874:1'),(12590,16806,'_wp_page_template','default'),(12591,16806,'_wpb_vc_js_status','true'),(12592,16806,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12593,16806,'qode_animate-page-title','no'),(12594,16806,'qode_show-sidebar','default'),(12595,16808,'_menu_item_type','post_type'),(12596,16808,'_menu_item_menu_item_parent','0'),(12597,16808,'_menu_item_object_id','16806'),(12598,16808,'_menu_item_object','page'),(12599,16808,'_menu_item_target',''),(12600,16808,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12601,16808,'_menu_item_xfn',''),(12602,16808,'_menu_item_url',''),(12604,16808,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12607,16818,'_wp_attached_file','2015/06/penny.jpg'),(12608,16818,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:144;s:4:\"file\";s:17:\"2015/06/penny.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"penny-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"penny-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:17:\"penny-345x144.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(12609,16824,'_wp_attached_file','2015/06/AbsolutePlasticsLogo4.png'),(12610,16824,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4167;s:6:\"height\";i:1863;s:4:\"file\";s:33:\"2015/06/AbsolutePlasticsLogo4.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"AbsolutePlasticsLogo4-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo4-300x134.png\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"AbsolutePlasticsLogo4-1024x458.png\";s:5:\"width\";i:1024;s:6:\"height\";i:458;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo4-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo4-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo4-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo4-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo4-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo4-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo4-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:34:\"AbsolutePlasticsLogo4-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:34:\"AbsolutePlasticsLogo4-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:35:\"AbsolutePlasticsLogo4-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo4-700x313.png\";s:5:\"width\";i:700;s:6:\"height\";i:313;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:33:\"AbsolutePlasticsLogo4-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(12611,16826,'_wp_attached_file','2015/06/IMG_8468.jpg'),(12612,16826,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5071;s:6:\"height\";i:3380;s:4:\"file\";s:20:\"2015/06/IMG_8468.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"IMG_8468-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_8468-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_8468-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:20:\"IMG_8468-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:20:\"IMG_8468-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:20:\"IMG_8468-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:20:\"IMG_8468-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:20:\"IMG_8468-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:20:\"IMG_8468-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:20:\"IMG_8468-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:21:\"IMG_8468-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:21:\"IMG_8468-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:22:\"IMG_8468-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:20:\"IMG_8468-700x467.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:20:\"IMG_8468-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1435228721;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(12613,16849,'_edit_last','1'),(12614,16849,'_edit_lock','1438711728:1'),(12615,16849,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12616,16849,'qode_animate-page-title','no'),(12617,16849,'qode_portfolio_gallery_image_orientation','full'),(12618,16849,'qode_portfolio-external-link-target','_blank'),(12619,16849,'qode_portfolio_type_masonry_style','default'),(12620,16849,'qode_portfolio_show_sidebar','default'),(12621,16850,'_edit_last','1'),(12622,16850,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12623,16850,'qode_animate-page-title','no'),(12624,16850,'qode_portfolio_gallery_image_orientation','full'),(12625,16850,'qode_portfolio-external-link-target','_blank'),(12626,16850,'qode_portfolio_type_masonry_style','default'),(12627,16850,'qode_portfolio_show_sidebar','default'),(12628,16850,'_edit_lock','1438711823:1'),(12629,16852,'_edit_last','1'),(12630,16852,'_edit_lock','1438710444:1'),(12631,16853,'_edit_last','1'),(12632,16853,'_edit_lock','1438710483:1'),(12633,16853,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12634,16853,'qode_animate-page-title','no'),(12635,16853,'qode_portfolio_gallery_image_orientation','full'),(12636,16853,'qode_portfolio-external-link-target','_blank'),(12637,16853,'qode_portfolio_type_masonry_style','default'),(12638,16853,'qode_portfolio_show_sidebar','default'),(12639,16852,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12640,16852,'qode_animate-page-title','no'),(12641,16852,'qode_portfolio_gallery_image_orientation','full'),(12642,16852,'qode_portfolio-external-link-target','_blank'),(12643,16852,'qode_portfolio_type_masonry_style','default'),(12644,16852,'qode_portfolio_show_sidebar','default'),(12648,16850,'_wp_old_slug','16850'),(12650,16798,'_wp_old_slug','takeoutcombo-sample-3'),(12652,16796,'_wp_old_slug','takeoutcombo-sample-1'),(12663,16785,'_wp_old_slug','lid-sample-1'),(12668,16852,'_wp_old_slug','6-clamshell-pet'),(12669,16853,'_wp_old_slug','9-clamshell-pet'),(12670,16852,'_wp_old_slug','6-clamshell-rpet'),(12671,16868,'_edit_last','1'),(12672,16868,'_edit_lock','1438710984:1'),(12673,16868,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12674,16868,'qode_animate-page-title','no'),(12675,16868,'qode_portfolio_gallery_image_orientation','full'),(12676,16868,'qode_portfolio-external-link-target','_blank'),(12677,16868,'qode_portfolio_type_masonry_style','default'),(12678,16868,'qode_portfolio_show_sidebar','default'),(12679,16869,'_edit_last','1'),(12680,16869,'_edit_lock','1438711970:1'),(12681,16869,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12682,16869,'qode_animate-page-title','no'),(12683,16869,'qode_portfolio_gallery_image_orientation','full'),(12684,16869,'qode_portfolio-external-link-target','_blank'),(12685,16869,'qode_portfolio_type_masonry_style','default'),(12686,16869,'qode_portfolio_show_sidebar','default'),(12687,16870,'_edit_last','1'),(12688,16870,'_edit_lock','1438709571:1'),(12689,16870,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12690,16870,'qode_animate-page-title','no'),(12691,16870,'qode_portfolio_gallery_image_orientation','full'),(12692,16870,'qode_portfolio-external-link-target','_blank'),(12693,16870,'qode_portfolio_type_masonry_style','default'),(12694,16870,'qode_portfolio_show_sidebar','default'),(12695,16871,'_edit_last','1'),(12696,16871,'_edit_lock','1438712015:1'),(12697,16871,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12698,16871,'qode_animate-page-title','no'),(12699,16871,'qode_portfolio_gallery_image_orientation','full'),(12700,16871,'qode_portfolio-external-link-target','_blank'),(12701,16871,'qode_portfolio_type_masonry_style','default'),(12702,16871,'qode_portfolio_show_sidebar','default'),(12719,16874,'_edit_last','1'),(12720,16874,'_edit_lock','1438709252:1'),(12721,16874,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12722,16874,'qode_animate-page-title','no'),(12723,16874,'qode_portfolio_gallery_image_orientation','full'),(12724,16874,'qode_portfolio-external-link-target','_blank'),(12725,16874,'qode_portfolio_type_masonry_style','default'),(12726,16874,'qode_portfolio_show_sidebar','default'),(12727,16875,'_edit_last','1'),(12728,16875,'_edit_lock','1438710733:1'),(12729,16876,'_edit_last','1'),(12730,16876,'_edit_lock','1438710779:1'),(12731,16875,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12732,16875,'qode_animate-page-title','no'),(12733,16875,'qode_portfolio_gallery_image_orientation','full'),(12734,16875,'qode_portfolio-external-link-target','_blank'),(12735,16875,'qode_portfolio_type_masonry_style','default'),(12736,16875,'qode_portfolio_show_sidebar','default'),(12737,16876,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12738,16876,'qode_animate-page-title','no'),(12739,16876,'qode_portfolio_gallery_image_orientation','full'),(12740,16876,'qode_portfolio-external-link-target','_blank'),(12741,16876,'qode_portfolio_type_masonry_style','default'),(12742,16876,'qode_portfolio_show_sidebar','default'),(12743,16877,'_edit_last','1'),(12744,16877,'_edit_lock','1438891178:1'),(12753,16877,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12755,16877,'qode_portfolio_gallery_image_orientation','full'),(12756,16877,'qode_portfolio-external-link-target','_blank'),(12757,16877,'qode_portfolio_type_masonry_style','default'),(12759,16879,'_edit_last','1'),(12760,16879,'_edit_lock','1438709481:1'),(12769,16879,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12770,16879,'qode_animate-page-title','no'),(12771,16879,'qode_portfolio_gallery_image_orientation','full'),(12772,16879,'qode_portfolio-external-link-target','_blank'),(12773,16879,'qode_portfolio_type_masonry_style','default'),(12774,16879,'qode_portfolio_show_sidebar','default'),(12783,16882,'_edit_last','1'),(12784,16882,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12785,16882,'qode_animate-page-title','no'),(12786,16882,'qode_portfolio_gallery_image_orientation','full'),(12787,16882,'qode_portfolio-external-link-target','_blank'),(12788,16882,'qode_portfolio_type_masonry_style','default'),(12789,16882,'qode_portfolio_show_sidebar','default'),(12790,16882,'_edit_lock','1438710867:1'),(12791,16883,'_edit_last','1'),(12792,16883,'_edit_lock','1438710922:1'),(12793,16883,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12794,16883,'qode_animate-page-title','no'),(12795,16883,'qode_portfolio_gallery_image_orientation','full'),(12796,16883,'qode_portfolio-external-link-target','_blank'),(12797,16883,'qode_portfolio_type_masonry_style','default'),(12798,16883,'qode_portfolio_show_sidebar','default'),(12799,16884,'_edit_last','1'),(12800,16884,'_edit_lock','1438711625:1'),(12801,16884,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12802,16884,'qode_animate-page-title','no'),(12803,16884,'qode_portfolio_gallery_image_orientation','full'),(12804,16884,'qode_portfolio-external-link-target','_blank'),(12805,16884,'qode_portfolio_type_masonry_style','default'),(12806,16884,'qode_portfolio_show_sidebar','default'),(12807,16885,'_edit_last','1'),(12808,16885,'_edit_lock','1438711666:1'),(12809,16885,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12810,16885,'qode_animate-page-title','no'),(12811,16885,'qode_portfolio_gallery_image_orientation','full'),(12812,16885,'qode_portfolio-external-link-target','_blank'),(12813,16885,'qode_portfolio_type_masonry_style','default'),(12814,16885,'qode_portfolio_show_sidebar','default'),(12815,16887,'_edit_last','1'),(12816,16887,'_edit_lock','1438710376:1'),(12817,16887,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12818,16887,'qode_animate-page-title','no'),(12819,16887,'qode_portfolio_gallery_image_orientation','full'),(12820,16887,'qode_portfolio-external-link-target','_blank'),(12821,16887,'qode_portfolio_type_masonry_style','default'),(12822,16887,'qode_portfolio_show_sidebar','default'),(12823,16888,'_edit_last','1'),(12824,16888,'_edit_lock','1438710220:1'),(12825,16889,'_edit_last','1'),(12826,16889,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12827,16889,'qode_animate-page-title','no'),(12828,16889,'qode_portfolio_gallery_image_orientation','full'),(12829,16889,'qode_portfolio-external-link-target','_blank'),(12830,16889,'qode_portfolio_type_masonry_style','default'),(12831,16889,'qode_portfolio_show_sidebar','default'),(12832,16889,'_edit_lock','1438710287:1'),(12833,16888,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12834,16888,'qode_animate-page-title','no'),(12835,16888,'qode_portfolio_gallery_image_orientation','full'),(12836,16888,'qode_portfolio-external-link-target','_blank'),(12837,16888,'qode_portfolio_type_masonry_style','default'),(12838,16888,'qode_portfolio_show_sidebar','default'),(12841,16892,'_edit_last','1'),(12842,16892,'_edit_lock','1438710172:1'),(12849,16892,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12850,16892,'qode_animate-page-title','no'),(12851,16892,'qode_portfolio_gallery_image_orientation','full'),(12852,16892,'qode_portfolio-external-link-target','_blank'),(12853,16892,'qode_portfolio_type_masonry_style','default'),(12854,16892,'qode_portfolio_show_sidebar','default'),(12855,16894,'_edit_last','1'),(12856,16894,'_edit_lock','1438710056:1'),(12857,16895,'_edit_last','1'),(12858,16895,'_edit_lock','1438710244:1'),(12859,16895,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12860,16895,'qode_animate-page-title','no'),(12861,16895,'qode_portfolio_gallery_image_orientation','full'),(12862,16895,'qode_portfolio-external-link-target','_blank'),(12863,16895,'qode_portfolio_type_masonry_style','default'),(12864,16895,'qode_portfolio_show_sidebar','default'),(12865,16894,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12866,16894,'qode_animate-page-title','no'),(12867,16894,'qode_portfolio_gallery_image_orientation','full'),(12868,16894,'qode_portfolio-external-link-target','_blank'),(12869,16894,'qode_portfolio_type_masonry_style','default'),(12870,16894,'qode_portfolio_show_sidebar','default'),(12871,16897,'_edit_last','1'),(12872,16897,'_edit_lock','1438709950:1'),(12873,16897,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12874,16897,'qode_animate-page-title','no'),(12875,16897,'qode_portfolio_gallery_image_orientation','full'),(12876,16897,'qode_portfolio-external-link-target','_blank'),(12877,16897,'qode_portfolio_type_masonry_style','default'),(12878,16897,'qode_portfolio_show_sidebar','default'),(12879,16896,'_edit_last','1'),(12880,16896,'_edit_lock','1438709842:1'),(12881,16896,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12882,16896,'qode_animate-page-title','no'),(12883,16896,'qode_portfolio_gallery_image_orientation','full'),(12884,16896,'qode_portfolio-external-link-target','_blank'),(12885,16896,'qode_portfolio_type_masonry_style','default'),(12886,16896,'qode_portfolio_show_sidebar','default'),(12887,16899,'_edit_last','1'),(12888,16899,'_edit_lock','1438709698:1'),(12889,16898,'_edit_last','1'),(12890,16898,'_edit_lock','1438709627:1'),(12891,16898,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12892,16898,'qode_animate-page-title','no'),(12893,16898,'qode_portfolio_gallery_image_orientation','full'),(12894,16898,'qode_portfolio-external-link-target','_blank'),(12895,16898,'qode_portfolio_type_masonry_style','default'),(12896,16898,'qode_portfolio_show_sidebar','default'),(12897,16899,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12898,16899,'qode_animate-page-title','no'),(12899,16899,'qode_portfolio_gallery_image_orientation','full'),(12900,16899,'qode_portfolio-external-link-target','_blank'),(12901,16899,'qode_portfolio_type_masonry_style','default'),(12902,16899,'qode_portfolio_show_sidebar','default'),(12934,16901,'_edit_last','1'),(12935,16901,'_edit_lock','1438551734:1'),(12938,16902,'_edit_last','1'),(12939,16902,'_edit_lock','1438566491:1'),(12954,16901,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12955,16901,'qode_animate-page-title','no'),(12956,16901,'qode_portfolio_gallery_image_orientation','full'),(12957,16901,'qode_portfolio-external-link-target','_blank'),(12958,16901,'qode_portfolio_type_masonry_style','default'),(12959,16901,'qode_portfolio_show_sidebar','default'),(12960,16902,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(12961,16902,'qode_animate-page-title','no'),(12962,16902,'qode_portfolio_gallery_image_orientation','full'),(12963,16902,'qode_portfolio-external-link-target','_blank'),(12964,16902,'qode_portfolio_type_masonry_style','default'),(12965,16902,'qode_portfolio_show_sidebar','default'),(13161,16996,'_wp_attached_file','2015/07/PETSaladLid.jpg'),(13162,16996,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3021;s:6:\"height\";i:2266;s:4:\"file\";s:23:\"2015/07/PETSaladLid.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"PETSaladLid-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"PETSaladLid-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"PETSaladLid-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:23:\"PETSaladLid-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:23:\"PETSaladLid-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:23:\"PETSaladLid-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:23:\"PETSaladLid-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:23:\"PETSaladLid-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:23:\"PETSaladLid-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:23:\"PETSaladLid-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:24:\"PETSaladLid-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:24:\"PETSaladLid-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:25:\"PETSaladLid-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:23:\"PETSaladLid-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:23:\"PETSaladLid-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436202423;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13163,16997,'_wp_attached_file','2015/07/PETSaladContainer.jpg'),(13164,16997,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3285;s:6:\"height\";i:2464;s:4:\"file\";s:29:\"2015/07/PETSaladContainer.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"PETSaladContainer-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"PETSaladContainer-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"PETSaladContainer-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:29:\"PETSaladContainer-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:29:\"PETSaladContainer-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:29:\"PETSaladContainer-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:29:\"PETSaladContainer-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:29:\"PETSaladContainer-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:29:\"PETSaladContainer-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:29:\"PETSaladContainer-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:30:\"PETSaladContainer-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:30:\"PETSaladContainer-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:31:\"PETSaladContainer-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:29:\"PETSaladContainer-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:29:\"PETSaladContainer-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436202317;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13165,16998,'_wp_attached_file','2015/07/Combo_PETSaladContainerAndLid.jpg'),(13166,16998,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3356;s:6:\"height\";i:2517;s:4:\"file\";s:41:\"2015/07/Combo_PETSaladContainerAndLid.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Combo_PETSaladContainerAndLid-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Combo_PETSaladContainerAndLid-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Combo_PETSaladContainerAndLid-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:41:\"Combo_PETSaladContainerAndLid-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:41:\"Combo_PETSaladContainerAndLid-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:41:\"Combo_PETSaladContainerAndLid-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:41:\"Combo_PETSaladContainerAndLid-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:41:\"Combo_PETSaladContainerAndLid-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:41:\"Combo_PETSaladContainerAndLid-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:41:\"Combo_PETSaladContainerAndLid-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:42:\"Combo_PETSaladContainerAndLid-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:42:\"Combo_PETSaladContainerAndLid-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:43:\"Combo_PETSaladContainerAndLid-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:41:\"Combo_PETSaladContainerAndLid-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:41:\"Combo_PETSaladContainerAndLid-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436202475;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13167,16999,'_wp_attached_file','2015/07/Combo_AS624CBR_AS6CLR.jpg'),(13168,16999,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3629;s:6:\"height\";i:2722;s:4:\"file\";s:33:\"2015/07/Combo_AS624CBR_AS6CLR.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Combo_AS624CBR_AS6CLR-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Combo_AS624CBR_AS6CLR-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Combo_AS624CBR_AS6CLR-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:33:\"Combo_AS624CBR_AS6CLR-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:33:\"Combo_AS624CBR_AS6CLR-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:33:\"Combo_AS624CBR_AS6CLR-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:33:\"Combo_AS624CBR_AS6CLR-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:33:\"Combo_AS624CBR_AS6CLR-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:33:\"Combo_AS624CBR_AS6CLR-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:33:\"Combo_AS624CBR_AS6CLR-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:34:\"Combo_AS624CBR_AS6CLR-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:34:\"Combo_AS624CBR_AS6CLR-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:35:\"Combo_AS624CBR_AS6CLR-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:33:\"Combo_AS624CBR_AS6CLR-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:33:\"Combo_AS624CBR_AS6CLR-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436197267;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"72\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13169,17000,'_wp_attached_file','2015/07/Combo_AR948B_AR9LCtop.jpg'),(13170,17000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3518;s:6:\"height\";i:2639;s:4:\"file\";s:33:\"2015/07/Combo_AR948B_AR9LCtop.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Combo_AR948B_AR9LCtop-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Combo_AR948B_AR9LCtop-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Combo_AR948B_AR9LCtop-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:33:\"Combo_AR948B_AR9LCtop-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:33:\"Combo_AR948B_AR9LCtop-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:33:\"Combo_AR948B_AR9LCtop-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:33:\"Combo_AR948B_AR9LCtop-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:33:\"Combo_AR948B_AR9LCtop-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:33:\"Combo_AR948B_AR9LCtop-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:33:\"Combo_AR948B_AR9LCtop-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:34:\"Combo_AR948B_AR9LCtop-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:34:\"Combo_AR948B_AR9LCtop-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:35:\"Combo_AR948B_AR9LCtop-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:33:\"Combo_AR948B_AR9LCtop-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:33:\"Combo_AR948B_AR9LCtop-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436196103;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"62\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13171,17001,'_wp_attached_file','2015/07/Combo_AR948B_AR9LC.jpg'),(13172,17001,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3877;s:6:\"height\";i:2908;s:4:\"file\";s:30:\"2015/07/Combo_AR948B_AR9LC.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Combo_AR948B_AR9LC-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Combo_AR948B_AR9LC-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Combo_AR948B_AR9LC-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"Combo_AR948B_AR9LC-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"Combo_AR948B_AR9LC-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"Combo_AR948B_AR9LC-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"Combo_AR948B_AR9LC-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"Combo_AR948B_AR9LC-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"Combo_AR948B_AR9LC-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"Combo_AR948B_AR9LC-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"Combo_AR948B_AR9LC-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"Combo_AR948B_AR9LC-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:32:\"Combo_AR948B_AR9LC-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:30:\"Combo_AR948B_AR9LC-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:30:\"Combo_AR948B_AR9LC-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436196087;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"67\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13173,17002,'_wp_attached_file','2015/07/Combo_AR832B_AR8LCtop.jpg'),(13174,17002,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3367;s:6:\"height\";i:2525;s:4:\"file\";s:33:\"2015/07/Combo_AR832B_AR8LCtop.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Combo_AR832B_AR8LCtop-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Combo_AR832B_AR8LCtop-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Combo_AR832B_AR8LCtop-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:33:\"Combo_AR832B_AR8LCtop-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:33:\"Combo_AR832B_AR8LCtop-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:33:\"Combo_AR832B_AR8LCtop-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:33:\"Combo_AR832B_AR8LCtop-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:33:\"Combo_AR832B_AR8LCtop-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:33:\"Combo_AR832B_AR8LCtop-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:33:\"Combo_AR832B_AR8LCtop-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:34:\"Combo_AR832B_AR8LCtop-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:34:\"Combo_AR832B_AR8LCtop-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:35:\"Combo_AR832B_AR8LCtop-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:33:\"Combo_AR832B_AR8LCtop-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:33:\"Combo_AR832B_AR8LCtop-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436195951;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13175,17003,'_wp_attached_file','2015/07/Combo_AR832B_AR8LC.jpg'),(13176,17003,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3269;s:6:\"height\";i:2451;s:4:\"file\";s:30:\"2015/07/Combo_AR832B_AR8LC.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Combo_AR832B_AR8LC-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Combo_AR832B_AR8LC-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Combo_AR832B_AR8LC-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"Combo_AR832B_AR8LC-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"Combo_AR832B_AR8LC-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"Combo_AR832B_AR8LC-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"Combo_AR832B_AR8LC-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"Combo_AR832B_AR8LC-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"Combo_AR832B_AR8LC-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"Combo_AR832B_AR8LC-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"Combo_AR832B_AR8LC-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"Combo_AR832B_AR8LC-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:32:\"Combo_AR832B_AR8LC-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:30:\"Combo_AR832B_AR8LC-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:30:\"Combo_AR832B_AR8LC-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436195817;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"57\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13177,17004,'_wp_attached_file','2015/07/Combo_AR414B_AR4LCtop.jpg'),(13178,17004,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3629;s:6:\"height\";i:2722;s:4:\"file\";s:33:\"2015/07/Combo_AR414B_AR4LCtop.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Combo_AR414B_AR4LCtop-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Combo_AR414B_AR4LCtop-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Combo_AR414B_AR4LCtop-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:33:\"Combo_AR414B_AR4LCtop-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:33:\"Combo_AR414B_AR4LCtop-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:33:\"Combo_AR414B_AR4LCtop-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:33:\"Combo_AR414B_AR4LCtop-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:33:\"Combo_AR414B_AR4LCtop-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:33:\"Combo_AR414B_AR4LCtop-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:33:\"Combo_AR414B_AR4LCtop-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:34:\"Combo_AR414B_AR4LCtop-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:34:\"Combo_AR414B_AR4LCtop-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:35:\"Combo_AR414B_AR4LCtop-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:33:\"Combo_AR414B_AR4LCtop-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:33:\"Combo_AR414B_AR4LCtop-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436196340;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13179,17005,'_wp_attached_file','2015/07/Combo_AR414B_AR4LC.jpg'),(13180,17005,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3411;s:6:\"height\";i:2559;s:4:\"file\";s:30:\"2015/07/Combo_AR414B_AR4LC.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Combo_AR414B_AR4LC-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Combo_AR414B_AR4LC-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Combo_AR414B_AR4LC-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"Combo_AR414B_AR4LC-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"Combo_AR414B_AR4LC-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"Combo_AR414B_AR4LC-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"Combo_AR414B_AR4LC-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"Combo_AR414B_AR4LC-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"Combo_AR414B_AR4LC-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"Combo_AR414B_AR4LC-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"Combo_AR414B_AR4LC-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"Combo_AR414B_AR4LC-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:32:\"Combo_AR414B_AR4LC-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:30:\"Combo_AR414B_AR4LC-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:30:\"Combo_AR414B_AR4LC-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436196386;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"87\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13181,17006,'_wp_attached_file','2015/07/Combo_AR11BSR_AR11CLR.jpg'),(13182,17006,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3430;s:6:\"height\";i:2573;s:4:\"file\";s:33:\"2015/07/Combo_AR11BSR_AR11CLR.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Combo_AR11BSR_AR11CLR-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Combo_AR11BSR_AR11CLR-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Combo_AR11BSR_AR11CLR-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:33:\"Combo_AR11BSR_AR11CLR-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:33:\"Combo_AR11BSR_AR11CLR-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:33:\"Combo_AR11BSR_AR11CLR-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:33:\"Combo_AR11BSR_AR11CLR-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:33:\"Combo_AR11BSR_AR11CLR-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:33:\"Combo_AR11BSR_AR11CLR-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:33:\"Combo_AR11BSR_AR11CLR-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:34:\"Combo_AR11BSR_AR11CLR-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:34:\"Combo_AR11BSR_AR11CLR-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:35:\"Combo_AR11BSR_AR11CLR-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:33:\"Combo_AR11BSR_AR11CLR-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:33:\"Combo_AR11BSR_AR11CLR-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436202106;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13183,17007,'_wp_attached_file','2015/07/Combo_AR10B3C-WD3_AR10LC3Ctop.jpg'),(13184,17007,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3067;s:6:\"height\";i:2300;s:4:\"file\";s:41:\"2015/07/Combo_AR10B3C-WD3_AR10LC3Ctop.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Combo_AR10B3C-WD3_AR10LC3Ctop-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Combo_AR10B3C-WD3_AR10LC3Ctop-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Combo_AR10B3C-WD3_AR10LC3Ctop-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:41:\"Combo_AR10B3C-WD3_AR10LC3Ctop-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:41:\"Combo_AR10B3C-WD3_AR10LC3Ctop-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:41:\"Combo_AR10B3C-WD3_AR10LC3Ctop-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:41:\"Combo_AR10B3C-WD3_AR10LC3Ctop-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:41:\"Combo_AR10B3C-WD3_AR10LC3Ctop-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:41:\"Combo_AR10B3C-WD3_AR10LC3Ctop-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:41:\"Combo_AR10B3C-WD3_AR10LC3Ctop-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:42:\"Combo_AR10B3C-WD3_AR10LC3Ctop-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:42:\"Combo_AR10B3C-WD3_AR10LC3Ctop-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:43:\"Combo_AR10B3C-WD3_AR10LC3Ctop-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:41:\"Combo_AR10B3C-WD3_AR10LC3Ctop-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:41:\"Combo_AR10B3C-WD3_AR10LC3Ctop-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436195030;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13185,17008,'_wp_attached_file','2015/07/Combo_AR10B3C-WD3_AR10LC3C.jpg'),(13186,17008,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3335;s:6:\"height\";i:2501;s:4:\"file\";s:38:\"2015/07/Combo_AR10B3C-WD3_AR10LC3C.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Combo_AR10B3C-WD3_AR10LC3C-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Combo_AR10B3C-WD3_AR10LC3C-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Combo_AR10B3C-WD3_AR10LC3C-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:38:\"Combo_AR10B3C-WD3_AR10LC3C-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:38:\"Combo_AR10B3C-WD3_AR10LC3C-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:38:\"Combo_AR10B3C-WD3_AR10LC3C-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:38:\"Combo_AR10B3C-WD3_AR10LC3C-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:38:\"Combo_AR10B3C-WD3_AR10LC3C-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:38:\"Combo_AR10B3C-WD3_AR10LC3C-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:38:\"Combo_AR10B3C-WD3_AR10LC3C-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:39:\"Combo_AR10B3C-WD3_AR10LC3C-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:39:\"Combo_AR10B3C-WD3_AR10LC3C-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:40:\"Combo_AR10B3C-WD3_AR10LC3C-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:38:\"Combo_AR10B3C-WD3_AR10LC3C-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:38:\"Combo_AR10B3C-WD3_AR10LC3C-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436194979;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13187,17009,'_wp_attached_file','2015/07/Combo_AR10B3C-WD3_AR10CVRtop.jpg'),(13188,17009,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3463;s:6:\"height\";i:2597;s:4:\"file\";s:40:\"2015/07/Combo_AR10B3C-WD3_AR10CVRtop.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Combo_AR10B3C-WD3_AR10CVRtop-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Combo_AR10B3C-WD3_AR10CVRtop-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Combo_AR10B3C-WD3_AR10CVRtop-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:40:\"Combo_AR10B3C-WD3_AR10CVRtop-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:40:\"Combo_AR10B3C-WD3_AR10CVRtop-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:40:\"Combo_AR10B3C-WD3_AR10CVRtop-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:40:\"Combo_AR10B3C-WD3_AR10CVRtop-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:40:\"Combo_AR10B3C-WD3_AR10CVRtop-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:40:\"Combo_AR10B3C-WD3_AR10CVRtop-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:40:\"Combo_AR10B3C-WD3_AR10CVRtop-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:41:\"Combo_AR10B3C-WD3_AR10CVRtop-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:41:\"Combo_AR10B3C-WD3_AR10CVRtop-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:42:\"Combo_AR10B3C-WD3_AR10CVRtop-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:40:\"Combo_AR10B3C-WD3_AR10CVRtop-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:40:\"Combo_AR10B3C-WD3_AR10CVRtop-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436195501;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13189,17010,'_wp_attached_file','2015/07/Combo_AR10B3C-WD3_AR10CVR.jpg'),(13190,17010,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3417;s:6:\"height\";i:2563;s:4:\"file\";s:37:\"2015/07/Combo_AR10B3C-WD3_AR10CVR.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Combo_AR10B3C-WD3_AR10CVR-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Combo_AR10B3C-WD3_AR10CVR-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Combo_AR10B3C-WD3_AR10CVR-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:37:\"Combo_AR10B3C-WD3_AR10CVR-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:37:\"Combo_AR10B3C-WD3_AR10CVR-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:37:\"Combo_AR10B3C-WD3_AR10CVR-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:37:\"Combo_AR10B3C-WD3_AR10CVR-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:37:\"Combo_AR10B3C-WD3_AR10CVR-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:37:\"Combo_AR10B3C-WD3_AR10CVR-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:37:\"Combo_AR10B3C-WD3_AR10CVR-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:38:\"Combo_AR10B3C-WD3_AR10CVR-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:38:\"Combo_AR10B3C-WD3_AR10CVR-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:39:\"Combo_AR10B3C-WD3_AR10CVR-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:37:\"Combo_AR10B3C-WD3_AR10CVR-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:37:\"Combo_AR10B3C-WD3_AR10CVR-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436195464;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"47\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13191,17011,'_wp_attached_file','2015/07/AS624CBR_6x6Base.jpg'),(13192,17011,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3629;s:6:\"height\";i:2722;s:4:\"file\";s:28:\"2015/07/AS624CBR_6x6Base.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"AS624CBR_6x6Base-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"AS624CBR_6x6Base-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"AS624CBR_6x6Base-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:28:\"AS624CBR_6x6Base-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:28:\"AS624CBR_6x6Base-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:28:\"AS624CBR_6x6Base-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:28:\"AS624CBR_6x6Base-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:28:\"AS624CBR_6x6Base-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:28:\"AS624CBR_6x6Base-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:28:\"AS624CBR_6x6Base-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:29:\"AS624CBR_6x6Base-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:29:\"AS624CBR_6x6Base-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:30:\"AS624CBR_6x6Base-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:28:\"AS624CBR_6x6Base-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:28:\"AS624CBR_6x6Base-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436197061;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13193,17012,'_wp_attached_file','2015/07/AS9ZZCBR_9x9Base.jpg'),(13194,17012,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3820;s:6:\"height\";i:2865;s:4:\"file\";s:28:\"2015/07/AS9ZZCBR_9x9Base.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"AS9ZZCBR_9x9Base-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"AS9ZZCBR_9x9Base-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"AS9ZZCBR_9x9Base-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:28:\"AS9ZZCBR_9x9Base-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:28:\"AS9ZZCBR_9x9Base-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:28:\"AS9ZZCBR_9x9Base-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:28:\"AS9ZZCBR_9x9Base-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:28:\"AS9ZZCBR_9x9Base-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:28:\"AS9ZZCBR_9x9Base-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:28:\"AS9ZZCBR_9x9Base-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:29:\"AS9ZZCBR_9x9Base-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:29:\"AS9ZZCBR_9x9Base-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:30:\"AS9ZZCBR_9x9Base-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:28:\"AS9ZZCBR_9x9Base-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:28:\"AS9ZZCBR_9x9Base-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436200885;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"57\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13195,17013,'_wp_attached_file','2015/07/AS9CLR_9x9Lid.jpg'),(13196,17013,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3525;s:6:\"height\";i:2644;s:4:\"file\";s:25:\"2015/07/AS9CLR_9x9Lid.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"AS9CLR_9x9Lid-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"AS9CLR_9x9Lid-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"AS9CLR_9x9Lid-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:25:\"AS9CLR_9x9Lid-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:25:\"AS9CLR_9x9Lid-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:25:\"AS9CLR_9x9Lid-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:25:\"AS9CLR_9x9Lid-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:25:\"AS9CLR_9x9Lid-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:25:\"AS9CLR_9x9Lid-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:25:\"AS9CLR_9x9Lid-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:26:\"AS9CLR_9x9Lid-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:26:\"AS9CLR_9x9Lid-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:27:\"AS9CLR_9x9Lid-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:25:\"AS9CLR_9x9Lid-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:25:\"AS9CLR_9x9Lid-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436201022;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"57\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13197,17014,'_wp_attached_file','2015/07/AS8ZZCBR_8x8Base.jpg'),(13198,17014,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3469;s:6:\"height\";i:2602;s:4:\"file\";s:28:\"2015/07/AS8ZZCBR_8x8Base.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"AS8ZZCBR_8x8Base-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"AS8ZZCBR_8x8Base-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"AS8ZZCBR_8x8Base-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:28:\"AS8ZZCBR_8x8Base-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:28:\"AS8ZZCBR_8x8Base-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:28:\"AS8ZZCBR_8x8Base-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:28:\"AS8ZZCBR_8x8Base-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:28:\"AS8ZZCBR_8x8Base-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:28:\"AS8ZZCBR_8x8Base-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:28:\"AS8ZZCBR_8x8Base-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:29:\"AS8ZZCBR_8x8Base-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:29:\"AS8ZZCBR_8x8Base-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:30:\"AS8ZZCBR_8x8Base-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:28:\"AS8ZZCBR_8x8Base-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:28:\"AS8ZZCBR_8x8Base-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436200619;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13199,17015,'_wp_attached_file','2015/07/AS8CLR_8x8Lid.jpg'),(13200,17015,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3527;s:6:\"height\";i:2645;s:4:\"file\";s:25:\"2015/07/AS8CLR_8x8Lid.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"AS8CLR_8x8Lid-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"AS8CLR_8x8Lid-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"AS8CLR_8x8Lid-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:25:\"AS8CLR_8x8Lid-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:25:\"AS8CLR_8x8Lid-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:25:\"AS8CLR_8x8Lid-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:25:\"AS8CLR_8x8Lid-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:25:\"AS8CLR_8x8Lid-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:25:\"AS8CLR_8x8Lid-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:25:\"AS8CLR_8x8Lid-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:26:\"AS8CLR_8x8Lid-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:26:\"AS8CLR_8x8Lid-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:27:\"AS8CLR_8x8Lid-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:25:\"AS8CLR_8x8Lid-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:25:\"AS8CLR_8x8Lid-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436200706;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13201,17016,'_wp_attached_file','2015/07/AS6CLR_6x6Lid.jpg'),(13202,17016,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3531;s:6:\"height\";i:2649;s:4:\"file\";s:25:\"2015/07/AS6CLR_6x6Lid.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"AS6CLR_6x6Lid-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"AS6CLR_6x6Lid-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"AS6CLR_6x6Lid-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:25:\"AS6CLR_6x6Lid-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:25:\"AS6CLR_6x6Lid-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:25:\"AS6CLR_6x6Lid-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:25:\"AS6CLR_6x6Lid-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:25:\"AS6CLR_6x6Lid-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:25:\"AS6CLR_6x6Lid-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:25:\"AS6CLR_6x6Lid-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:26:\"AS6CLR_6x6Lid-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:26:\"AS6CLR_6x6Lid-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:27:\"AS6CLR_6x6Lid-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:25:\"AS6CLR_6x6Lid-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:25:\"AS6CLR_6x6Lid-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436197129;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13203,17017,'_wp_attached_file','2015/07/AR948B_48oz9inRoundBase.jpg'),(13204,17017,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3560;s:6:\"height\";i:2670;s:4:\"file\";s:35:\"2015/07/AR948B_48oz9inRoundBase.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"AR948B_48oz9inRoundBase-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"AR948B_48oz9inRoundBase-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"AR948B_48oz9inRoundBase-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:35:\"AR948B_48oz9inRoundBase-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:35:\"AR948B_48oz9inRoundBase-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:35:\"AR948B_48oz9inRoundBase-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:35:\"AR948B_48oz9inRoundBase-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:35:\"AR948B_48oz9inRoundBase-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:35:\"AR948B_48oz9inRoundBase-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:35:\"AR948B_48oz9inRoundBase-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:36:\"AR948B_48oz9inRoundBase-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:36:\"AR948B_48oz9inRoundBase-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:37:\"AR948B_48oz9inRoundBase-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:35:\"AR948B_48oz9inRoundBase-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:35:\"AR948B_48oz9inRoundBase-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436185151;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"62\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13205,17018,'_wp_attached_file','2015/07/AR832B_32oz8inRoundBase.jpg'),(13206,17018,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3456;s:6:\"height\";i:2592;s:4:\"file\";s:35:\"2015/07/AR832B_32oz8inRoundBase.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"AR832B_32oz8inRoundBase-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"AR832B_32oz8inRoundBase-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"AR832B_32oz8inRoundBase-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:35:\"AR832B_32oz8inRoundBase-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:35:\"AR832B_32oz8inRoundBase-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:35:\"AR832B_32oz8inRoundBase-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:35:\"AR832B_32oz8inRoundBase-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:35:\"AR832B_32oz8inRoundBase-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:35:\"AR832B_32oz8inRoundBase-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:35:\"AR832B_32oz8inRoundBase-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:36:\"AR832B_32oz8inRoundBase-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:36:\"AR832B_32oz8inRoundBase-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:37:\"AR832B_32oz8inRoundBase-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:35:\"AR832B_32oz8inRoundBase-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:35:\"AR832B_32oz8inRoundBase-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436184977;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"62\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13207,17019,'_wp_attached_file','2015/07/AR414B_14ozRoundBase.jpg'),(13208,17019,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3228;s:6:\"height\";i:2421;s:4:\"file\";s:32:\"2015/07/AR414B_14ozRoundBase.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"AR414B_14ozRoundBase-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"AR414B_14ozRoundBase-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"AR414B_14ozRoundBase-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:32:\"AR414B_14ozRoundBase-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:32:\"AR414B_14ozRoundBase-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:32:\"AR414B_14ozRoundBase-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:32:\"AR414B_14ozRoundBase-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:32:\"AR414B_14ozRoundBase-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:32:\"AR414B_14ozRoundBase-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:32:\"AR414B_14ozRoundBase-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:33:\"AR414B_14ozRoundBase-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:33:\"AR414B_14ozRoundBase-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:34:\"AR414B_14ozRoundBase-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:32:\"AR414B_14ozRoundBase-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:32:\"AR414B_14ozRoundBase-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436184198;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13209,17020,'_wp_attached_file','2015/07/AR47B_5ozRoundBase.jpg'),(13210,17020,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3299;s:6:\"height\";i:2474;s:4:\"file\";s:30:\"2015/07/AR47B_5ozRoundBase.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"AR47B_5ozRoundBase-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"AR47B_5ozRoundBase-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"AR47B_5ozRoundBase-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"AR47B_5ozRoundBase-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"AR47B_5ozRoundBase-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"AR47B_5ozRoundBase-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"AR47B_5ozRoundBase-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"AR47B_5ozRoundBase-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"AR47B_5ozRoundBase-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"AR47B_5ozRoundBase-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"AR47B_5ozRoundBase-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"AR47B_5ozRoundBase-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:32:\"AR47B_5ozRoundBase-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:30:\"AR47B_5ozRoundBase-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:30:\"AR47B_5ozRoundBase-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436183508;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13211,17021,'_wp_attached_file','2015/07/AR11CLR_11inCakeDome.jpg'),(13212,17021,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3629;s:6:\"height\";i:2722;s:4:\"file\";s:32:\"2015/07/AR11CLR_11inCakeDome.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"AR11CLR_11inCakeDome-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"AR11CLR_11inCakeDome-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"AR11CLR_11inCakeDome-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:32:\"AR11CLR_11inCakeDome-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:32:\"AR11CLR_11inCakeDome-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:32:\"AR11CLR_11inCakeDome-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:32:\"AR11CLR_11inCakeDome-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:32:\"AR11CLR_11inCakeDome-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:32:\"AR11CLR_11inCakeDome-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:32:\"AR11CLR_11inCakeDome-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:33:\"AR11CLR_11inCakeDome-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:33:\"AR11CLR_11inCakeDome-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:34:\"AR11CLR_11inCakeDome-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:32:\"AR11CLR_11inCakeDome-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:32:\"AR11CLR_11inCakeDome-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436202003;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13213,17022,'_wp_attached_file','2015/07/AR11BSR_11inCakeBase.jpg'),(13214,17022,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3731;s:6:\"height\";i:2798;s:4:\"file\";s:32:\"2015/07/AR11BSR_11inCakeBase.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"AR11BSR_11inCakeBase-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"AR11BSR_11inCakeBase-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"AR11BSR_11inCakeBase-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:32:\"AR11BSR_11inCakeBase-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:32:\"AR11BSR_11inCakeBase-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:32:\"AR11BSR_11inCakeBase-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:32:\"AR11BSR_11inCakeBase-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:32:\"AR11BSR_11inCakeBase-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:32:\"AR11BSR_11inCakeBase-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:32:\"AR11BSR_11inCakeBase-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:33:\"AR11BSR_11inCakeBase-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:33:\"AR11BSR_11inCakeBase-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:34:\"AR11BSR_11inCakeBase-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:32:\"AR11BSR_11inCakeBase-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:32:\"AR11BSR_11inCakeBase-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436201216;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13215,17023,'_wp_attached_file','2015/07/AR10W1C_10inPlateWhite.jpg'),(13216,17023,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3254;s:6:\"height\";i:2442;s:4:\"file\";s:34:\"2015/07/AR10W1C_10inPlateWhite.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"AR10W1C_10inPlateWhite-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"AR10W1C_10inPlateWhite-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"AR10W1C_10inPlateWhite-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:34:\"AR10W1C_10inPlateWhite-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:34:\"AR10W1C_10inPlateWhite-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:34:\"AR10W1C_10inPlateWhite-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:34:\"AR10W1C_10inPlateWhite-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:34:\"AR10W1C_10inPlateWhite-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:34:\"AR10W1C_10inPlateWhite-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:34:\"AR10W1C_10inPlateWhite-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:35:\"AR10W1C_10inPlateWhite-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:35:\"AR10W1C_10inPlateWhite-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:36:\"AR10W1C_10inPlateWhite-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:34:\"AR10W1C_10inPlateWhite-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:34:\"AR10W1C_10inPlateWhite-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436186547;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13217,17024,'_wp_attached_file','2015/07/AR10M3C-WD3_10inPlate3CompBeige.jpg'),(13218,17024,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3202;s:6:\"height\";i:2401;s:4:\"file\";s:43:\"2015/07/AR10M3C-WD3_10inPlate3CompBeige.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"AR10M3C-WD3_10inPlate3CompBeige-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"AR10M3C-WD3_10inPlate3CompBeige-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"AR10M3C-WD3_10inPlate3CompBeige-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:43:\"AR10M3C-WD3_10inPlate3CompBeige-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:43:\"AR10M3C-WD3_10inPlate3CompBeige-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:43:\"AR10M3C-WD3_10inPlate3CompBeige-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:43:\"AR10M3C-WD3_10inPlate3CompBeige-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:43:\"AR10M3C-WD3_10inPlate3CompBeige-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:43:\"AR10M3C-WD3_10inPlate3CompBeige-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:43:\"AR10M3C-WD3_10inPlate3CompBeige-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:44:\"AR10M3C-WD3_10inPlate3CompBeige-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:44:\"AR10M3C-WD3_10inPlate3CompBeige-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:45:\"AR10M3C-WD3_10inPlate3CompBeige-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:43:\"AR10M3C-WD3_10inPlate3CompBeige-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:43:\"AR10M3C-WD3_10inPlate3CompBeige-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436186707;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13219,17025,'_wp_attached_file','2015/07/AR10LC3C_10in3CompDomeLid.jpg'),(13220,17025,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3238;s:6:\"height\";i:2429;s:4:\"file\";s:37:\"2015/07/AR10LC3C_10in3CompDomeLid.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"AR10LC3C_10in3CompDomeLid-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"AR10LC3C_10in3CompDomeLid-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"AR10LC3C_10in3CompDomeLid-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:37:\"AR10LC3C_10in3CompDomeLid-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:37:\"AR10LC3C_10in3CompDomeLid-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:37:\"AR10LC3C_10in3CompDomeLid-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:37:\"AR10LC3C_10in3CompDomeLid-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:37:\"AR10LC3C_10in3CompDomeLid-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:37:\"AR10LC3C_10in3CompDomeLid-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:37:\"AR10LC3C_10in3CompDomeLid-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:38:\"AR10LC3C_10in3CompDomeLid-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:38:\"AR10LC3C_10in3CompDomeLid-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:39:\"AR10LC3C_10in3CompDomeLid-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:37:\"AR10LC3C_10in3CompDomeLid-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:37:\"AR10LC3C_10in3CompDomeLid-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436193647;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13221,17026,'_wp_attached_file','2015/07/AR10CVR_10inPieCrustProtector.jpg'),(13222,17026,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3026;s:6:\"height\";i:2270;s:4:\"file\";s:41:\"2015/07/AR10CVR_10inPieCrustProtector.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"AR10CVR_10inPieCrustProtector-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"AR10CVR_10inPieCrustProtector-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"AR10CVR_10inPieCrustProtector-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:41:\"AR10CVR_10inPieCrustProtector-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:41:\"AR10CVR_10inPieCrustProtector-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:41:\"AR10CVR_10inPieCrustProtector-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:41:\"AR10CVR_10inPieCrustProtector-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:41:\"AR10CVR_10inPieCrustProtector-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:41:\"AR10CVR_10inPieCrustProtector-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:41:\"AR10CVR_10inPieCrustProtector-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:42:\"AR10CVR_10inPieCrustProtector-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:42:\"AR10CVR_10inPieCrustProtector-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:43:\"AR10CVR_10inPieCrustProtector-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:41:\"AR10CVR_10inPieCrustProtector-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:41:\"AR10CVR_10inPieCrustProtector-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436193502;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13223,17027,'_wp_attached_file','2015/07/AR10B3C-WD3_10in10inPlate3CompBlack.jpg'),(13224,17027,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3161;s:6:\"height\";i:2371;s:4:\"file\";s:47:\"2015/07/AR10B3C-WD3_10in10inPlate3CompBlack.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"AR10B3C-WD3_10in10inPlate3CompBlack-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"AR10B3C-WD3_10in10inPlate3CompBlack-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"AR10B3C-WD3_10in10inPlate3CompBlack-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:47:\"AR10B3C-WD3_10in10inPlate3CompBlack-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:47:\"AR10B3C-WD3_10in10inPlate3CompBlack-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:47:\"AR10B3C-WD3_10in10inPlate3CompBlack-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:47:\"AR10B3C-WD3_10in10inPlate3CompBlack-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:47:\"AR10B3C-WD3_10in10inPlate3CompBlack-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:47:\"AR10B3C-WD3_10in10inPlate3CompBlack-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:47:\"AR10B3C-WD3_10in10inPlate3CompBlack-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:48:\"AR10B3C-WD3_10in10inPlate3CompBlack-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:48:\"AR10B3C-WD3_10in10inPlate3CompBlack-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:49:\"AR10B3C-WD3_10in10inPlate3CompBlack-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:47:\"AR10B3C-WD3_10in10inPlate3CompBlack-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:47:\"AR10B3C-WD3_10in10inPlate3CompBlack-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436193846;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13225,17028,'_wp_attached_file','2015/07/AR9W1C_9inPlateWhite.jpg'),(13226,17028,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3094;s:6:\"height\";i:2320;s:4:\"file\";s:32:\"2015/07/AR9W1C_9inPlateWhite.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"AR9W1C_9inPlateWhite-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"AR9W1C_9inPlateWhite-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"AR9W1C_9inPlateWhite-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:32:\"AR9W1C_9inPlateWhite-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:32:\"AR9W1C_9inPlateWhite-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:32:\"AR9W1C_9inPlateWhite-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:32:\"AR9W1C_9inPlateWhite-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:32:\"AR9W1C_9inPlateWhite-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:32:\"AR9W1C_9inPlateWhite-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:32:\"AR9W1C_9inPlateWhite-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:33:\"AR9W1C_9inPlateWhite-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:33:\"AR9W1C_9inPlateWhite-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:34:\"AR9W1C_9inPlateWhite-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:32:\"AR9W1C_9inPlateWhite-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:32:\"AR9W1C_9inPlateWhite-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436186353;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13227,17029,'_wp_attached_file','2015/07/AR9M3C_9inPlate3CompBeige.jpg'),(13228,17029,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3488;s:6:\"height\";i:2616;s:4:\"file\";s:37:\"2015/07/AR9M3C_9inPlate3CompBeige.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"AR9M3C_9inPlate3CompBeige-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"AR9M3C_9inPlate3CompBeige-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"AR9M3C_9inPlate3CompBeige-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:37:\"AR9M3C_9inPlate3CompBeige-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:37:\"AR9M3C_9inPlate3CompBeige-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:37:\"AR9M3C_9inPlate3CompBeige-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:37:\"AR9M3C_9inPlate3CompBeige-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:37:\"AR9M3C_9inPlate3CompBeige-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:37:\"AR9M3C_9inPlate3CompBeige-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:37:\"AR9M3C_9inPlate3CompBeige-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:38:\"AR9M3C_9inPlate3CompBeige-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:38:\"AR9M3C_9inPlate3CompBeige-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:39:\"AR9M3C_9inPlate3CompBeige-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:37:\"AR9M3C_9inPlate3CompBeige-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:37:\"AR9M3C_9inPlate3CompBeige-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436186132;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"57\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13229,17030,'_wp_attached_file','2015/07/AR9LC_9inDomeLid.jpg'),(13230,17030,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3325;s:6:\"height\";i:2494;s:4:\"file\";s:28:\"2015/07/AR9LC_9inDomeLid.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"AR9LC_9inDomeLid-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"AR9LC_9inDomeLid-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"AR9LC_9inDomeLid-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:28:\"AR9LC_9inDomeLid-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:28:\"AR9LC_9inDomeLid-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:28:\"AR9LC_9inDomeLid-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:28:\"AR9LC_9inDomeLid-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:28:\"AR9LC_9inDomeLid-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:28:\"AR9LC_9inDomeLid-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:28:\"AR9LC_9inDomeLid-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:29:\"AR9LC_9inDomeLid-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:29:\"AR9LC_9inDomeLid-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:30:\"AR9LC_9inDomeLid-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:28:\"AR9LC_9inDomeLid-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:28:\"AR9LC_9inDomeLid-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436185464;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"57\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13231,17031,'_wp_attached_file','2015/07/AR9CVR_9inPieCrustProtector.jpg'),(13232,17031,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2852;s:6:\"height\";i:2139;s:4:\"file\";s:39:\"2015/07/AR9CVR_9inPieCrustProtector.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"AR9CVR_9inPieCrustProtector-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"AR9CVR_9inPieCrustProtector-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AR9CVR_9inPieCrustProtector-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:39:\"AR9CVR_9inPieCrustProtector-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:39:\"AR9CVR_9inPieCrustProtector-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:39:\"AR9CVR_9inPieCrustProtector-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:39:\"AR9CVR_9inPieCrustProtector-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:39:\"AR9CVR_9inPieCrustProtector-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:39:\"AR9CVR_9inPieCrustProtector-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:39:\"AR9CVR_9inPieCrustProtector-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:40:\"AR9CVR_9inPieCrustProtector-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:40:\"AR9CVR_9inPieCrustProtector-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:41:\"AR9CVR_9inPieCrustProtector-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:39:\"AR9CVR_9inPieCrustProtector-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:39:\"AR9CVR_9inPieCrustProtector-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436193417;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13233,17032,'_wp_attached_file','2015/07/AR8LC_8inDomeLid.jpg'),(13234,17032,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3269;s:6:\"height\";i:2452;s:4:\"file\";s:28:\"2015/07/AR8LC_8inDomeLid.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"AR8LC_8inDomeLid-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"AR8LC_8inDomeLid-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"AR8LC_8inDomeLid-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:28:\"AR8LC_8inDomeLid-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:28:\"AR8LC_8inDomeLid-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:28:\"AR8LC_8inDomeLid-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:28:\"AR8LC_8inDomeLid-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:28:\"AR8LC_8inDomeLid-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:28:\"AR8LC_8inDomeLid-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:28:\"AR8LC_8inDomeLid-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:29:\"AR8LC_8inDomeLid-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:29:\"AR8LC_8inDomeLid-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:30:\"AR8LC_8inDomeLid-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:28:\"AR8LC_8inDomeLid-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:28:\"AR8LC_8inDomeLid-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436185350;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13235,17033,'_wp_attached_file','2015/07/AR4LC_SideDishLidd.jpg'),(13236,17033,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2017;s:6:\"height\";i:1513;s:4:\"file\";s:30:\"2015/07/AR4LC_SideDishLidd.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"AR4LC_SideDishLidd-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"AR4LC_SideDishLidd-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"AR4LC_SideDishLidd-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"AR4LC_SideDishLidd-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"AR4LC_SideDishLidd-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"AR4LC_SideDishLidd-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"AR4LC_SideDishLidd-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"AR4LC_SideDishLidd-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"AR4LC_SideDishLidd-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"AR4LC_SideDishLidd-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"AR4LC_SideDishLidd-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:31:\"AR4LC_SideDishLidd-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:32:\"AR4LC_SideDishLidd-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:30:\"AR4LC_SideDishLidd-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:30:\"AR4LC_SideDishLidd-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436185653;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"57\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13237,17034,'_wp_attached_file','2015/07/AO6528WC_6.5x8.25x3ClamshellWhite.jpg'),(13238,17034,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2738;s:6:\"height\";i:2053;s:4:\"file\";s:45:\"2015/07/AO6528WC_6.5x8.25x3ClamshellWhite.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"AO6528WC_6.5x8.25x3ClamshellWhite-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"AO6528WC_6.5x8.25x3ClamshellWhite-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"AO6528WC_6.5x8.25x3ClamshellWhite-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:45:\"AO6528WC_6.5x8.25x3ClamshellWhite-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:45:\"AO6528WC_6.5x8.25x3ClamshellWhite-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:45:\"AO6528WC_6.5x8.25x3ClamshellWhite-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:45:\"AO6528WC_6.5x8.25x3ClamshellWhite-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:45:\"AO6528WC_6.5x8.25x3ClamshellWhite-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:45:\"AO6528WC_6.5x8.25x3ClamshellWhite-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:45:\"AO6528WC_6.5x8.25x3ClamshellWhite-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:46:\"AO6528WC_6.5x8.25x3ClamshellWhite-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:46:\"AO6528WC_6.5x8.25x3ClamshellWhite-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:47:\"AO6528WC_6.5x8.25x3ClamshellWhite-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:45:\"AO6528WC_6.5x8.25x3ClamshellWhite-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:45:\"AO6528WC_6.5x8.25x3ClamshellWhite-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436205167;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13239,17035,'_wp_attached_file','2015/07/AO6528BC_6.5x8.25x3ClamshellBlack.jpg'),(13240,17035,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2691;s:6:\"height\";i:2019;s:4:\"file\";s:45:\"2015/07/AO6528BC_6.5x8.25x3ClamshellBlack.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"AO6528BC_6.5x8.25x3ClamshellBlack-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"AO6528BC_6.5x8.25x3ClamshellBlack-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"AO6528BC_6.5x8.25x3ClamshellBlack-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:45:\"AO6528BC_6.5x8.25x3ClamshellBlack-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:45:\"AO6528BC_6.5x8.25x3ClamshellBlack-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:45:\"AO6528BC_6.5x8.25x3ClamshellBlack-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:45:\"AO6528BC_6.5x8.25x3ClamshellBlack-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:45:\"AO6528BC_6.5x8.25x3ClamshellBlack-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:45:\"AO6528BC_6.5x8.25x3ClamshellBlack-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:45:\"AO6528BC_6.5x8.25x3ClamshellBlack-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:46:\"AO6528BC_6.5x8.25x3ClamshellBlack-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:46:\"AO6528BC_6.5x8.25x3ClamshellBlack-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:47:\"AO6528BC_6.5x8.25x3ClamshellBlack-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:45:\"AO6528BC_6.5x8.25x3ClamshellBlack-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:45:\"AO6528BC_6.5x8.25x3ClamshellBlack-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436204935;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13241,17036,'_wp_attached_file','2015/07/AO1224C1CR_24ozClamshell.jpg'),(13242,17036,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3443;s:6:\"height\";i:2581;s:4:\"file\";s:36:\"2015/07/AO1224C1CR_24ozClamshell.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"AO1224C1CR_24ozClamshell-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"AO1224C1CR_24ozClamshell-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"AO1224C1CR_24ozClamshell-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:36:\"AO1224C1CR_24ozClamshell-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:36:\"AO1224C1CR_24ozClamshell-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:36:\"AO1224C1CR_24ozClamshell-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:36:\"AO1224C1CR_24ozClamshell-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:36:\"AO1224C1CR_24ozClamshell-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:36:\"AO1224C1CR_24ozClamshell-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:36:\"AO1224C1CR_24ozClamshell-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:37:\"AO1224C1CR_24ozClamshell-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:37:\"AO1224C1CR_24ozClamshell-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:38:\"AO1224C1CR_24ozClamshell-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:36:\"AO1224C1CR_24ozClamshell-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:36:\"AO1224C1CR_24ozClamshell-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436268793;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"57\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13243,17037,'_wp_attached_file','2015/07/AO1222C1CR_22ozClamshell.jpg'),(13244,17037,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2738;s:6:\"height\";i:2053;s:4:\"file\";s:36:\"2015/07/AO1222C1CR_22ozClamshell.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"AO1222C1CR_22ozClamshell-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"AO1222C1CR_22ozClamshell-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"AO1222C1CR_22ozClamshell-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:36:\"AO1222C1CR_22ozClamshell-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:36:\"AO1222C1CR_22ozClamshell-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:36:\"AO1222C1CR_22ozClamshell-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:36:\"AO1222C1CR_22ozClamshell-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:36:\"AO1222C1CR_22ozClamshell-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:36:\"AO1222C1CR_22ozClamshell-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:36:\"AO1222C1CR_22ozClamshell-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:37:\"AO1222C1CR_22ozClamshell-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:37:\"AO1222C1CR_22ozClamshell-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:38:\"AO1222C1CR_22ozClamshell-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:36:\"AO1222C1CR_22ozClamshell-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:36:\"AO1222C1CR_22ozClamshell-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436267857;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13245,17038,'_wp_attached_file','2015/07/AO923WC3C_9x8.25x3ClamshellWhite3Comp.jpg'),(13246,17038,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3328;s:6:\"height\";i:2496;s:4:\"file\";s:49:\"2015/07/AO923WC3C_9x8.25x3ClamshellWhite3Comp.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"AO923WC3C_9x8.25x3ClamshellWhite3Comp-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"AO923WC3C_9x8.25x3ClamshellWhite3Comp-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"AO923WC3C_9x8.25x3ClamshellWhite3Comp-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:49:\"AO923WC3C_9x8.25x3ClamshellWhite3Comp-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:49:\"AO923WC3C_9x8.25x3ClamshellWhite3Comp-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:49:\"AO923WC3C_9x8.25x3ClamshellWhite3Comp-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:49:\"AO923WC3C_9x8.25x3ClamshellWhite3Comp-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:49:\"AO923WC3C_9x8.25x3ClamshellWhite3Comp-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:49:\"AO923WC3C_9x8.25x3ClamshellWhite3Comp-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:49:\"AO923WC3C_9x8.25x3ClamshellWhite3Comp-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:50:\"AO923WC3C_9x8.25x3ClamshellWhite3Comp-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:50:\"AO923WC3C_9x8.25x3ClamshellWhite3Comp-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:51:\"AO923WC3C_9x8.25x3ClamshellWhite3Comp-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:49:\"AO923WC3C_9x8.25x3ClamshellWhite3Comp-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:49:\"AO923WC3C_9x8.25x3ClamshellWhite3Comp-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436205811;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13247,17039,'_wp_attached_file','2015/07/AO923BC3C_9x8.25x3ClamshellBlack3Comp.jpg'),(13248,17039,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3369;s:6:\"height\";i:2526;s:4:\"file\";s:49:\"2015/07/AO923BC3C_9x8.25x3ClamshellBlack3Comp.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"AO923BC3C_9x8.25x3ClamshellBlack3Comp-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"AO923BC3C_9x8.25x3ClamshellBlack3Comp-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"AO923BC3C_9x8.25x3ClamshellBlack3Comp-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:49:\"AO923BC3C_9x8.25x3ClamshellBlack3Comp-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:49:\"AO923BC3C_9x8.25x3ClamshellBlack3Comp-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:49:\"AO923BC3C_9x8.25x3ClamshellBlack3Comp-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:49:\"AO923BC3C_9x8.25x3ClamshellBlack3Comp-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:49:\"AO923BC3C_9x8.25x3ClamshellBlack3Comp-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:49:\"AO923BC3C_9x8.25x3ClamshellBlack3Comp-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:49:\"AO923BC3C_9x8.25x3ClamshellBlack3Comp-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:50:\"AO923BC3C_9x8.25x3ClamshellBlack3Comp-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:50:\"AO923BC3C_9x8.25x3ClamshellBlack3Comp-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:51:\"AO923BC3C_9x8.25x3ClamshellBlack3Comp-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:49:\"AO923BC3C_9x8.25x3ClamshellBlack3Comp-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:49:\"AO923BC3C_9x8.25x3ClamshellBlack3Comp-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436206151;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13249,17040,'_wp_attached_file','2015/07/AO828WC_8x8.25x3ClamshellWhite.jpg'),(13250,17040,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3263;s:6:\"height\";i:2447;s:4:\"file\";s:42:\"2015/07/AO828WC_8x8.25x3ClamshellWhite.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"AO828WC_8x8.25x3ClamshellWhite-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"AO828WC_8x8.25x3ClamshellWhite-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"AO828WC_8x8.25x3ClamshellWhite-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:42:\"AO828WC_8x8.25x3ClamshellWhite-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:42:\"AO828WC_8x8.25x3ClamshellWhite-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:42:\"AO828WC_8x8.25x3ClamshellWhite-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:42:\"AO828WC_8x8.25x3ClamshellWhite-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:42:\"AO828WC_8x8.25x3ClamshellWhite-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:42:\"AO828WC_8x8.25x3ClamshellWhite-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:42:\"AO828WC_8x8.25x3ClamshellWhite-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:43:\"AO828WC_8x8.25x3ClamshellWhite-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:43:\"AO828WC_8x8.25x3ClamshellWhite-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:44:\"AO828WC_8x8.25x3ClamshellWhite-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:42:\"AO828WC_8x8.25x3ClamshellWhite-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:42:\"AO828WC_8x8.25x3ClamshellWhite-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436205566;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13251,17041,'_wp_attached_file','2015/07/AO629WC_6x6x3ClamshellWhite.jpg'),(13252,17041,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2609;s:6:\"height\";i:1957;s:4:\"file\";s:39:\"2015/07/AO629WC_6x6x3ClamshellWhite.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"AO629WC_6x6x3ClamshellWhite-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"AO629WC_6x6x3ClamshellWhite-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AO629WC_6x6x3ClamshellWhite-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:39:\"AO629WC_6x6x3ClamshellWhite-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:39:\"AO629WC_6x6x3ClamshellWhite-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:39:\"AO629WC_6x6x3ClamshellWhite-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:39:\"AO629WC_6x6x3ClamshellWhite-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:39:\"AO629WC_6x6x3ClamshellWhite-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:39:\"AO629WC_6x6x3ClamshellWhite-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:39:\"AO629WC_6x6x3ClamshellWhite-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:40:\"AO629WC_6x6x3ClamshellWhite-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:40:\"AO629WC_6x6x3ClamshellWhite-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:41:\"AO629WC_6x6x3ClamshellWhite-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:39:\"AO629WC_6x6x3ClamshellWhite-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:39:\"AO629WC_6x6x3ClamshellWhite-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436204276;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13253,17042,'_wp_attached_file','2015/07/AO629BC_and_AO629WC.jpg'),(13254,17042,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3768;s:6:\"height\";i:2825;s:4:\"file\";s:31:\"2015/07/AO629BC_and_AO629WC.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"AO629BC_and_AO629WC-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"AO629BC_and_AO629WC-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"AO629BC_and_AO629WC-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:31:\"AO629BC_and_AO629WC-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:31:\"AO629BC_and_AO629WC-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:31:\"AO629BC_and_AO629WC-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:31:\"AO629BC_and_AO629WC-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:31:\"AO629BC_and_AO629WC-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:31:\"AO629BC_and_AO629WC-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:31:\"AO629BC_and_AO629WC-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:32:\"AO629BC_and_AO629WC-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:32:\"AO629BC_and_AO629WC-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:33:\"AO629BC_and_AO629WC-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:31:\"AO629BC_and_AO629WC-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:31:\"AO629BC_and_AO629WC-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436204206;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13257,16902,'_thumbnail_id','17015'),(13258,16901,'_thumbnail_id','17014'),(13263,16898,'_thumbnail_id','17041'),(13264,16897,'_thumbnail_id','17035'),(13265,16896,'_thumbnail_id','17034'),(13266,16894,'_thumbnail_id','17040'),(13267,16887,'_thumbnail_id','17039'),(13268,16885,'_thumbnail_id','17030'),(13269,16884,'_thumbnail_id','17032'),(13270,16883,'_thumbnail_id','17017'),(13271,16882,'_thumbnail_id','17018'),(13272,16879,'_thumbnail_id','17027'),(13273,16877,'_thumbnail_id','17023'),(13274,16876,'_thumbnail_id','17019'),(13275,16875,'_thumbnail_id','17020'),(13276,16874,'_thumbnail_id','17028'),(13277,17045,'_edit_last','1'),(13278,17045,'_edit_lock','1438709354:1'),(13279,17045,'_thumbnail_id','17029'),(13280,17045,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(13281,17045,'qode_animate-page-title','no'),(13282,17045,'qode_portfolio_gallery_image_orientation','full'),(13283,17045,'qode_portfolio-external-link-target','_blank'),(13284,17045,'qode_portfolio_type_masonry_style','default'),(13285,17045,'qode_portfolio_show_sidebar','default'),(13286,16871,'_thumbnail_id','17021'),(13287,16870,'_thumbnail_id','17022'),(13288,16869,'_thumbnail_id','17016'),(13289,16868,'_thumbnail_id','17011'),(13290,16852,'_thumbnail_id','17036'),(13291,16853,'_thumbnail_id','17037'),(13292,16850,'_thumbnail_id','17026'),(13293,16849,'_thumbnail_id','17031'),(13294,16798,'_thumbnail_id','17025'),(13295,16796,'_thumbnail_id','17038'),(13296,17047,'_wp_attached_file','2015/07/AO629BC_6x6x3ClamshellBlack.jpg'),(13297,17047,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3048;s:6:\"height\";i:2286;s:4:\"file\";s:39:\"2015/07/AO629BC_6x6x3ClamshellBlack.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"AO629BC_6x6x3ClamshellBlack-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"AO629BC_6x6x3ClamshellBlack-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"AO629BC_6x6x3ClamshellBlack-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:39:\"AO629BC_6x6x3ClamshellBlack-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:39:\"AO629BC_6x6x3ClamshellBlack-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:39:\"AO629BC_6x6x3ClamshellBlack-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:39:\"AO629BC_6x6x3ClamshellBlack-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:39:\"AO629BC_6x6x3ClamshellBlack-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:39:\"AO629BC_6x6x3ClamshellBlack-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:39:\"AO629BC_6x6x3ClamshellBlack-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:40:\"AO629BC_6x6x3ClamshellBlack-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:40:\"AO629BC_6x6x3ClamshellBlack-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:41:\"AO629BC_6x6x3ClamshellBlack-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:39:\"AO629BC_6x6x3ClamshellBlack-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:39:\"AO629BC_6x6x3ClamshellBlack-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436202743;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13298,16899,'_thumbnail_id','17047'),(13299,17053,'_thumbnail_id','17024'),(13300,17053,'_edit_last','1'),(13301,17053,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(13302,17053,'qode_animate-page-title','no'),(13303,17053,'qode_portfolio_gallery_image_orientation','full'),(13304,17053,'qode_portfolio-external-link-target','_blank'),(13305,17053,'qode_portfolio_type_masonry_style','default'),(13306,17053,'qode_portfolio_show_sidebar','default'),(13307,17053,'_edit_lock','1438709514:1'),(13308,16879,'_wp_old_slug','10-25-plate-3comp-black'),(13310,16877,'_wp_old_slug','10-25-plate-1comp-white'),(13320,16871,'_wp_old_slug','11-5-cake-dome'),(13321,16870,'_wp_old_slug','11-5-cake-base'),(13331,17058,'_wp_attached_file','2014/05/foodprocessor-e1436905812572.png'),(13332,17058,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:310;s:4:\"file\";s:40:\"2014/05/foodprocessor-e1436905812572.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"foodprocessor-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"foodprocessor-290x300.png\";s:5:\"width\";i:290;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"foodprocessor-991x1024.png\";s:5:\"width\";i:991;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:25:\"foodprocessor-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:25:\"foodprocessor-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:25:\"foodprocessor-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:25:\"foodprocessor-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:25:\"foodprocessor-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:25:\"foodprocessor-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:25:\"foodprocessor-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:26:\"foodprocessor-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:26:\"foodprocessor-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:27:\"foodprocessor-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:25:\"foodprocessor-700x723.png\";s:5:\"width\";i:700;s:6:\"height\";i:723;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:25:\"foodprocessor-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13333,17059,'_wp_attached_file','2014/05/retail-e1436905977821.png'),(13334,17059,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:33:\"2014/05/retail-e1436905977821.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"retail-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"retail-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"retail-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:18:\"retail-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:18:\"retail-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:18:\"retail-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:18:\"retail-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:18:\"retail-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:18:\"retail-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:18:\"retail-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:19:\"retail-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:19:\"retail-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:20:\"retail-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:18:\"retail-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:18:\"retail-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13335,17060,'_wp_attached_file','2014/05/foodservicedistribution-e1436906012130.png'),(13336,17060,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:269;s:4:\"file\";s:50:\"2014/05/foodservicedistribution-e1436906012130.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"foodservicedistribution-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"foodservicedistribution-300x269.png\";s:5:\"width\";i:300;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"foodservicedistribution-1024x919.png\";s:5:\"width\";i:1024;s:6:\"height\";i:919;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:35:\"foodservicedistribution-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:35:\"foodservicedistribution-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:35:\"foodservicedistribution-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:35:\"foodservicedistribution-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:35:\"foodservicedistribution-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:35:\"foodservicedistribution-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:35:\"foodservicedistribution-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:36:\"foodservicedistribution-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:36:\"foodservicedistribution-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:37:\"foodservicedistribution-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:35:\"foodservicedistribution-700x628.png\";s:5:\"width\";i:700;s:6:\"height\";i:628;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:35:\"foodservicedistribution-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13337,15876,'qode_animate-page-title','no'),(13341,14835,'_edit_lock','1436905235:1'),(13342,14835,'_edit_last','1'),(13343,14835,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(13344,14835,'qode_enable_image_animation','no'),(13345,14835,'qode_enable_image_animation_type','zoom_center'),(13346,14835,'qode_slide-content-animation','all_at_once'),(13347,14835,'qode_slide-title-font-family','-1'),(13348,14835,'qode_slide-separator-after-title','no'),(13349,14835,'qode_slide-border-around-title','no'),(13350,14835,'qode_slide-subtitle-position','above_title'),(13351,14835,'qode_slide-subtitle-font-family','-1'),(13352,14835,'qode_slide-text-font-family','-1'),(13353,14835,'qode_slide_svg_drawing','no'),(13354,14835,'qode_slide-separate-text-graphic','no'),(13355,14835,'qode_slide_general_animation','yes'),(13356,14835,'qode_slide_title_animation_scroll','no'),(13357,14835,'qode_slide_subtitle_animation_scroll','no'),(13358,14835,'qode_slide_graphic_animation_scroll','no'),(13359,14835,'qode_slide_text_animation_scroll','no'),(13360,14835,'qode_slide_button1_animation_scroll','no'),(13361,14835,'qode_slide_button2_animation_scroll','no'),(13362,14835,'qode_slide_separator_bottom_animation_scroll','no'),(13363,14835,'qode_slide_svg_animation_scroll','no'),(13364,10382,'_edit_lock','1436905475:1'),(13365,17058,'_edit_lock','1436905704:1'),(13366,17058,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1241;s:6:\"height\";i:1282;s:4:\"file\";s:17:\"foodprocessor.png\";}}'),(13367,17058,'_edit_last','1'),(13368,17059,'_edit_lock','1436905839:1'),(13369,17059,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4500;s:6:\"height\";i:4500;s:4:\"file\";s:10:\"retail.png\";}}'),(13370,17059,'_edit_last','1'),(13371,17060,'_edit_lock','1436905876:1'),(13372,17060,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1121;s:6:\"height\";i:1006;s:4:\"file\";s:27:\"foodservicedistribution.png\";}}'),(13373,17060,'_edit_last','1'),(13375,17077,'_wp_attached_file','2014/05/MarketsFeature1.png'),(13376,17077,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:550;s:4:\"file\";s:27:\"2014/05/MarketsFeature1.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"MarketsFeature1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"MarketsFeature1-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"MarketsFeature1-1024x512.png\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:27:\"MarketsFeature1-570x550.png\";s:5:\"width\";i:570;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:27:\"MarketsFeature1-600x550.png\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:27:\"MarketsFeature1-800x550.png\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:27:\"MarketsFeature1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:27:\"MarketsFeature1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:27:\"MarketsFeature1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:27:\"MarketsFeature1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:28:\"MarketsFeature1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:27:\"MarketsFeature1-500x550.png\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:28:\"MarketsFeature1-1000x550.png\";s:5:\"width\";i:1000;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:27:\"MarketsFeature1-700x350.png\";s:5:\"width\";i:700;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:27:\"MarketsFeature1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13377,17078,'_wp_attached_file','2014/05/MarketsFeature2.png'),(13378,17078,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:550;s:4:\"file\";s:27:\"2014/05/MarketsFeature2.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"MarketsFeature2-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"MarketsFeature2-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"MarketsFeature2-1024x512.png\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:27:\"MarketsFeature2-570x550.png\";s:5:\"width\";i:570;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:27:\"MarketsFeature2-600x550.png\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:27:\"MarketsFeature2-800x550.png\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:27:\"MarketsFeature2-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:27:\"MarketsFeature2-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:27:\"MarketsFeature2-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:27:\"MarketsFeature2-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:28:\"MarketsFeature2-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:27:\"MarketsFeature2-500x550.png\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:28:\"MarketsFeature2-1000x550.png\";s:5:\"width\";i:1000;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:27:\"MarketsFeature2-700x350.png\";s:5:\"width\";i:700;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:27:\"MarketsFeature2-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13379,17080,'_wp_attached_file','2014/05/MarketsFeature3.png'),(13380,17080,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:450;s:4:\"file\";s:27:\"2014/05/MarketsFeature3.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"MarketsFeature3-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"MarketsFeature3-300x104.png\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"MarketsFeature3-1024x354.png\";s:5:\"width\";i:1024;s:6:\"height\";i:354;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:27:\"MarketsFeature3-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:27:\"MarketsFeature3-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:27:\"MarketsFeature3-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:27:\"MarketsFeature3-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:27:\"MarketsFeature3-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:27:\"MarketsFeature3-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:27:\"MarketsFeature3-500x450.png\";s:5:\"width\";i:500;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:28:\"MarketsFeature3-1000x450.png\";s:5:\"width\";i:1000;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:27:\"MarketsFeature3-500x450.png\";s:5:\"width\";i:500;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:28:\"MarketsFeature3-1000x450.png\";s:5:\"width\";i:1000;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:27:\"MarketsFeature3-700x242.png\";s:5:\"width\";i:700;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:27:\"MarketsFeature3-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13381,15876,'qode_page-title-background-color','#000000'),(13382,17084,'_wp_attached_file','2015/06/aboutwebfeature.png'),(13383,17084,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:450;s:4:\"file\";s:27:\"2015/06/aboutwebfeature.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"aboutwebfeature-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"aboutwebfeature-300x104.png\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"aboutwebfeature-1024x354.png\";s:5:\"width\";i:1024;s:6:\"height\";i:354;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:27:\"aboutwebfeature-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:27:\"aboutwebfeature-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:27:\"aboutwebfeature-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:27:\"aboutwebfeature-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:27:\"aboutwebfeature-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:27:\"aboutwebfeature-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:27:\"aboutwebfeature-500x450.png\";s:5:\"width\";i:500;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:28:\"aboutwebfeature-1000x450.png\";s:5:\"width\";i:1000;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:27:\"aboutwebfeature-500x450.png\";s:5:\"width\";i:500;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:28:\"aboutwebfeature-1000x450.png\";s:5:\"width\";i:1000;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:27:\"aboutwebfeature-700x242.png\";s:5:\"width\";i:700;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:27:\"aboutwebfeature-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13384,16806,'qode_title-image','http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/aboutwebfeature.png'),(13385,16806,'qode_page-title-background-color','#000000'),(13386,16806,'qode_show-page-title-text','no'),(13387,16806,'qode_page_title_position','center'),(13388,16806,'qode_page-title-color','#ffffff'),(13389,16806,'qode_page_title_font_size','large'),(13390,16806,'qode_fixed-title-image','yes'),(13391,16806,'qode_title-height','425'),(13392,16818,'_edit_lock','1436909692:1'),(13393,17089,'_wp_attached_file','2015/06/PP-LOGOBlk.jpg'),(13394,17089,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2719;s:6:\"height\";i:778;s:4:\"file\";s:22:\"2015/06/PP-LOGOBlk.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"PP-LOGOBlk-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"PP-LOGOBlk-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"PP-LOGOBlk-1024x293.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:22:\"PP-LOGOBlk-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:22:\"PP-LOGOBlk-600x778.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:778;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:22:\"PP-LOGOBlk-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:22:\"PP-LOGOBlk-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:22:\"PP-LOGOBlk-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:22:\"PP-LOGOBlk-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:22:\"PP-LOGOBlk-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:23:\"PP-LOGOBlk-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:22:\"PP-LOGOBlk-500x778.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:778;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:23:\"PP-LOGOBlk-1000x778.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:778;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:22:\"PP-LOGOBlk-700x200.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:22:\"PP-LOGOBlk-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13395,17093,'_wp_attached_file','2015/07/Absolute-Plastics-Logo-Blue-3.png'),(13396,17093,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:690;s:6:\"height\";i:598;s:4:\"file\";s:41:\"2015/07/Absolute-Plastics-Logo-Blue-3.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Absolute-Plastics-Logo-Blue-3-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Absolute-Plastics-Logo-Blue-3-300x260.png\";s:5:\"width\";i:300;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:41:\"Absolute-Plastics-Logo-Blue-3-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:41:\"Absolute-Plastics-Logo-Blue-3-600x598.png\";s:5:\"width\";i:600;s:6:\"height\";i:598;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:41:\"Absolute-Plastics-Logo-Blue-3-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:41:\"Absolute-Plastics-Logo-Blue-3-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:41:\"Absolute-Plastics-Logo-Blue-3-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:41:\"Absolute-Plastics-Logo-Blue-3-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:41:\"Absolute-Plastics-Logo-Blue-3-690x500.png\";s:5:\"width\";i:690;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:41:\"Absolute-Plastics-Logo-Blue-3-500x598.png\";s:5:\"width\";i:500;s:6:\"height\";i:598;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:41:\"Absolute-Plastics-Logo-Blue-3-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13397,17098,'_wp_attached_file','2015/07/ABSOLUTEbanner3.png'),(13398,17098,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:475;s:4:\"file\";s:27:\"2015/07/ABSOLUTEbanner3.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ABSOLUTEbanner3-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner3-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner3-1024x463.png\";s:5:\"width\";i:1024;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner3-570x475.png\";s:5:\"width\";i:570;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner3-600x475.png\";s:5:\"width\";i:600;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner3-800x475.png\";s:5:\"width\";i:800;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner3-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner3-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner3-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner3-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner3-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner3-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner3-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner3-700x317.png\";s:5:\"width\";i:700;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner3-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13399,17099,'_wp_attached_file','2015/07/ABSOLUTEbanner31.png'),(13400,17099,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:475;s:4:\"file\";s:28:\"2015/07/ABSOLUTEbanner31.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ABSOLUTEbanner31-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner31-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner31-1024x463.png\";s:5:\"width\";i:1024;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner31-570x475.png\";s:5:\"width\";i:570;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner31-600x475.png\";s:5:\"width\";i:600;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner31-800x475.png\";s:5:\"width\";i:800;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner31-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner31-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner31-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner31-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner31-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner31-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner31-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner31-700x317.png\";s:5:\"width\";i:700;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner31-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13401,17100,'_wp_attached_file','2015/07/ABSOLUTEbanner4.png'),(13402,17100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:475;s:4:\"file\";s:27:\"2015/07/ABSOLUTEbanner4.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ABSOLUTEbanner4-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner4-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner4-1024x463.png\";s:5:\"width\";i:1024;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner4-570x475.png\";s:5:\"width\";i:570;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner4-600x475.png\";s:5:\"width\";i:600;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner4-800x475.png\";s:5:\"width\";i:800;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner4-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner4-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner4-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner4-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner4-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner4-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner4-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner4-700x317.png\";s:5:\"width\";i:700;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner4-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13403,17101,'_wp_attached_file','2015/07/ABSOLUTEbanner41.png'),(13404,17101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:475;s:4:\"file\";s:28:\"2015/07/ABSOLUTEbanner41.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ABSOLUTEbanner41-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner41-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner41-1024x463.png\";s:5:\"width\";i:1024;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner41-570x475.png\";s:5:\"width\";i:570;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner41-600x475.png\";s:5:\"width\";i:600;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner41-800x475.png\";s:5:\"width\";i:800;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner41-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner41-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner41-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner41-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner41-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner41-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner41-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner41-700x317.png\";s:5:\"width\";i:700;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner41-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13405,17102,'_wp_attached_file','2015/07/ABSOLUTEbanner32.png'),(13406,17102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:475;s:4:\"file\";s:28:\"2015/07/ABSOLUTEbanner32.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ABSOLUTEbanner32-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner32-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner32-1024x463.png\";s:5:\"width\";i:1024;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner32-570x475.png\";s:5:\"width\";i:570;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner32-600x475.png\";s:5:\"width\";i:600;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner32-800x475.png\";s:5:\"width\";i:800;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner32-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner32-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner32-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner32-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner32-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner32-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner32-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner32-700x317.png\";s:5:\"width\";i:700;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner32-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13407,17104,'_wp_attached_file','2015/07/ABSOLUTEbanner6.png'),(13408,17104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:475;s:4:\"file\";s:27:\"2015/07/ABSOLUTEbanner6.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ABSOLUTEbanner6-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner6-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner6-1024x463.png\";s:5:\"width\";i:1024;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner6-570x475.png\";s:5:\"width\";i:570;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner6-600x475.png\";s:5:\"width\";i:600;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner6-800x475.png\";s:5:\"width\";i:800;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner6-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner6-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner6-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner6-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner6-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner6-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner6-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner6-700x317.png\";s:5:\"width\";i:700;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner6-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13409,17105,'_wp_attached_file','2015/07/ABSOLUTEbanner5.png'),(13410,17105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:475;s:4:\"file\";s:27:\"2015/07/ABSOLUTEbanner5.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ABSOLUTEbanner5-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner5-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner5-1024x463.png\";s:5:\"width\";i:1024;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner5-570x475.png\";s:5:\"width\";i:570;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner5-600x475.png\";s:5:\"width\";i:600;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner5-800x475.png\";s:5:\"width\";i:800;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner5-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner5-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner5-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner5-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner5-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner5-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner5-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner5-700x317.png\";s:5:\"width\";i:700;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner5-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13411,15752,'qode_slide-separator-after-title','no'),(13412,15752,'qode_slide-border-around-title','no'),(13414,15752,'qode_slide-subtitle-position','bellow_title'),(13428,15752,'qode_slide-title-font-weight','700'),(13429,15752,'qode_slide-subtitle-font-family','-1'),(13430,15752,'qode_slide-text-font-family','-1'),(13431,15752,'qode_slide_svg_drawing','no'),(13432,15752,'qode_slide-separate-text-graphic','no'),(13433,15752,'qode_slide_general_animation','yes'),(13434,15752,'qode_slide_title_animation_scroll','no'),(13435,15752,'qode_slide_subtitle_animation_scroll','no'),(13436,15752,'qode_slide_graphic_animation_scroll','no'),(13437,15752,'qode_slide_text_animation_scroll','no'),(13438,15752,'qode_slide_button1_animation_scroll','no'),(13439,15752,'qode_slide_button2_animation_scroll','no'),(13440,15752,'qode_slide_separator_bottom_animation_scroll','no'),(13441,15752,'qode_slide_svg_animation_scroll','no'),(13442,17106,'_edit_last','1'),(13443,17106,'_edit_lock','1437056436:1'),(13444,17107,'_wp_attached_file','2015/07/ABSOLUTEbanner7.png'),(13445,17107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:475;s:4:\"file\";s:27:\"2015/07/ABSOLUTEbanner7.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ABSOLUTEbanner7-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner7-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner7-1024x463.png\";s:5:\"width\";i:1024;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner7-570x475.png\";s:5:\"width\";i:570;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner7-600x475.png\";s:5:\"width\";i:600;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner7-800x475.png\";s:5:\"width\";i:800;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner7-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner7-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner7-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner7-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner7-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner7-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner7-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner7-700x317.png\";s:5:\"width\";i:700;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner7-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13446,17106,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(13447,17106,'qode_slide-background-type','image'),(13448,17106,'qode_slide-image','http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/ABSOLUTEbanner71.png'),(13449,17106,'qode_enable_image_animation','no'),(13450,17106,'qode_enable_image_animation_type','zoom_center'),(13451,17106,'qode_slide-thumbnail-animation','flip'),(13452,17106,'qode_slide-content-animation','all_at_once'),(13453,17106,'qode_slide-title-font-size','83'),(13454,17106,'qode_slide-title-font-family','-1'),(13455,17106,'qode_slide-title-font-weight','700'),(13456,17106,'qode_slide-separator-after-title','no'),(13457,17106,'qode_slide-border-around-title','no'),(13458,17106,'qode_slide-subtitle','SERVING TODAY ... PRESERVING TOMORROW'),(13459,17106,'qode_slide-subtitle-position','bellow_title'),(13460,17106,'qode_slide-subtitle-font-family','-1'),(13461,17106,'qode_slide-text-font-family','-1'),(13462,17106,'qode_slide_svg_drawing','no'),(13463,17106,'qode_slide-separate-text-graphic','no'),(13464,17106,'qode_slide_general_animation','yes'),(13465,17106,'qode_slide_title_animation_scroll','no'),(13466,17106,'qode_slide_subtitle_animation_scroll','no'),(13467,17106,'qode_slide_graphic_animation_scroll','no'),(13468,17106,'qode_slide_text_animation_scroll','no'),(13469,17106,'qode_slide_button1_animation_scroll','no'),(13470,17106,'qode_slide_button2_animation_scroll','no'),(13471,17106,'qode_slide_separator_bottom_animation_scroll','no'),(13472,17106,'qode_slide_svg_animation_scroll','no'),(13474,15752,'qode_slide-text-color','#000000'),(13476,15752,'qode_slide-text-font-weight','400'),(13477,17110,'_edit_last','1'),(13478,17110,'_edit_lock','1460518202:1'),(13479,17111,'_edit_last','1'),(13480,17111,'_edit_lock','1437056434:1'),(13481,17112,'_wp_attached_file','2015/07/ABSOLUTEbanner51.png'),(13482,17112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:475;s:4:\"file\";s:28:\"2015/07/ABSOLUTEbanner51.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ABSOLUTEbanner51-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner51-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner51-1024x463.png\";s:5:\"width\";i:1024;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner51-570x475.png\";s:5:\"width\";i:570;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner51-600x475.png\";s:5:\"width\";i:600;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner51-800x475.png\";s:5:\"width\";i:800;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner51-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner51-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner51-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner51-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner51-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner51-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner51-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner51-700x317.png\";s:5:\"width\";i:700;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner51-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13483,17113,'_wp_attached_file','2015/07/closed-loop-e1437054339496.png'),(13484,17113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:38:\"2015/07/closed-loop-e1437054339496.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13485,17110,'_wp_page_template','full_width.php'),(13486,17110,'_wpb_vc_js_status','true'),(13487,17110,'qode_animate-page-title','no'),(13488,17110,'qode_show-sidebar','default'),(13489,17111,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(13490,17111,'qode_slide-background-type','image'),(13491,17111,'qode_slide-image','http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/ABSOLUTEbanner54.png'),(13492,17111,'qode_enable_image_animation','no'),(13493,17111,'qode_enable_image_animation_type','zoom_center'),(13494,17111,'qode_slide-hide-shadow','yes'),(13495,17111,'qode_slide-thumbnail-animation','flip'),(13496,17111,'qode_slide-content-animation','all_at_once'),(13497,17111,'qode_slide-title-font-size','83'),(13498,17111,'qode_slide-title-font-family','Open+Sans'),(13499,17111,'qode_slide-title-font-weight','700'),(13500,17111,'qode_slide-separator-after-title','no'),(13501,17111,'qode_slide-border-around-title','no'),(13502,17111,'qode_slide-subtitle','SERVING TODAY ... PRESERVING TOMORROW '),(13503,17111,'qode_slide-subtitle-position','bellow_title'),(13504,17111,'qode_slide-subtitle-font-family','-1'),(13506,17111,'qode_slide-text-font-family','-1'),(13507,17111,'qode_slide_svg_drawing','no'),(13508,17111,'qode_slide-separate-text-graphic','no'),(13509,17111,'qode_slide_general_animation','yes'),(13510,17111,'qode_slide_title_animation_scroll','no'),(13511,17111,'qode_slide_subtitle_animation_scroll','no'),(13512,17111,'qode_slide_graphic_animation_scroll','no'),(13513,17111,'qode_slide_text_animation_scroll','no'),(13514,17111,'qode_slide_button1_animation_scroll','no'),(13515,17111,'qode_slide_button2_animation_scroll','no'),(13516,17111,'qode_slide_separator_bottom_animation_scroll','no'),(13517,17111,'qode_slide_svg_animation_scroll','no'),(13518,17110,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(13520,17131,'_wp_attached_file','2015/07/ABSOLUTEbanner52.png'),(13521,17131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:475;s:4:\"file\";s:28:\"2015/07/ABSOLUTEbanner52.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ABSOLUTEbanner52-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner52-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner52-1024x463.png\";s:5:\"width\";i:1024;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner52-570x475.png\";s:5:\"width\";i:570;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner52-600x475.png\";s:5:\"width\";i:600;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner52-800x475.png\";s:5:\"width\";i:800;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner52-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner52-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner52-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner52-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner52-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner52-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner52-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner52-700x317.png\";s:5:\"width\";i:700;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner52-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13522,17132,'_wp_attached_file','2015/07/ABSOLUTEbanner53.png'),(13523,17132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:475;s:4:\"file\";s:28:\"2015/07/ABSOLUTEbanner53.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ABSOLUTEbanner53-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner53-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner53-1024x463.png\";s:5:\"width\";i:1024;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner53-570x475.png\";s:5:\"width\";i:570;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner53-600x475.png\";s:5:\"width\";i:600;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner53-800x475.png\";s:5:\"width\";i:800;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner53-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner53-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner53-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner53-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner53-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner53-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner53-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner53-700x317.png\";s:5:\"width\";i:700;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner53-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13524,17133,'_wp_attached_file','2015/07/ABSOLUTEbanner6_b.png'),(13525,17133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:475;s:4:\"file\";s:29:\"2015/07/ABSOLUTEbanner6_b.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"ABSOLUTEbanner6_b-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner6_b-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b-1024x463.png\";s:5:\"width\";i:1024;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner6_b-570x475.png\";s:5:\"width\";i:570;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner6_b-600x475.png\";s:5:\"width\";i:600;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner6_b-800x475.png\";s:5:\"width\";i:800;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner6_b-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner6_b-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner6_b-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner6_b-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner6_b-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner6_b-700x317.png\";s:5:\"width\";i:700;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner6_b-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13526,17135,'_wp_attached_file','2015/07/ABSOLUTEbanner6_b1.png'),(13527,17135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:475;s:4:\"file\";s:30:\"2015/07/ABSOLUTEbanner6_b1.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner6_b1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b1-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"ABSOLUTEbanner6_b1-1024x463.png\";s:5:\"width\";i:1024;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b1-570x475.png\";s:5:\"width\";i:570;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b1-600x475.png\";s:5:\"width\";i:600;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b1-800x475.png\";s:5:\"width\";i:800;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b1-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"ABSOLUTEbanner6_b1-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b1-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:31:\"ABSOLUTEbanner6_b1-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b1-700x317.png\";s:5:\"width\";i:700;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13528,15752,'qode_slide-subtitle','SERVING TODAY ... PRESERVING TOMORROW '),(13529,15752,'qode_slide-subtitle-color','#000000'),(13530,17141,'_menu_item_type','post_type'),(13531,17141,'_menu_item_menu_item_parent','16808'),(13532,17141,'_menu_item_object_id','17110'),(13533,17141,'_menu_item_object','page'),(13534,17141,'_menu_item_target',''),(13535,17141,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(13536,17141,'_menu_item_xfn',''),(13537,17141,'_menu_item_url',''),(13539,17141,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(13540,17142,'_wp_attached_file','2015/07/ABSOLUTEbanner6_b2.png'),(13541,17142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:475;s:4:\"file\";s:30:\"2015/07/ABSOLUTEbanner6_b2.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner6_b2-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b2-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"ABSOLUTEbanner6_b2-1024x463.png\";s:5:\"width\";i:1024;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b2-570x475.png\";s:5:\"width\";i:570;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b2-600x475.png\";s:5:\"width\";i:600;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b2-800x475.png\";s:5:\"width\";i:800;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b2-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b2-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b2-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b2-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"ABSOLUTEbanner6_b2-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b2-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:31:\"ABSOLUTEbanner6_b2-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b2-700x317.png\";s:5:\"width\";i:700;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b2-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13542,17143,'_wp_attached_file','2015/07/ABSOLUTEbanner6_b3.png'),(13543,17143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:475;s:4:\"file\";s:30:\"2015/07/ABSOLUTEbanner6_b3.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner6_b3-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b3-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"ABSOLUTEbanner6_b3-1024x463.png\";s:5:\"width\";i:1024;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b3-570x475.png\";s:5:\"width\";i:570;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b3-600x475.png\";s:5:\"width\";i:600;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b3-800x475.png\";s:5:\"width\";i:800;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b3-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b3-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b3-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b3-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"ABSOLUTEbanner6_b3-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b3-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:31:\"ABSOLUTEbanner6_b3-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b3-700x317.png\";s:5:\"width\";i:700;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b3-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13544,17144,'_wp_attached_file','2015/07/ABSOLUTEbanner6_b4.png'),(13545,17144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:475;s:4:\"file\";s:30:\"2015/07/ABSOLUTEbanner6_b4.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner6_b4-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b4-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"ABSOLUTEbanner6_b4-1024x463.png\";s:5:\"width\";i:1024;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b4-570x475.png\";s:5:\"width\";i:570;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b4-600x475.png\";s:5:\"width\";i:600;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b4-800x475.png\";s:5:\"width\";i:800;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b4-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b4-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b4-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b4-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"ABSOLUTEbanner6_b4-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b4-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:31:\"ABSOLUTEbanner6_b4-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b4-700x317.png\";s:5:\"width\";i:700;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b4-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13546,17113,'_edit_lock','1437054321:1'),(13547,17113,'_wp_attachment_backup_sizes','a:6:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3236;s:6:\"height\";i:3236;s:4:\"file\";s:15:\"closed-loop.png\";}s:18:\"full-1437054216570\";a:3:{s:5:\"width\";i:2500;s:6:\"height\";i:2500;s:4:\"file\";s:30:\"closed-loop-e1436998239476.png\";}s:18:\"full-1437054228328\";a:3:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"closed-loop-e1437054216570.png\";}s:18:\"full-1437054319503\";a:3:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:30:\"closed-loop-e1437054247283.png\";}s:18:\"full-1437054328539\";a:3:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:30:\"closed-loop-e1437054319503.png\";}s:18:\"full-1437054333105\";a:3:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:30:\"closed-loop-e1437054328539.png\";}}'),(13548,17113,'_edit_last','1'),(13554,17166,'_wp_attached_file','2015/07/ABSOLUTEbanner54.png'),(13555,17166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:475;s:4:\"file\";s:28:\"2015/07/ABSOLUTEbanner54.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ABSOLUTEbanner54-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner54-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner54-1024x463.png\";s:5:\"width\";i:1024;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner54-570x475.png\";s:5:\"width\";i:570;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner54-600x475.png\";s:5:\"width\";i:600;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner54-800x475.png\";s:5:\"width\";i:800;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner54-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner54-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner54-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner54-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner54-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner54-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner54-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner54-700x317.png\";s:5:\"width\";i:700;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner54-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13556,17167,'_wp_attached_file','2015/07/ABSOLUTEbanner71.png'),(13557,17167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:475;s:4:\"file\";s:28:\"2015/07/ABSOLUTEbanner71.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ABSOLUTEbanner71-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner71-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner71-1024x463.png\";s:5:\"width\";i:1024;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner71-570x475.png\";s:5:\"width\";i:570;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner71-600x475.png\";s:5:\"width\";i:600;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner71-800x475.png\";s:5:\"width\";i:800;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner71-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner71-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner71-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner71-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner71-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner71-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:29:\"ABSOLUTEbanner71-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner71-700x317.png\";s:5:\"width\";i:700;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner71-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13558,17168,'_wp_attached_file','2015/07/ABSOLUTEbanner6_b5.png'),(13559,17168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:475;s:4:\"file\";s:30:\"2015/07/ABSOLUTEbanner6_b5.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner6_b5-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b5-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"ABSOLUTEbanner6_b5-1024x463.png\";s:5:\"width\";i:1024;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b5-570x475.png\";s:5:\"width\";i:570;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b5-600x475.png\";s:5:\"width\";i:600;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b5-800x475.png\";s:5:\"width\";i:800;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b5-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b5-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b5-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b5-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"ABSOLUTEbanner6_b5-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b5-500x475.png\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:31:\"ABSOLUTEbanner6_b5-1000x475.png\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b5-700x317.png\";s:5:\"width\";i:700;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b5-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13560,17169,'_wp_attached_file','2015/07/ABSOLUTEbanner6_b6.png'),(13561,17169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:463;s:4:\"file\";s:30:\"2015/07/ABSOLUTEbanner6_b6.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"ABSOLUTEbanner6_b6-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b6-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"ABSOLUTEbanner6_b6-1024x463.png\";s:5:\"width\";i:1024;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b6-570x463.png\";s:5:\"width\";i:570;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b6-600x463.png\";s:5:\"width\";i:600;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b6-800x463.png\";s:5:\"width\";i:800;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b6-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b6-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b6-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b6-500x463.png\";s:5:\"width\";i:500;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:31:\"ABSOLUTEbanner6_b6-1000x463.png\";s:5:\"width\";i:1000;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b6-500x463.png\";s:5:\"width\";i:500;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:31:\"ABSOLUTEbanner6_b6-1000x463.png\";s:5:\"width\";i:1000;s:6:\"height\";i:463;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b6-700x317.png\";s:5:\"width\";i:700;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:30:\"ABSOLUTEbanner6_b6-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13564,17175,'_wp_attached_file','2015/07/collection1.png'),(13565,17175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:75;s:4:\"file\";s:23:\"2015/07/collection1.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"collection1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"collection1-300x35.png\";s:5:\"width\";i:300;s:6:\"height\";i:35;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:22:\"collection1-570x75.png\";s:5:\"width\";i:570;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:22:\"collection1-600x75.png\";s:5:\"width\";i:600;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:22:\"collection1-345x75.png\";s:5:\"width\";i:345;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:22:\"collection1-400x75.png\";s:5:\"width\";i:400;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:22:\"collection1-500x75.png\";s:5:\"width\";i:500;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:22:\"collection1-500x75.png\";s:5:\"width\";i:500;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:22:\"collection1-500x75.png\";s:5:\"width\";i:500;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:22:\"collection1-539x75.png\";s:5:\"width\";i:539;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13566,17177,'_wp_attached_file','2015/07/material-prep.png'),(13567,17177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:75;s:4:\"file\";s:25:\"2015/07/material-prep.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"material-prep-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"material-prep-300x35.png\";s:5:\"width\";i:300;s:6:\"height\";i:35;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:24:\"material-prep-570x75.png\";s:5:\"width\";i:570;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:24:\"material-prep-600x75.png\";s:5:\"width\";i:600;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:24:\"material-prep-345x75.png\";s:5:\"width\";i:345;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:24:\"material-prep-400x75.png\";s:5:\"width\";i:400;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:24:\"material-prep-500x75.png\";s:5:\"width\";i:500;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:24:\"material-prep-500x75.png\";s:5:\"width\";i:500;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:24:\"material-prep-500x75.png\";s:5:\"width\";i:500;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:24:\"material-prep-539x75.png\";s:5:\"width\";i:539;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13570,17193,'_wp_attached_file','2015/07/production.png'),(13571,17193,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:75;s:4:\"file\";s:22:\"2015/07/production.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"production-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"production-300x21.png\";s:5:\"width\";i:300;s:6:\"height\";i:21;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"production-1024x73.png\";s:5:\"width\";i:1024;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:21:\"production-570x75.png\";s:5:\"width\";i:570;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:21:\"production-600x75.png\";s:5:\"width\";i:600;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:21:\"production-800x75.png\";s:5:\"width\";i:800;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:21:\"production-345x75.png\";s:5:\"width\";i:345;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:21:\"production-400x75.png\";s:5:\"width\";i:400;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:21:\"production-500x75.png\";s:5:\"width\";i:500;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:21:\"production-500x75.png\";s:5:\"width\";i:500;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:22:\"production-1000x75.png\";s:5:\"width\";i:1000;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:21:\"production-500x75.png\";s:5:\"width\";i:500;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:22:\"production-1000x75.png\";s:5:\"width\";i:1000;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:21:\"production-700x50.png\";s:5:\"width\";i:700;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:21:\"production-539x75.png\";s:5:\"width\";i:539;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13572,17197,'_wp_attached_file','2015/07/production1.png'),(13573,17197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:75;s:4:\"file\";s:23:\"2015/07/production1.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"production1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"production1-300x20.png\";s:5:\"width\";i:300;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"production1-1024x70.png\";s:5:\"width\";i:1024;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:22:\"production1-570x75.png\";s:5:\"width\";i:570;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:22:\"production1-600x75.png\";s:5:\"width\";i:600;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:22:\"production1-800x75.png\";s:5:\"width\";i:800;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:22:\"production1-345x75.png\";s:5:\"width\";i:345;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:22:\"production1-400x75.png\";s:5:\"width\";i:400;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:22:\"production1-500x75.png\";s:5:\"width\";i:500;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:22:\"production1-500x75.png\";s:5:\"width\";i:500;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:23:\"production1-1000x75.png\";s:5:\"width\";i:1000;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:22:\"production1-500x75.png\";s:5:\"width\";i:500;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:23:\"production1-1000x75.png\";s:5:\"width\";i:1000;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:22:\"production1-700x48.png\";s:5:\"width\";i:700;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:22:\"production1-539x75.png\";s:5:\"width\";i:539;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13574,17078,'_edit_lock','1437061985:1'),(13577,17202,'_wp_attached_file','2014/05/market-title.png'),(13578,17202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1393;s:6:\"height\";i:697;s:4:\"file\";s:24:\"2014/05/market-title.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"market-title-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"market-title-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"market-title-1024x512.png\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:24:\"market-title-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:24:\"market-title-600x697.png\";s:5:\"width\";i:600;s:6:\"height\";i:697;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:24:\"market-title-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:24:\"market-title-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:24:\"market-title-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:24:\"market-title-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:24:\"market-title-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:25:\"market-title-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:24:\"market-title-500x697.png\";s:5:\"width\";i:500;s:6:\"height\";i:697;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:25:\"market-title-1000x697.png\";s:5:\"width\";i:1000;s:6:\"height\";i:697;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:24:\"market-title-700x350.png\";s:5:\"width\";i:700;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:24:\"market-title-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13582,17110,'qode_title-height','425'),(13583,17110,'qode_header_color_per_page','#0a0a0a'),(13585,17110,'qode_header-style-on-scroll','yes'),(13588,17110,'qode_title-image','http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/bottles.png'),(13608,17110,'qode_page_title_position','center'),(13609,17110,'qode_page_title_font_size','large'),(13610,17110,'qode_title_text_shadow','no'),(13611,17110,'qode_page-title-background-color','#000000'),(13612,17110,'qode_fixed-title-image','yes'),(13613,17110,'qode_page-title-color','#ffffff'),(13618,17213,'_wp_attached_file','2015/07/bottles.png'),(13619,17213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1700;s:6:\"height\";i:1138;s:4:\"file\";s:19:\"2015/07/bottles.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"bottles-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"bottles-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"bottles-1024x685.png\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:19:\"bottles-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:19:\"bottles-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:19:\"bottles-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:19:\"bottles-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:19:\"bottles-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:19:\"bottles-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:19:\"bottles-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:20:\"bottles-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:20:\"bottles-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:21:\"bottles-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:19:\"bottles-700x469.png\";s:5:\"width\";i:700;s:6:\"height\";i:469;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:19:\"bottles-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13620,17214,'_menu_item_type','post_type'),(13621,17214,'_menu_item_menu_item_parent','0'),(13622,17214,'_menu_item_object_id','1452'),(13623,17214,'_menu_item_object','page'),(13624,17214,'_menu_item_target',''),(13625,17214,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(13626,17214,'_menu_item_xfn',''),(13627,17214,'_menu_item_url',''),(13629,17214,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(13630,1452,'qode_animate-page-title','no'),(13631,17220,'_edit_last','1'),(13632,17220,'_edit_lock','1439308945:1'),(13633,17221,'_wp_attached_file','2015/07/AP_PatentedSeal.png'),(13634,17221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1506;s:6:\"height\";i:1226;s:4:\"file\";s:27:\"2015/07/AP_PatentedSeal.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"AP_PatentedSeal-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"AP_PatentedSeal-300x244.png\";s:5:\"width\";i:300;s:6:\"height\";i:244;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"AP_PatentedSeal-1024x834.png\";s:5:\"width\";i:1024;s:6:\"height\";i:834;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:27:\"AP_PatentedSeal-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:27:\"AP_PatentedSeal-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:27:\"AP_PatentedSeal-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:27:\"AP_PatentedSeal-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:27:\"AP_PatentedSeal-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:27:\"AP_PatentedSeal-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:27:\"AP_PatentedSeal-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:28:\"AP_PatentedSeal-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:28:\"AP_PatentedSeal-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:29:\"AP_PatentedSeal-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:27:\"AP_PatentedSeal-700x570.png\";s:5:\"width\";i:700;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:27:\"AP_PatentedSeal-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13635,17220,'_wp_page_template','default'),(13636,17220,'_wpb_vc_js_status','true'),(13637,17220,'qode_animate-page-title','no'),(13638,17220,'qode_show-sidebar','default'),(13639,17220,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(13640,17224,'_menu_item_type','post_type'),(13641,17224,'_menu_item_menu_item_parent','16772'),(13642,17224,'_menu_item_object_id','17220'),(13643,17224,'_menu_item_object','page'),(13644,17224,'_menu_item_target',''),(13645,17224,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(13646,17224,'_menu_item_xfn',''),(13647,17224,'_menu_item_url',''),(13649,17224,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(13650,17231,'_wp_attached_file','2015/07/Container-Header.jpg'),(13651,17231,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:475;s:4:\"file\";s:28:\"2015/07/Container-Header.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Container-Header-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Container-Header-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Container-Header-1024x324.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:28:\"Container-Header-570x475.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:28:\"Container-Header-600x475.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:28:\"Container-Header-800x475.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:28:\"Container-Header-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:28:\"Container-Header-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:28:\"Container-Header-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:28:\"Container-Header-500x475.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:29:\"Container-Header-1000x475.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:28:\"Container-Header-500x475.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:29:\"Container-Header-1000x475.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:28:\"Container-Header-700x222.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:28:\"Container-Header-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13652,17220,'qode_show-page-title-text','no'),(13653,17220,'qode_title-image','http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Container-Header.jpg'),(13654,17220,'qode_show-page-title','no'),(13655,17220,'qode_fixed-title-image','yes'),(13656,17220,'qode_title-height','425'),(13657,17220,'qode_page_title_position','center'),(13658,17220,'qode_page-title-color','#ffffff'),(13659,17220,'qode_page_title_font_size','large'),(13684,17248,'_wp_attached_file','2015/06/SideDishLid.png'),(13685,17248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3648;s:6:\"height\";i:2736;s:4:\"file\";s:23:\"2015/06/SideDishLid.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"SideDishLid-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"SideDishLid-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"SideDishLid-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:23:\"SideDishLid-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:23:\"SideDishLid-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:23:\"SideDishLid-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:23:\"SideDishLid-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:23:\"SideDishLid-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:23:\"SideDishLid-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:23:\"SideDishLid-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:24:\"SideDishLid-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:24:\"SideDishLid-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:25:\"SideDishLid-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:23:\"SideDishLid-700x525.png\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:23:\"SideDishLid-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13686,16785,'_thumbnail_id','17248'),(13687,17249,'_wp_attached_file','2015/07/NEW_AO969WC.jpg'),(13688,17249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3993;s:6:\"height\";i:2994;s:4:\"file\";s:23:\"2015/07/NEW_AO969WC.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"NEW_AO969WC-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"NEW_AO969WC-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"NEW_AO969WC-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:23:\"NEW_AO969WC-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:23:\"NEW_AO969WC-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:23:\"NEW_AO969WC-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:23:\"NEW_AO969WC-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:23:\"NEW_AO969WC-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:23:\"NEW_AO969WC-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:23:\"NEW_AO969WC-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:24:\"NEW_AO969WC-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:24:\"NEW_AO969WC-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:25:\"NEW_AO969WC-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:23:\"NEW_AO969WC-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:23:\"NEW_AO969WC-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1438102524;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"37\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13689,16888,'_thumbnail_id','17249'),(13690,17250,'_wp_attached_file','2015/07/AO828WC2C.jpg'),(13691,17250,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3326;s:6:\"height\";i:2495;s:4:\"file\";s:21:\"2015/07/AO828WC2C.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"AO828WC2C-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"AO828WC2C-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"AO828WC2C-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:21:\"AO828WC2C-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:21:\"AO828WC2C-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:21:\"AO828WC2C-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:21:\"AO828WC2C-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:21:\"AO828WC2C-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:21:\"AO828WC2C-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:21:\"AO828WC2C-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:22:\"AO828WC2C-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:22:\"AO828WC2C-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:23:\"AO828WC2C-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:21:\"AO828WC2C-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:21:\"AO828WC2C-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1438102921;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"42\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13692,16892,'_thumbnail_id','17250'),(13693,17251,'_wp_attached_file','2015/07/AO969BC.png'),(13694,17251,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:951;s:6:\"height\";i:713;s:4:\"file\";s:19:\"2015/07/AO969BC.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"AO969BC-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"AO969BC-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:19:\"AO969BC-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:19:\"AO969BC-600x713.png\";s:5:\"width\";i:600;s:6:\"height\";i:713;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:19:\"AO969BC-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:19:\"AO969BC-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:19:\"AO969BC-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:19:\"AO969BC-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:19:\"AO969BC-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:19:\"AO969BC-951x500.png\";s:5:\"width\";i:951;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:19:\"AO969BC-500x713.png\";s:5:\"width\";i:500;s:6:\"height\";i:713;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:19:\"AO969BC-700x525.png\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:19:\"AO969BC-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13695,16889,'_thumbnail_id','17251'),(13696,17252,'_wp_attached_file','2015/07/AO862BC.png'),(13697,17252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:951;s:6:\"height\";i:713;s:4:\"file\";s:19:\"2015/07/AO862BC.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"AO862BC-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"AO862BC-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:19:\"AO862BC-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:19:\"AO862BC-600x713.png\";s:5:\"width\";i:600;s:6:\"height\";i:713;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:19:\"AO862BC-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:19:\"AO862BC-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:19:\"AO862BC-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:19:\"AO862BC-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:19:\"AO862BC-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:19:\"AO862BC-951x500.png\";s:5:\"width\";i:951;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:19:\"AO862BC-500x713.png\";s:5:\"width\";i:500;s:6:\"height\";i:713;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:19:\"AO862BC-700x525.png\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:19:\"AO862BC-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13698,16895,'_thumbnail_id','17252'),(13699,17253,'_edit_last','1'),(13700,17253,'_edit_lock','1438566604:1'),(13701,17254,'_wp_attached_file','2015/07/6cake-dome.png'),(13702,17254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4287;s:6:\"height\";i:3215;s:4:\"file\";s:22:\"2015/07/6cake-dome.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"6cake-dome-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"6cake-dome-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"6cake-dome-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:22:\"6cake-dome-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:22:\"6cake-dome-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:22:\"6cake-dome-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:22:\"6cake-dome-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:22:\"6cake-dome-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:22:\"6cake-dome-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:22:\"6cake-dome-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:23:\"6cake-dome-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:23:\"6cake-dome-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:24:\"6cake-dome-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:22:\"6cake-dome-700x525.png\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:22:\"6cake-dome-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13703,17253,'_thumbnail_id','17254'),(13704,17253,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(13705,17253,'qode_animate-page-title','no'),(13706,17253,'qode_portfolio_gallery_image_orientation','full'),(13707,17253,'qode_portfolio-external-link-target','_blank'),(13708,17253,'qode_portfolio_type_masonry_style','default'),(13709,17253,'qode_portfolio_show_sidebar','default'),(13710,17255,'_edit_last','1'),(13711,17255,'_edit_lock','1438546373:1'),(13712,17256,'_wp_attached_file','2015/07/NEW_6inCakeBase.jpg'),(13713,17256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2795;s:6:\"height\";i:2096;s:4:\"file\";s:27:\"2015/07/NEW_6inCakeBase.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"NEW_6inCakeBase-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"NEW_6inCakeBase-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"NEW_6inCakeBase-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:27:\"NEW_6inCakeBase-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:27:\"NEW_6inCakeBase-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:27:\"NEW_6inCakeBase-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:27:\"NEW_6inCakeBase-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:27:\"NEW_6inCakeBase-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:27:\"NEW_6inCakeBase-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:27:\"NEW_6inCakeBase-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:28:\"NEW_6inCakeBase-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:28:\"NEW_6inCakeBase-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:29:\"NEW_6inCakeBase-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:27:\"NEW_6inCakeBase-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:27:\"NEW_6inCakeBase-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1438101962;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"41\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13714,17255,'_thumbnail_id','17256'),(13715,17255,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(13716,17255,'qode_animate-page-title','no'),(13717,17255,'qode_portfolio_gallery_image_orientation','full'),(13718,17255,'qode_portfolio-external-link-target','_blank'),(13719,17255,'qode_portfolio_type_masonry_style','default'),(13720,17255,'qode_portfolio_show_sidebar','default'),(13721,17257,'_edit_last','1'),(13722,17257,'_edit_lock','1438712199:1'),(13723,17258,'_wp_attached_file','2015/07/6salad-lid.png'),(13724,17258,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:22:\"2015/07/6salad-lid.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"6salad-lid-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"6salad-lid-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"6salad-lid-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:22:\"6salad-lid-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:22:\"6salad-lid-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:22:\"6salad-lid-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:22:\"6salad-lid-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:22:\"6salad-lid-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:22:\"6salad-lid-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:22:\"6salad-lid-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:23:\"6salad-lid-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:23:\"6salad-lid-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:24:\"6salad-lid-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:22:\"6salad-lid-700x467.png\";s:5:\"width\";i:700;s:6:\"height\";i:467;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:22:\"6salad-lid-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13725,17257,'_thumbnail_id','17258'),(13726,17257,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(13727,17257,'qode_animate-page-title','no'),(13728,17257,'qode_portfolio_gallery_image_orientation','full'),(13729,17257,'qode_portfolio-external-link-target','_blank'),(13730,17257,'qode_portfolio_type_masonry_style','default'),(13731,17257,'qode_portfolio_show_sidebar','default'),(13732,17259,'_edit_last','1'),(13733,17259,'_edit_lock','1438712331:1'),(13734,17260,'_wp_attached_file','2015/07/8saladlid.png'),(13735,17260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:4:\"file\";s:21:\"2015/07/8saladlid.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"8saladlid-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"8saladlid-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"8saladlid-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:21:\"8saladlid-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:21:\"8saladlid-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:21:\"8saladlid-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:21:\"8saladlid-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:21:\"8saladlid-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:21:\"8saladlid-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:21:\"8saladlid-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:22:\"8saladlid-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:22:\"8saladlid-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:23:\"8saladlid-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:21:\"8saladlid-700x525.png\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:21:\"8saladlid-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13736,17259,'_thumbnail_id','17260'),(13737,17259,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(13738,17259,'qode_animate-page-title','no'),(13739,17259,'qode_portfolio_gallery_image_orientation','full'),(13740,17259,'qode_portfolio-external-link-target','_blank'),(13741,17259,'qode_portfolio_type_masonry_style','default'),(13742,17259,'qode_portfolio_show_sidebar','default'),(13743,17261,'_edit_last','1'),(13744,17261,'_edit_lock','1438712419:1'),(13745,17262,'_wp_attached_file','2015/07/9saladlid.png'),(13746,17262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4038;s:6:\"height\";i:3028;s:4:\"file\";s:21:\"2015/07/9saladlid.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"9saladlid-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"9saladlid-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"9saladlid-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:21:\"9saladlid-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:21:\"9saladlid-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:21:\"9saladlid-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:21:\"9saladlid-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:21:\"9saladlid-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:21:\"9saladlid-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:21:\"9saladlid-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:22:\"9saladlid-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:22:\"9saladlid-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:23:\"9saladlid-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:21:\"9saladlid-700x525.png\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:21:\"9saladlid-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13747,17261,'_thumbnail_id','17262'),(13748,17261,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(13749,17261,'qode_animate-page-title','no'),(13750,17261,'qode_portfolio_gallery_image_orientation','full'),(13751,17261,'qode_portfolio-external-link-target','_blank'),(13752,17261,'qode_portfolio_type_masonry_style','default'),(13753,17261,'qode_portfolio_show_sidebar','default'),(13754,17263,'_edit_last','1'),(13755,17263,'_edit_lock','1438711210:1'),(13756,17264,'_wp_attached_file','2015/07/9saladbowl.png'),(13757,17264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3959;s:6:\"height\";i:2970;s:4:\"file\";s:22:\"2015/07/9saladbowl.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"9saladbowl-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"9saladbowl-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"9saladbowl-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:22:\"9saladbowl-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:22:\"9saladbowl-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:22:\"9saladbowl-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:22:\"9saladbowl-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:22:\"9saladbowl-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:22:\"9saladbowl-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:22:\"9saladbowl-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:23:\"9saladbowl-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:23:\"9saladbowl-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:24:\"9saladbowl-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:22:\"9saladbowl-700x525.png\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:22:\"9saladbowl-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13758,17263,'_thumbnail_id','17264'),(13759,17263,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(13760,17263,'qode_animate-page-title','no'),(13761,17263,'qode_portfolio_gallery_image_orientation','full'),(13762,17263,'qode_portfolio-external-link-target','_blank'),(13763,17263,'qode_portfolio_type_masonry_style','default'),(13764,17263,'qode_portfolio_show_sidebar','default'),(13765,17265,'_edit_last','1'),(13766,17265,'_edit_lock','1438711144:1'),(13767,17266,'_wp_attached_file','2015/07/8saladbowl.png'),(13768,17266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3817;s:6:\"height\";i:2863;s:4:\"file\";s:22:\"2015/07/8saladbowl.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"8saladbowl-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"8saladbowl-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"8saladbowl-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:22:\"8saladbowl-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:22:\"8saladbowl-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:22:\"8saladbowl-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:22:\"8saladbowl-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:22:\"8saladbowl-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:22:\"8saladbowl-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:22:\"8saladbowl-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:23:\"8saladbowl-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:23:\"8saladbowl-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:24:\"8saladbowl-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:22:\"8saladbowl-700x525.png\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:22:\"8saladbowl-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13769,17265,'_thumbnail_id','17266'),(13770,17265,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(13771,17265,'qode_animate-page-title','no'),(13772,17265,'qode_portfolio_gallery_image_orientation','full'),(13773,17265,'qode_portfolio-external-link-target','_blank'),(13774,17265,'qode_portfolio_type_masonry_style','default'),(13775,17265,'qode_portfolio_show_sidebar','default'),(13776,17267,'_edit_last','1'),(13777,17267,'_edit_lock','1438711075:1'),(13778,17268,'_wp_attached_file','2015/07/6saladbowl.png'),(13779,17268,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4608;s:6:\"height\";i:3456;s:4:\"file\";s:22:\"2015/07/6saladbowl.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"6saladbowl-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"6saladbowl-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"6saladbowl-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:22:\"6saladbowl-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:22:\"6saladbowl-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:22:\"6saladbowl-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:22:\"6saladbowl-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:22:\"6saladbowl-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:22:\"6saladbowl-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:22:\"6saladbowl-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:23:\"6saladbowl-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:23:\"6saladbowl-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:24:\"6saladbowl-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:22:\"6saladbowl-700x525.png\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:22:\"6saladbowl-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13780,17267,'_thumbnail_id','17268'),(13781,17267,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(13782,17267,'qode_animate-page-title','no'),(13783,17267,'qode_portfolio_gallery_image_orientation','full'),(13784,17267,'qode_portfolio-external-link-target','_blank'),(13785,17267,'qode_portfolio_type_masonry_style','default'),(13786,17267,'qode_portfolio_show_sidebar','default'),(13787,17270,'_wp_attached_file','2015/06/rePlanet-Logos-Vertical2-090414-140px.jpg'),(13788,17270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:144;s:6:\"height\";i:225;s:4:\"file\";s:49:\"2015/06/rePlanet-Logos-Vertical2-090414-140px.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"rePlanet-Logos-Vertical2-090414-140px-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:49:\"rePlanet-Logos-Vertical2-090414-140px-144x198.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(13789,16877,'qode_animate-page-title','no'),(13790,16877,'qode_portfolio_show_sidebar','default'),(13791,17279,'_edit_last','1'),(13792,17279,'_edit_lock','1438709446:1'),(13793,17280,'_wp_attached_file','2015/08/AR10W3C-WD3_10inPlate3CompWhite.png'),(13794,17280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3202;s:6:\"height\";i:2401;s:4:\"file\";s:43:\"2015/08/AR10W3C-WD3_10inPlate3CompWhite.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"AR10W3C-WD3_10inPlate3CompWhite-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"AR10W3C-WD3_10inPlate3CompWhite-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"AR10W3C-WD3_10inPlate3CompWhite-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:43:\"AR10W3C-WD3_10inPlate3CompWhite-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:43:\"AR10W3C-WD3_10inPlate3CompWhite-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:43:\"AR10W3C-WD3_10inPlate3CompWhite-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:43:\"AR10W3C-WD3_10inPlate3CompWhite-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:43:\"AR10W3C-WD3_10inPlate3CompWhite-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:43:\"AR10W3C-WD3_10inPlate3CompWhite-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:43:\"AR10W3C-WD3_10inPlate3CompWhite-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:44:\"AR10W3C-WD3_10inPlate3CompWhite-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:44:\"AR10W3C-WD3_10inPlate3CompWhite-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:45:\"AR10W3C-WD3_10inPlate3CompWhite-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:43:\"AR10W3C-WD3_10inPlate3CompWhite-700x525.png\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:43:\"AR10W3C-WD3_10inPlate3CompWhite-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13795,17279,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(13796,17279,'qode_animate-page-title','no'),(13797,17279,'qode_portfolio_gallery_image_orientation','full'),(13798,17279,'qode_portfolio-external-link-target','_blank'),(13799,17279,'qode_portfolio_type_masonry_style','default'),(13800,17279,'qode_portfolio_show_sidebar','default'),(13801,17279,'_thumbnail_id','17280'),(13802,17279,'_qode-like','0'),(13803,17267,'_qode-like','0'),(13804,17265,'_qode-like','0'),(13805,17263,'_qode-like','0'),(13806,17261,'_qode-like','0'),(13807,17259,'_qode-like','0'),(13808,17257,'_qode-like','0'),(13809,17255,'_qode-like','0'),(13810,17253,'_qode-like','0'),(13811,17220,'_qode-like','0'),(13812,16785,'qode_portfolio_show_sidebar','default'),(13813,17313,'_wp_attached_file','2015/07/closed-loop1.png'),(13814,17313,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3236;s:6:\"height\";i:3236;s:4:\"file\";s:24:\"2015/07/closed-loop1.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"closed-loop1-70x70.png\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"closed-loop1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"closed-loop1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:24:\"closed-loop1-570x570.png\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:24:\"closed-loop1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:24:\"closed-loop1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:24:\"closed-loop1-345x198.png\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:24:\"closed-loop1-400x260.png\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:24:\"closed-loop1-500x380.png\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:24:\"closed-loop1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:25:\"closed-loop1-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:25:\"closed-loop1-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:26:\"closed-loop1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:24:\"closed-loop1-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:24:\"closed-loop1-539x303.png\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13815,17329,'_wp_attached_file','2015/08/AbsolutePlasticsCatalog.pdf'),(13816,17330,'_wp_attached_file','2015/08/AbsolutePlasticsCatalog_8-11.pdf'),(13817,17330,'issuu_pdf_id','150811161118-530cd3349179468fb8661aad7715f408'),(13818,17330,'issuu_pdf_username','kmiller2016'),(13819,17330,'issuu_pdf_name','absoluteplasticscatalog_8-11'),(13820,17337,'_wp_attached_file','2015/08/AbsolutePlasticsCatalog_8-17.pdf'),(13821,17337,'issuu_pdf_id','150817184409-c0c7be3b507948d586c1bd3df2210ea3'),(13822,17337,'issuu_pdf_username','kmiller2016'),(13823,17337,'issuu_pdf_name','absoluteplasticscatalog_8-17'),(13824,17011,'_qode-like','0'),(13831,17110,'_qode-like','0'),(13834,16806,'_qode-like','0'),(13837,16770,'_qode-like','0'),(13839,17110,'_oembed_59867cf3df63a34831698519c63e02d3','<iframe src=\"https://player.vimeo.com/video/160624905\" width=\"1060\" height=\"596\" frameborder=\"0\" title=\"Absolute Plastics Closed-Loop Recycling\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(13842,17110,'_oembed_time_59867cf3df63a34831698519c63e02d3','1459288495'),(13844,15676,'_oembed_59867cf3df63a34831698519c63e02d3','<iframe src=\"https://player.vimeo.com/video/160624905\" width=\"1060\" height=\"596\" frameborder=\"0\" title=\"Absolute Plastics Closed-Loop Recycling\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(13847,15676,'_oembed_time_59867cf3df63a34831698519c63e02d3','1459291270'),(13850,15676,'_oembed_c2e95b1a19e9af15e30c02bebd683e70','<iframe src=\"https://player.vimeo.com/video/160624905\" width=\"1060\" height=\"596\" frameborder=\"0\" title=\"Absolute Plastics Closed-Loop Recycling\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(13853,15676,'_oembed_time_c2e95b1a19e9af15e30c02bebd683e70','1459291425'),(13859,17384,'_wp_attached_file','2016/04/thumbnail.jpg'),(13862,17384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2016/04/thumbnail.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"thumbnail-70x70.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"thumbnail-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"thumbnail-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-square\";a:4:{s:4:\"file\";s:21:\"thumbnail-570x570.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-portrait\";a:4:{s:4:\"file\";s:21:\"thumbnail-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"portfolio-landscape\";a:4:{s:4:\"file\";s:21:\"thumbnail-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"menu-featured-post\";a:4:{s:4:\"file\";s:21:\"thumbnail-345x198.jpg\";s:5:\"width\";i:345;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"qode-carousel_slider\";a:4:{s:4:\"file\";s:21:\"thumbnail-400x260.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio_slider\";a:4:{s:4:\"file\";s:21:\"thumbnail-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"portfolio_masonry_regular\";a:4:{s:4:\"file\";s:21:\"thumbnail-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_wide\";a:4:{s:4:\"file\";s:22:\"thumbnail-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio_masonry_tall\";a:4:{s:4:\"file\";s:22:\"thumbnail-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio_masonry_large\";a:4:{s:4:\"file\";s:23:\"thumbnail-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"portfolio_masonry_with_space\";a:4:{s:4:\"file\";s:21:\"thumbnail-700x394.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"latest_post_boxes\";a:4:{s:4:\"file\";s:21:\"thumbnail-539x303.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i: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=17400 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 (6,1,'2015-06-23 19:07:08','0000-00-00 00:00:00','','Custom Favicon 16','','draft','closed','closed','','of-custom_favicon_16','','','2015-06-23 19:07:08','0000-00-00 00:00:00','',0,'http://thisisradical.com/absoluteplastics/?post_type=options&p=6',0,'options','',0),(7,1,'2015-06-23 19:07:08','0000-00-00 00:00:00','','Custom Favicon 72','','draft','closed','closed','','of-custom_favicon_72','','','2015-06-23 19:07:08','0000-00-00 00:00:00','',0,'http://thisisradical.com/absoluteplastics/?post_type=options&p=7',0,'options','',0),(8,1,'2015-06-23 19:07:09','0000-00-00 00:00:00','','Custom Favicon 114','','draft','closed','closed','','of-custom_favicon_114','','','2015-06-23 19:07:09','0000-00-00 00:00:00','',0,'http://thisisradical.com/absoluteplastics/?post_type=options&p=8',0,'options','',0),(9,1,'2015-06-23 19:07:09','0000-00-00 00:00:00','','Custom Favicon 144','','draft','closed','closed','','of-custom_favicon_144','','','2015-06-23 19:07:09','0000-00-00 00:00:00','',0,'http://thisisradical.com/absoluteplastics/?post_type=options&p=9',0,'options','',0),(10,1,'2015-06-23 19:07:09','0000-00-00 00:00:00','','Logo Image','','draft','closed','closed','','of-logo_image','','','2015-06-23 19:07:09','0000-00-00 00:00:00','',0,'http://thisisradical.com/absoluteplastics/?post_type=options&p=10',0,'options','',0),(11,1,'2015-06-23 19:07:09','0000-00-00 00:00:00','','Logo Retina Image','','draft','closed','closed','','of-logo_retina_image','','','2015-06-23 19:07:09','0000-00-00 00:00:00','',0,'http://thisisradical.com/absoluteplastics/?post_type=options&p=11',0,'options','',0),(12,1,'2015-06-23 19:07:09','0000-00-00 00:00:00','','Background Bg Image','','draft','closed','closed','','of-background_bg_image','','','2015-06-23 19:07:09','0000-00-00 00:00:00','',0,'http://thisisradical.com/absoluteplastics/?post_type=options&p=12',0,'options','',0),(13,1,'2015-06-23 19:07:09','0000-00-00 00:00:00','','Expandable Bg Image','','draft','closed','closed','','of-expandable_bg_image','','','2015-06-23 19:07:09','0000-00-00 00:00:00','',0,'http://thisisradical.com/absoluteplastics/?post_type=options&p=13',0,'options','',0),(14,1,'2015-06-23 19:07:10','0000-00-00 00:00:00','','Header Bg Image','','draft','closed','closed','','of-header_bg_image','','','2015-06-23 19:07:10','0000-00-00 00:00:00','',0,'http://thisisradical.com/absoluteplastics/?post_type=options&p=14',0,'options','',0),(15,1,'2015-06-23 19:07:10','0000-00-00 00:00:00','','Lead Bg Image','','draft','closed','closed','','of-lead_bg_image','','','2015-06-23 19:07:10','0000-00-00 00:00:00','',0,'http://thisisradical.com/absoluteplastics/?post_type=options&p=15',0,'options','',0),(16,1,'2015-06-23 19:07:10','0000-00-00 00:00:00','','Content Bg Image','','draft','closed','closed','','of-content_bg_image','','','2015-06-23 19:07:10','0000-00-00 00:00:00','',0,'http://thisisradical.com/absoluteplastics/?post_type=options&p=16',0,'options','',0),(17,1,'2015-06-23 19:07:10','0000-00-00 00:00:00','','Footer Bg Image','','draft','closed','closed','','of-footer_bg_image','','','2015-06-23 19:07:10','0000-00-00 00:00:00','',0,'http://thisisradical.com/absoluteplastics/?post_type=options&p=17',0,'options','',0),(19,1,'2015-06-23 19:14:44','2015-06-23 19:14:44','','IMG_8452','','inherit','open','open','','img_8452','','','2015-06-23 19:14:44','2015-06-23 19:14:44','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/IMG_8452.jpg',0,'attachment','image/jpeg',0),(20,1,'2015-06-23 19:15:35','2015-06-23 19:15:35','','IMG_8446','','inherit','open','open','','img_8446','','','2015-06-23 19:15:35','2015-06-23 19:15:35','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/IMG_8446.jpg',0,'attachment','image/jpeg',0),(21,1,'2015-06-23 19:16:04','2015-06-23 19:16:04','','IMG_8447','','inherit','open','open','','img_8447','','','2015-06-23 19:16:04','2015-06-23 19:16:04','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/IMG_8447.jpg',0,'attachment','image/jpeg',0),(34,1,'2015-06-23 19:50:50','2015-06-23 19:50:50','','Absolute Plastics','','inherit','open','open','','absolute-plastics','','','2015-06-23 19:50:50','2015-06-23 19:50:50','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/Absolute-Plastics.jpg',0,'attachment','image/jpeg',0),(36,1,'2015-06-23 19:52:32','2015-06-23 19:52:32','','Absolute Plastics','','inherit','open','open','','absolute-plastics-2','','','2015-06-23 19:52:32','2015-06-23 19:52:32','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/Absolute-Plastics1.jpg',0,'attachment','image/jpeg',0),(37,1,'2015-06-23 19:56:29','2015-06-23 19:56:29','','patented_seal','','inherit','open','open','','patented_seal','','','2015-06-23 19:56:29','2015-06-23 19:56:29','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/patented_seal.png',0,'attachment','image/png',0),(40,1,'2015-06-23 19:59:50','2015-06-23 19:59:50','','Screen-Shot-2015-06-23-at-3.59.38-PM','','inherit','open','open','','screen-shot-2015-06-23-at-3-59-38-pm','','','2015-06-23 20:00:09','2015-06-23 20:00:09','',10,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/Screen-Shot-2015-06-23-at-3.59.38-PM.png',0,'attachment','image/png',0),(41,1,'2015-06-23 20:00:30','2015-06-23 20:00:30','','Screen-Shot-2015-06-23-at-3.59.38-PM1','','inherit','open','open','','screen-shot-2015-06-23-at-3-59-38-pm-2','','','2015-06-23 20:00:40','2015-06-23 20:00:40','',11,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/Screen-Shot-2015-06-23-at-3.59.38-PM1.png',0,'attachment','image/png',0),(42,1,'2015-06-23 20:10:29','2015-06-23 20:10:29','','AbsolutePlastics','','inherit','open','open','','absoluteplasticsstpt','','','2015-06-23 20:11:04','2015-06-23 20:11:04','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/AbsolutePlasticsSTPT.png',0,'attachment','image/png',0),(544,1,'2013-10-10 08:04:09','2013-10-10 08:04:09','','WEB DEVELOPMENT','','publish','closed','closed','','web-development','','','2013-10-10 08:04:09','2013-10-10 08:04:09','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=testimonials&p=544',0,'testimonials','',0),(545,1,'2013-10-10 08:05:37','2013-10-10 08:05:37','','WEB DESIGN','','publish','closed','closed','','web-design','','','2013-10-10 08:05:37','2013-10-10 08:05:37','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=testimonials&p=545',0,'testimonials','',0),(1452,1,'2013-10-16 12:05:38','2013-10-16 12:05:38','[vc_row row_type=\"row\" type=\"full_width\" text_align=\"left\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h3>Our Office</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"6\" down=\"6\"][vc_column_text]\r\n<div class=\"vk_txt\">2107B Miller Road</div>\r\n<div class=\"vk_txt\">Wilson, NC 27893</div>\r\nEmail: sales@absoluteplastics.net\r\n\r\nPhone: (252) 206-9941\r\n\r\nFax: (252) 206-9947[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"6\" down=\"6\"][/vc_column][/vc_row]','Contact','','publish','open','closed','','contact','','','2015-07-17 13:58:09','2015-07-17 13:58:09','',0,'http://demo.qodeinteractive.com/bridge4/?page_id=1452',0,'page','',0),(7355,1,'2013-01-30 16:08:49','2013-01-30 16:08:49','','Everything You Will Ever Need To Build an Amazing Website','','publish','closed','closed','','video','','','2013-01-30 16:08:49','2013-01-30 16:08:49','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=7355',1,'slides','',0),(7452,1,'2014-01-08 12:29:01','2014-01-08 12:29:01','','WEB DEVELOPMENT2','','publish','closed','closed','','web-development2','','','2014-01-08 12:29:01','2014-01-08 12:29:01','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=testimonials&p=7452',0,'testimonials','',0),(7482,1,'2014-01-08 16:17:14','2014-01-08 16:17:14','','WEB DEVELOPMENT3','','publish','closed','closed','','web-development3','','','2014-01-08 16:17:14','2014-01-08 16:17:14','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=testimonials&p=7482',0,'testimonials','',0),(7483,1,'2014-01-08 16:17:29','2014-01-08 16:17:29','','WEB DEVELOPMENT4','','publish','closed','closed','','web-development4','','','2014-01-08 16:17:29','2014-01-08 16:17:29','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=testimonials&p=7483',0,'testimonials','',0),(8251,1,'2014-01-20 15:59:06','2014-01-20 15:59:06','','techstart','','publish','closed','closed','','amcor','','','2014-01-20 15:59:06','2014-01-20 15:59:06','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=carousels&p=8251',0,'carousels','',0),(8254,1,'2014-01-20 15:59:50','2014-01-20 15:59:50','','infinity','','publish','closed','closed','','wald','','','2014-01-20 15:59:50','2014-01-20 15:59:50','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=carousels&p=8254',0,'carousels','',0),(8256,1,'2014-01-20 16:00:32','2014-01-20 16:00:32','','audiopro','','publish','closed','closed','','swann','','','2014-01-20 16:00:32','2014-01-20 16:00:32','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=carousels&p=8256',0,'carousels','',0),(8258,1,'2014-01-20 16:01:14','2014-01-20 16:01:14','','rko','','publish','closed','closed','','water','','','2014-01-20 16:01:14','2014-01-20 16:01:14','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=carousels&p=8258',0,'carousels','',0),(8260,1,'2014-01-20 16:02:00','2014-01-20 16:02:00','','sport','','publish','closed','closed','','sains','','','2014-01-20 16:02:00','2014-01-20 16:02:00','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=carousels&p=8260',0,'carousels','',0),(8262,1,'2014-01-20 16:02:38','2014-01-20 16:02:38','','strongwave','','publish','closed','closed','','ica','','','2014-01-20 16:02:38','2014-01-20 16:02:38','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=carousels&p=8262',0,'carousels','',0),(8264,1,'2014-01-20 16:03:08','2014-01-20 16:03:08','','swan','','publish','closed','closed','','rock','','','2014-01-20 16:03:08','2014-01-20 16:03:08','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=carousels&p=8264',0,'carousels','',0),(8266,1,'2014-01-20 16:03:38','2014-01-20 16:03:38','','swanser','','publish','closed','closed','','ahold','','','2014-01-20 16:03:38','2014-01-20 16:03:38','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=carousels&p=8266',0,'carousels','',0),(8670,1,'2014-01-23 14:48:09','2014-01-23 14:48:09','','WEB DESIGN','','publish','closed','closed','','web-design-2','','','2014-01-23 14:48:09','2014-01-23 14:48:09','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=testimonials&p=8670',0,'testimonials','',0),(8783,1,'2014-01-24 12:30:18','2014-01-24 12:30:18','','techstart mini','','publish','closed','closed','','ahold-mini','','','2014-01-24 12:30:18','2014-01-24 12:30:18','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=carousels&p=8783',0,'carousels','',0),(8785,1,'2014-01-24 12:30:49','2014-01-24 12:30:49','','infinity mini','','publish','closed','closed','','amcor-mini','','','2014-01-24 12:30:49','2014-01-24 12:30:49','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=carousels&p=8785',0,'carousels','',0),(8787,1,'2014-01-24 12:31:14','2014-01-24 12:31:14','','audiopro mini','','publish','closed','closed','','ica-mini','','','2014-01-24 12:31:14','2014-01-24 12:31:14','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=carousels&p=8787',0,'carousels','',0),(8789,1,'2014-01-24 12:31:59','2014-01-24 12:31:59','','rko mini','','publish','closed','closed','','rock-mini','','','2014-01-24 12:31:59','2014-01-24 12:31:59','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=carousels&p=8789',0,'carousels','',0),(8791,1,'2014-01-24 12:32:47','2014-01-24 12:32:47','','sport mini','','publish','closed','closed','','sains-mini','','','2014-01-24 12:32:47','2014-01-24 12:32:47','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=carousels&p=8791',0,'carousels','',0),(8793,1,'2014-01-24 12:33:09','2014-01-24 12:33:09','','strongwave mini','','publish','closed','closed','','swann-mini','','','2014-01-24 12:33:09','2014-01-24 12:33:09','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=carousels&p=8793',0,'carousels','',0),(8795,1,'2014-01-24 12:33:32','2014-01-24 12:33:32','','swan mini','','publish','closed','closed','','wald-mini','','','2014-01-24 12:33:32','2014-01-24 12:33:32','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=carousels&p=8795',0,'carousels','',0),(8797,1,'2014-01-24 12:33:55','2014-01-24 12:33:55','','swanser mini','','publish','closed','closed','','water-mini','','','2014-01-24 12:33:55','2014-01-24 12:33:55','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=carousels&p=8797',0,'carousels','',0),(10095,1,'2014-02-05 11:25:38','2014-02-05 11:25:38','','Multi-Purpose Business WP Theme','','publish','closed','closed','','10095','','','2014-02-05 11:25:38','2014-02-05 11:25:38','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=10095',0,'slides','',0),(10135,1,'2014-02-05 12:31:07','2014-02-05 12:31:07','','Business Friendly WordPress Theme','','publish','closed','closed','','multi-purpose-business-wp-theme','','','2014-02-05 12:31:07','2014-02-05 12:31:07','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=10135',0,'slides','',0),(10145,1,'2014-02-05 13:25:31','2014-02-05 13:25:31','','Business Friendly WordPress Layout','','publish','closed','closed','','business-friendly-wordpress-layout','','','2014-02-05 13:25:31','2014-02-05 13:25:31','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=10145',3,'slides','',0),(10164,1,'2014-02-05 13:56:25','2014-02-05 13:56:25','','Includes The Full Font Awesome Icon Set','','publish','closed','closed','','includes-the-full-font-awesome-icon-set','','','2014-02-05 13:56:25','2014-02-05 13:56:25','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=10164',0,'slides','',0),(10166,1,'2014-02-05 13:59:48','2014-02-05 13:59:48','','Extremely Customizable and Powerful Backend','','publish','closed','closed','','extremely-customizable-and-powerful-backend','','','2014-02-05 13:59:48','2014-02-05 13:59:48','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=10166',4,'slides','',0),(10168,1,'2014-02-05 13:58:57','2014-02-05 13:58:57','','Amazing Header & Title Options','','publish','closed','closed','','amazing-header-title-options','','','2014-02-05 13:58:57','2014-02-05 13:58:57','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=10168',0,'slides','',0),(10203,1,'2014-02-05 15:43:17','2014-02-05 15:43:17','','The Amazing Fullscreen Parallax Qode Slider','','publish','closed','closed','','the-amazing-fullscreen-parallax-qode-slider','','','2014-02-05 15:43:17','2014-02-05 15:43:17','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=10203',0,'slides','',0),(10345,1,'2014-02-06 12:27:04','2014-02-06 12:27:04','','Use HD Videos As Slider Or Section Backgrounds','','publish','closed','closed','','use-hd-videos-as-slider-or-section-backgrounds-3','','','2014-02-06 12:27:04','2014-02-06 12:27:04','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=10345',0,'slides','',0),(10382,1,'2013-02-06 14:01:44','2013-02-06 14:01:44','','Perfectly Responsive & Retina Ready Theme','','publish','closed','closed','','perfectly-responsive-retina-ready-theme','','','2013-02-06 14:01:44','2013-02-06 14:01:44','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=10382',2,'slides','',0),(10412,1,'2014-02-06 15:05:37','2014-02-06 15:05:37','','Awesome Fullscreen Parallax Slides','','publish','closed','closed','','the-amazing-fullscreen-parallax-qode-slider-2','','','2014-02-06 15:05:37','2014-02-06 15:05:37','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=10412',0,'slides','',0),(10417,1,'2014-02-06 15:13:07','2014-02-06 15:13:07','','Create Immersive Experiences','','publish','closed','closed','','create-immersive-experiences','','','2014-02-06 15:13:07','2014-02-06 15:13:07','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=10417',0,'slides','',0),(10549,1,'2014-02-07 11:38:08','2014-02-07 11:38:08','','New York Offices','','publish','closed','closed','','new-york-offices','','','2014-02-07 11:38:08','2014-02-07 11:38:08','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=10549',0,'slides','',0),(10566,1,'2014-02-07 12:15:24','2014-02-07 12:15:24','','Amsterdam Offices','','publish','closed','closed','','amsterdam-offices','','','2014-02-07 12:15:24','2014-02-07 12:15:24','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=10566',0,'slides','',0),(11959,1,'2014-02-10 13:38:58','2014-02-10 13:38:58','','Perfectly Responsive & Retina Ready Theme','','publish','closed','closed','','perfectly-responsive-retina-ready-theme-2','','','2014-02-10 13:38:58','2014-02-10 13:38:58','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=11959',2,'slides','',0),(12254,1,'2014-02-13 12:49:58','2014-02-13 12:49:58','','Everything You Will Ever Need To Build an Amazing Website','','publish','closed','closed','','everything-you-will-ever-need-to-build-an-amazing-website','','','2014-02-13 12:49:58','2014-02-13 12:49:58','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=12254',1,'slides','',0),(12270,1,'2014-02-21 15:28:02','2014-02-21 15:28:02','','WE\'LL HELP MANAGE YOUR BUSINESS','','publish','closed','closed','','well-help-manage-your-business','','','2014-02-21 15:28:02','2014-02-21 15:28:02','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=12270',0,'slides','',0),(12980,1,'2014-03-14 10:23:15','2014-03-14 10:23:15','','WE\'LL HELP MANAGE YOUR BUSINESS','','publish','closed','closed','','well-help-manage-your-business-2','','','2014-03-14 10:23:15','2014-03-14 10:23:15','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=12980',0,'slides','',0),(12983,1,'2014-03-14 10:32:56','2014-03-14 10:32:56','','WE\'LL HELP MANAGE YOUR BUSINESS','','publish','closed','closed','','well-help-manage-your-business-3','','','2014-03-14 10:32:56','2014-03-14 10:32:56','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=12983',0,'slides','',0),(13153,1,'2014-03-18 10:50:15','2014-03-18 10:50:15','','WE\'LL HELP MANAGE YOUR BUSINESS','','publish','closed','closed','','well-help-manage-your-business-4','','','2014-03-18 10:50:15','2014-03-18 10:50:15','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=13153',2,'slides','',0),(13167,1,'2014-03-18 13:11:32','2014-03-18 13:11:32','','WE\'LL HELP MANAGE YOUR BUSINESS','','publish','closed','closed','','well-help-manage-your-business-6','','','2014-03-18 13:11:32','2014-03-18 13:11:32','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=13167',3,'slides','',0),(13200,1,'2014-03-18 14:45:04','2014-03-18 14:45:04','','WE\'LL HELP MANAGE YOUR BUSINESS','','publish','closed','closed','','well-help-manage-your-business-7','','','2014-03-18 14:45:04','2014-03-18 14:45:04','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=13200',4,'slides','',0),(13202,1,'2014-03-18 14:49:03','2014-03-18 14:49:03','','WE\'LL HELP MANAGE YOUR BUSINESS','','publish','closed','closed','','well-help-manage-your-business-8','','','2014-03-18 14:49:03','2014-03-18 14:49:03','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=13202',1,'slides','',0),(14137,1,'2014-03-26 16:23:02','2014-03-26 16:23:02','','WE\'LL HELP MANAGE YOUR BUSINESS','','publish','closed','closed','','well-help-manage-your-business-10','','','2014-03-26 16:23:02','2014-03-26 16:23:02','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=14137',1,'slides','',0),(14141,1,'2014-03-26 16:31:49','2014-03-26 16:31:49','','WE\'LL HELP MANAGE YOUR BUSINESS','','publish','closed','closed','','well-help-manage-your-business-12','','','2014-03-26 16:31:49','2014-03-26 16:31:49','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=14141',4,'slides','',0),(14143,1,'2014-03-26 16:33:03','2014-03-26 16:33:03','','WE\'LL HELP MANAGE YOUR BUSINESS','','publish','closed','closed','','well-help-manage-your-business-13','','','2014-03-26 16:33:03','2014-03-26 16:33:03','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=14143',3,'slides','',0),(14514,1,'2014-03-28 13:06:17','2014-03-28 13:06:17','','WE\'LL HELP MANAGE YOUR BUSINESS','','publish','closed','closed','','well-help-manage-your-business-16','','','2014-03-28 13:06:17','2014-03-28 13:06:17','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=14514',2,'slides','',0),(14594,1,'2014-03-28 17:27:16','2014-03-28 17:27:16','','WE\'LL HELP MANAGE YOUR BUSINESS','','publish','closed','closed','','well-help-manage-your-business-17','','','2014-03-28 17:27:16','2014-03-28 17:27:16','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=14594',2,'slides','',0),(14835,1,'2014-04-24 15:35:10','2014-04-24 15:35:10','','WE\'LL HELP MANAGE YOUR BUSINESS','','publish','closed','closed','','well-help-manage-your-business-9','','','2015-07-14 20:22:36','2015-07-14 20:22:36','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=14835',3,'slides','',0),(15207,1,'2014-04-30 15:16:06','2014-04-30 15:16:06','','amc','','publish','closed','closed','','techstartnew','','','2014-04-30 15:16:06','2014-04-30 15:16:06','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=carousels&p=15207',0,'carousels','',0),(15210,1,'2014-04-30 15:17:01','2014-04-30 15:17:01','','fitness','','publish','closed','closed','','fitness','','','2014-04-30 15:17:01','2014-04-30 15:17:01','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=carousels&p=15210',0,'carousels','',0),(15212,1,'2014-04-30 15:17:47','2014-04-30 15:17:47','','burgers','','publish','closed','closed','','burgers','','','2014-04-30 15:17:47','2014-04-30 15:17:47','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=carousels&p=15212',0,'carousels','',0),(15214,1,'2014-04-30 15:18:36','2014-04-30 15:18:36','','amca','','publish','closed','closed','','amca','','','2014-04-30 15:18:36','2014-04-30 15:18:36','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=carousels&p=15214',0,'carousels','',0),(15216,1,'2014-04-30 15:19:18','2014-04-30 15:19:18','','bose','','publish','closed','closed','','bose','','','2014-04-30 15:19:18','2014-04-30 15:19:18','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=carousels&p=15216',0,'carousels','',0),(15218,1,'2014-04-30 15:20:08','2014-04-30 15:20:08','','audio','','publish','closed','closed','','audiopronew','','','2014-04-30 15:20:08','2014-04-30 15:20:08','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=carousels&p=15218',0,'carousels','',0),(15676,1,'2014-05-08 09:13:14','2014-05-08 09:13:14','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"Absolute Plastics was built on over 60 years of packaging experience. \" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"100\" text_color=\"#1e73be\" text=\"Invented a Patented Lid Seal Technology to resist leaking and spills\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics offers a wide range of products designed around functionality, sustainability and convenience.\r\n\r\n \r\n<ul>\r\n <li>Our products significantly reduce logistics costs and have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\" link=\"http://thisisradical.com/absoluteplastics/?page_id=16674\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics is dedicated to adding an environmentally focused dimension to the private label top category through using innovative materials such as compostable, sustainable paper and 70% post-consumer recyclable plastic.\r\n\r\n \r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, the hinged PP product line addresses the environmental and performance issues related to foam</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Absolute Plastics products are all made in the United States. Supporting products made in the USA strengthens our economy, protects our environmental standards, and creates jobs in the US.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">With Absolute Plastics design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>3D Printing fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Have on-site capability to make commercial dies and cavity inserts</li>\r\n <li>A highly experienced design, production, and distribution team to provide a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_raw_html]\r\n\r\nJTNDc2NyaXB0JTNFJTBBalF1ZXJ5JTI4JTIwZG9jdW1lbnQlMjAlMjkucmVhZHklMjhmdW5jdGlvbiUyOCUyNCUyOSUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyNCUyOCUyNy5teUhUTUx2aWRlbyUyNyUyOS5jbGljayUyOGZ1bmN0aW9uJTI4JTI5JTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTI0JTI4dGhpcyUyOS5nZXQlMjgwJTI5LnBhdXNlZCUyMCUzRiUyMCUyNCUyOHRoaXMlMjkuZ2V0JTI4MCUyOS5wbGF5JTI4JTI5JTIwJTNBJTIwJTI0JTI4dGhpcyUyOS5nZXQlMjgwJTI5LnBhdXNlJTI4JTI5JTNCJTBBJTIwJTIwJTIwJTIwJTdEJTI5JTNCJTBBJTdEJTI5JTNCJTNDJTJGc2NyaXB0JTNF\r\n\r\n[/vc_raw_html][vc_raw_html]\r\n\r\nJTNDdmlkZW8lMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGNsYXNzJTNEJTIybXlIVE1MdmlkZW8lMjIlMjBwb3N0ZXIlM0QlMjJodHRwJTNBJTJGJTJGYWJzb2x1dGVwbGFzdGljcy5uZXQlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwNCUyRnRodW1ibmFpbC5qcGclMjIlMjBjb250cm9scyUyMG9uY2xpY2slM0QlMjJwbGF5UGF1c2UlMjglMjklMjIlM0UlMEElMjAlMjAlM0Nzb3VyY2UlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGMDJkMGZmOS5uZXRzb2xob3N0LmNvbSUyRndvcmRwcmVzczIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwNCUyRkFic29sdXRlJTI1MjBQbGFzdGljcyUyNTIwQ2xvc2VkLUxvb3AlMjUyMFJlY3ljbGluZy1IRC5tcDQlMjIlMjB0eXBlJTNEJTIydmlkZW8lMkZtcDQlMjIlMEElMEElM0Nzb3VyY2UlMjBzcmMlM0QlMjJmdHAlM0ElMkYlMkYyZDBmZjkubmV0c29saG9zdC5jb20lMkZ3b3JkcHJlc3MyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE2JTJGMDQlMkZBYnNvbHV0ZV9QbGFzdGljc19DbG9zZWQtTG9vcF9SZWN5Y2xpbmctSEQub2d2JTIyJTIwdHlwZSUzRCUyMnZpZGVvJTJGb2dnJTIyJTNFJTBBJTBBJTBBJTNFJTBBJTNDJTJGdmlkZW8lM0U=\r\n\r\n[/vc_raw_html][/vc_column][/vc_row]','Home','','publish','open','open','','home','','','2016-04-13 03:22:00','2016-04-13 03:22:00','',0,'http://demo.qodeinteractive.com/bridge4/?page_id=15676',0,'page','',0),(15750,1,'2014-05-08 14:58:52','2014-05-08 14:58:52','','ABSOLUTE PLASTICS','','publish','closed','closed','','creative-digital-agency-2','','','2015-07-16 14:22:00','2015-07-16 14:22:00','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=15750',0,'slides','',0),(15752,1,'2014-05-08 15:01:37','2014-05-08 15:01:37','','ABSOLUTE PLASTICS','','publish','closed','closed','','creative-digital-agency-3','','','2015-07-16 14:28:10','2015-07-16 14:28:10','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=slides&p=15752',0,'slides','',0),(15756,1,'2014-05-09 07:10:30','2014-05-09 07:10:30','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"82\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_column_text]\n<h2 style=\"text-align: left;\">OUR STUDIO</h2>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" down=\"0\" up=\"20\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lorem quam, adipiscing condimentum tristique vel, eleifend sed turpis. Pellentesque cursus arcu id magna euismod in elementum purus molestie. Curabitur pellentesque massa eu nulla consequat sed porttitor arcu porttitor. Quisque volutpat pharetra felis, eu cursus lorem molestie vitae. Nulla vehicula, lacus ut suscipit fermentum, turpis felis ultricies dui, ut rhoncus libero augue at libero. Morbi ut arcu dolo.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" down=\"0\" up=\"28\"][vc_row_inner][vc_column_inner width=\"1/1\"][button target=\"_self\" text=\"PURCHASE THEME\" link=\"#\"][/vc_column_inner][/vc_row_inner][vc_separator type=\"transparent\" position=\"center\" up=\"99\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"5\" down=\"0\"][progress_bar title_tag=\"h3\" title=\"GRAPHIC DESIGN\" percent=\"35\" height=\"20\" percent_font_weight=\"700\"][vc_separator type=\"transparent\" position=\"center\" up=\"3\" down=\"0\"][progress_bar title_tag=\"h3\" title=\"SHORTCODE CENTRAL\" percent=\"90\" height=\"20\" percent_font_weight=\"700\"][vc_separator type=\"transparent\" position=\"center\" up=\"3\" down=\"0\"][progress_bar title_tag=\"h3\" title=\"STANDARDIZATION\" percent=\"70\" height=\"20\" percent_font_weight=\"700\"][vc_separator type=\"transparent\" position=\"center\" up=\"99\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"68\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/1\"][vc_column_text]\n<h2 style=\"text-align: center;\">OUR TEAM</h2>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" down=\"0\" up=\"13\"][vc_column_text]\n<h5 style=\"text-align: center;\">Absolutely Stunning Design & Functionality</h5>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" down=\"0\" up=\"66\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"15771\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"29\" down=\"0\"][vc_column_text]\n<h6>DESIGNER</h6>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"4\" down=\"0\"][vc_column_text]\n<h3>NATHANIEL JORDAN</h3>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"24\" down=\"0\"][vc_column_text]The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"81\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"15771\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"29\" down=\"0\"][vc_column_text]\n<h6>DESIGNER</h6>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"4\" down=\"0\"][vc_column_text]\n<h3>ROBERT STANIS</h3>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"24\" down=\"0\"][vc_column_text]The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"81\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"15771\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"29\" down=\"0\"][vc_column_text]\n<h6>DESIGNER</h6>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"4\" down=\"0\"][vc_column_text]\n<h3>NATHANIEL JORDAN</h3>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"24\" down=\"0\"][vc_column_text]The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"81\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"88\" padding_bottom=\"20\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/1\"][vc_column_text]\n<h2 style=\"text-align: center;\">OUR TEAM</h2>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" down=\"0\" up=\"13\"][vc_column_text]\n<h5 style=\"text-align: center;\">Absolutely Stunning Design & Functionality</h5>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" down=\"0\" up=\"66\"][vc_row_inner][vc_column_inner width=\"1/4\"][pie_chart percent=\"34\" title=\"Creative Ideas\" text=\"Ut wisi enim ad minim veniam, quis nos trud exerci tation ullamcorper.\" title_tag=\"h3\" separator=\"no\" line_width=\"12\" noactive_color=\"#f7f7f7\"][vc_separator type=\"transparent\" position=\"center\" up=\"74\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][pie_chart percent=\"57\" title=\"Business Solutions\" text=\"Ut wisi enim ad minim veniam, quis nos trud exerci tation ullamcorper.\" title_tag=\"h3\" separator=\"no\" line_width=\"12\" noactive_color=\"#f7f7f7\"][vc_separator type=\"transparent\" position=\"center\" up=\"74\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][pie_chart percent=\"72\" title=\"Inovative Projects\" text=\"Ut wisi enim ad minim veniam, quis nos trud exerci tation ullamcorper.\" title_tag=\"h3\" separator=\"no\" line_width=\"12\" noactive_color=\"#f7f7f7\"][vc_separator type=\"transparent\" position=\"center\" up=\"74\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][pie_chart percent=\"88\" title=\"Customer Support\" text=\"Ut wisi enim ad minim veniam, quis nos trud exerci tation ullamcorper.\" title_tag=\"h3\" separator=\"no\" line_width=\"12\" noactive_color=\"#f7f7f7\"][vc_separator type=\"transparent\" position=\"center\" up=\"74\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type=\"parallax\" type=\"full_width\" text_align=\"left\" background_image=\"15831\" section_height=\"535\"][vc_column width=\"1/1\"][vc_separator type=\"transparent\" position=\"center\" up=\"142\" down=\"0\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"center\"][vc_column_inner width=\"1/1\"][counter type=\"zero\" box=\"no\" position=\"center\" font_weight=\"700\" separator=\"no\" digit=\"2014\" font_size=\"72\" font_color=\"#ffffff\"][vc_separator type=\"transparent\" position=\"center\" up=\"2\" down=\"0\"][vc_column_text]\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">HAVE AN IDEA? WE’RE HERE TO HELP YOU MANAGE YOUR WORK</span></h3>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"21\" down=\"0\"][vc_column_text]\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">The common things expected from a digital agency are nice looking websites, </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">branded social media.</span></p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator type=\"transparent\" position=\"center\" up=\"142\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\"][vc_column width=\"1/1\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"center\" padding=\"5\"][vc_column_inner width=\"3/4\"][vc_separator type=\"transparent\" position=\"center\" up=\"50\" down=\"0\"][vc_column_text]\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">HAVE AN IDEA? WE ARE HERE TO HELP YOU MANAGE YOUR WORK</span></h3>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"50\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator type=\"transparent\" position=\"center\" up=\"43\" down=\"0\"][button target=\"_self\" text=\"PURCHASE THEME\" link=\"#\"][vc_separator type=\"transparent\" position=\"center\" up=\"43\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Agency','','publish','open','closed','','about-agency','','','2015-06-24 18:53:01','2015-06-24 18:53:01','',0,'http://demo.qodeinteractive.com/bridge4/?page_id=15756',0,'page','',0),(15815,1,'2014-05-09 10:11:53','2014-05-09 10:11:53','','amc cloned','','publish','closed','closed','','amc-cloned','','','2014-05-09 10:11:53','2014-05-09 10:11:53','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=carousels&p=15815',0,'carousels','',0),(15816,1,'2014-05-09 10:12:37','2014-05-09 10:12:37','','fitness cloned','','publish','closed','closed','','fitness-cloned-2','','','2014-05-09 10:12:37','2014-05-09 10:12:37','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=carousels&p=15816',0,'carousels','',0),(15817,1,'2014-05-09 10:12:54','2014-05-09 10:12:54','','burgers cloned','','publish','closed','closed','','burgers-cloned-2','','','2014-05-09 10:12:54','2014-05-09 10:12:54','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=carousels&p=15817',0,'carousels','',0),(15818,1,'2014-05-09 10:14:12','2014-05-09 10:14:12','','amca cloned','','publish','closed','closed','','amca-cloned-2','','','2014-05-09 10:14:12','2014-05-09 10:14:12','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=carousels&p=15818',0,'carousels','',0),(15819,1,'2014-05-09 10:14:30','2014-05-09 10:14:30','','bose cloned','','publish','closed','closed','','bose-cloned-2','','','2014-05-09 10:14:30','2014-05-09 10:14:30','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=carousels&p=15819',0,'carousels','',0),(15820,1,'2014-05-09 10:14:51','2014-05-09 10:14:51','','audio cloned','','publish','closed','closed','','audio-cloned','','','2014-05-09 10:14:51','2014-05-09 10:14:51','',0,'http://demo.qodeinteractive.com/bridge4/?post_type=carousels&p=15820',0,'carousels','',0),(15876,1,'2014-05-09 12:07:28','2014-05-09 12:07:28','[vc_row][vc_column][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_column_text el_class=\"h1\"]\r\n<h1 style=\"text-align: center;\">Absolute Plastics, LLC supplies three major markets:</h1>\r\n<h1 style=\"text-align: center;\">Food Processors, Food Service Distribution, & Retail.</h1>\r\n[/vc_column_text][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image image=\"17058\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" alignment=\"center\" img_link_large=\"\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">01</span> FOOD PROCESSORS</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]\r\n<div>Food industry giants buy Absolute Plastics products to package food for sale to the consumer. Food Processors use Absolute Plastics containers to sell everything from salads to pastas to desserts to meals. Then the food remains in Absolute Plastics containers and is sold in the refrigerated and frozen section of the grocery store.</div>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">02</span> RETAIL</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Grocery and warehouse stores buy Absolute Plastics products directly or from Food Processors for the fresh, frozen or prepared food section of their stores. Absolute Plastics plates and containers can be found anywhere from the vegetable and produce sections to the refrigerated and frozen aisles in major retail stores across the nation.[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17059\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_right\" transition_delay=\"0.4\" alignment=\"center\" img_link_large=\"\" img_size=\"full\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image image=\"17060\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" alignment=\"center\" img_link_large=\"\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">03</span> FOOD SERVICE DISTRIBUTION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food service distribution re-sells products to restaurants, bakeries, small grocers, and other distributors , giving smaller businesses access to Absolute Plastics products. Distributors’ large volume Absolute Plastics orders are resold along with other company’s products on weekly routes to smaller businesses.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\" padding_top=\"54\"][vc_column width=\"1/3\"][counter type=\"zero\" box=\"no\" position=\"center\" text_transform=\"none\" separator=\"no\" digit=\"98%\" font_color=\"#ffffff\" text=\"Order Fill Rate\" text_color=\"#ffffff\" font_size=\"50\" text_size=\"25\"][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/3\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"95%\" font_color=\"#ffffff\" text=\"Line Fill Rate\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"25\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/3\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"100%\" font_color=\"#ffffff\" text=\"Customer Satisfaction\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"25\"][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][/vc_column][/vc_row]','Markets','','publish','open','closed','','markets','','','2015-08-06 19:54:54','2015-08-06 19:54:54','',0,'http://demo.qodeinteractive.com/bridge4/?page_id=15840',0,'page','',0),(16177,1,'2015-06-23 21:03:27','2015-06-23 21:03:27',' ','','','publish','open','open','','16177','','','2015-07-17 17:28:02','2015-07-17 17:28:02','',0,'http://thisisradical.com/absoluteplastics/?p=16177',4,'nav_menu_item','',0),(16184,1,'2014-04-30 15:16:06','2014-04-30 15:16:06','','techstartnew','','publish','closed','closed','','techstartnew-2','','','2014-04-30 15:16:06','2014-04-30 15:16:06','',0,'http://demo.qodeinteractive.com/bridge3/?post_type=carousels&p=15207',0,'carousels','',0),(16185,1,'2014-04-30 15:20:08','2014-04-30 15:20:08','','audiopronew','','publish','closed','closed','','audiopronew-2','','','2014-04-30 15:20:08','2014-04-30 15:20:08','',0,'http://demo.qodeinteractive.com/bridge3/?post_type=carousels&p=15218',0,'carousels','',0),(16608,1,'2015-06-24 18:41:25','2015-06-24 18:41:25',' ','','','publish','open','open','','16608','','','2015-07-17 17:28:01','2015-07-17 17:28:01','',0,'http://thisisradical.com/absoluteplastics/?p=16608',1,'nav_menu_item','',0),(16609,1,'2015-06-24 18:51:12','2015-06-24 18:51:12','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"82\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_column_text]\n<h2 style=\"text-align: left;\">OUR STUDIO</h2>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" down=\"0\" up=\"20\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lorem quam, adipiscing condimentum tristique vel, eleifend sed turpis. Pellentesque cursus arcu id magna euismod in elementum purus molestie. Curabitur pellentesque massa eu nulla consequat sed porttitor arcu porttitor. Quisque volutpat pharetra felis, eu cursus lorem molestie vitae. Nulla vehicula, lacus ut suscipit fermentum, turpis felis ultricies dui, ut rhoncus libero augue at libero. Morbi ut arcu dolo.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" down=\"0\" up=\"28\"][vc_row_inner][vc_column_inner width=\"1/1\"][button target=\"_self\" text=\"PURCHASE THEME\" link=\"#\"][/vc_column_inner][/vc_row_inner][vc_separator type=\"transparent\" position=\"center\" up=\"99\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"5\" down=\"0\"][progress_bar title_tag=\"h3\" title=\"GRAPHIC DESIGN\" percent=\"35\" height=\"20\" percent_font_weight=\"700\"][vc_separator type=\"transparent\" position=\"center\" up=\"3\" down=\"0\"][progress_bar title_tag=\"h3\" title=\"SHORTCODE CENTRAL\" percent=\"90\" height=\"20\" percent_font_weight=\"700\"][vc_separator type=\"transparent\" position=\"center\" up=\"3\" down=\"0\"][progress_bar title_tag=\"h3\" title=\"STANDARDIZATION\" percent=\"70\" height=\"20\" percent_font_weight=\"700\"][vc_separator type=\"transparent\" position=\"center\" up=\"99\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"68\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/1\"][vc_column_text]\n<h2 style=\"text-align: center;\">OUR TEAM</h2>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" down=\"0\" up=\"13\"][vc_column_text]\n<h5 style=\"text-align: center;\">Absolutely Stunning Design & Functionality</h5>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" down=\"0\" up=\"66\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"15771\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"29\" down=\"0\"][vc_column_text]\n<h6>DESIGNER</h6>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"4\" down=\"0\"][vc_column_text]\n<h3>NATHANIEL JORDAN</h3>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"24\" down=\"0\"][vc_column_text]The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"81\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"15771\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"29\" down=\"0\"][vc_column_text]\n<h6>DESIGNER</h6>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"4\" down=\"0\"][vc_column_text]\n<h3>ROBERT STANIS</h3>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"24\" down=\"0\"][vc_column_text]The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"81\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"15771\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"29\" down=\"0\"][vc_column_text]\n<h6>DESIGNER</h6>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"4\" down=\"0\"][vc_column_text]\n<h3>NATHANIEL JORDAN</h3>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"24\" down=\"0\"][vc_column_text]The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"81\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"88\" padding_bottom=\"20\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/1\"][vc_column_text]\n<h2 style=\"text-align: center;\">OUR TEAM</h2>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" down=\"0\" up=\"13\"][vc_column_text]\n<h5 style=\"text-align: center;\">Absolutely Stunning Design & Functionality</h5>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" down=\"0\" up=\"66\"][vc_row_inner][vc_column_inner width=\"1/4\"][pie_chart percent=\"34\" title=\"Creative Ideas\" text=\"Ut wisi enim ad minim veniam, quis nos trud exerci tation ullamcorper.\" title_tag=\"h3\" separator=\"no\" line_width=\"12\" noactive_color=\"#f7f7f7\"][vc_separator type=\"transparent\" position=\"center\" up=\"74\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][pie_chart percent=\"57\" title=\"Business Solutions\" text=\"Ut wisi enim ad minim veniam, quis nos trud exerci tation ullamcorper.\" title_tag=\"h3\" separator=\"no\" line_width=\"12\" noactive_color=\"#f7f7f7\"][vc_separator type=\"transparent\" position=\"center\" up=\"74\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][pie_chart percent=\"72\" title=\"Inovative Projects\" text=\"Ut wisi enim ad minim veniam, quis nos trud exerci tation ullamcorper.\" title_tag=\"h3\" separator=\"no\" line_width=\"12\" noactive_color=\"#f7f7f7\"][vc_separator type=\"transparent\" position=\"center\" up=\"74\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][pie_chart percent=\"88\" title=\"Customer Support\" text=\"Ut wisi enim ad minim veniam, quis nos trud exerci tation ullamcorper.\" title_tag=\"h3\" separator=\"no\" line_width=\"12\" noactive_color=\"#f7f7f7\"][vc_separator type=\"transparent\" position=\"center\" up=\"74\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type=\"parallax\" type=\"full_width\" text_align=\"left\" background_image=\"15831\" section_height=\"535\"][vc_column width=\"1/1\"][vc_separator type=\"transparent\" position=\"center\" up=\"142\" down=\"0\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"center\"][vc_column_inner width=\"1/1\"][counter type=\"zero\" box=\"no\" position=\"center\" font_weight=\"700\" separator=\"no\" digit=\"2014\" font_size=\"72\" font_color=\"#ffffff\"][vc_separator type=\"transparent\" position=\"center\" up=\"2\" down=\"0\"][vc_column_text]\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">HAVE AN IDEA? WE’RE HERE TO HELP YOU MANAGE YOUR WORK</span></h3>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"21\" down=\"0\"][vc_column_text]\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">The common things expected from a digital agency are nice looking websites, </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">branded social media.</span></p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator type=\"transparent\" position=\"center\" up=\"142\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\"][vc_column width=\"1/1\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"center\" padding=\"5\"][vc_column_inner width=\"3/4\"][vc_separator type=\"transparent\" position=\"center\" up=\"50\" down=\"0\"][vc_column_text]\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">HAVE AN IDEA? WE ARE HERE TO HELP YOU MANAGE YOUR WORK</span></h3>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"50\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator type=\"transparent\" position=\"center\" up=\"43\" down=\"0\"][button target=\"_self\" text=\"PURCHASE THEME\" link=\"#\"][vc_separator type=\"transparent\" position=\"center\" up=\"43\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About','','inherit','open','open','','15756-revision-v1','','','2015-06-24 18:51:12','2015-06-24 18:51:12','',15756,'http://thisisradical.com/absoluteplastics/?p=16609',0,'revision','',0),(16619,1,'2015-06-24 18:53:01','2015-06-24 18:53:01','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"82\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_column_text]\n<h2 style=\"text-align: left;\">OUR STUDIO</h2>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" down=\"0\" up=\"20\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lorem quam, adipiscing condimentum tristique vel, eleifend sed turpis. Pellentesque cursus arcu id magna euismod in elementum purus molestie. Curabitur pellentesque massa eu nulla consequat sed porttitor arcu porttitor. Quisque volutpat pharetra felis, eu cursus lorem molestie vitae. Nulla vehicula, lacus ut suscipit fermentum, turpis felis ultricies dui, ut rhoncus libero augue at libero. Morbi ut arcu dolo.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" down=\"0\" up=\"28\"][vc_row_inner][vc_column_inner width=\"1/1\"][button target=\"_self\" text=\"PURCHASE THEME\" link=\"#\"][/vc_column_inner][/vc_row_inner][vc_separator type=\"transparent\" position=\"center\" up=\"99\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"5\" down=\"0\"][progress_bar title_tag=\"h3\" title=\"GRAPHIC DESIGN\" percent=\"35\" height=\"20\" percent_font_weight=\"700\"][vc_separator type=\"transparent\" position=\"center\" up=\"3\" down=\"0\"][progress_bar title_tag=\"h3\" title=\"SHORTCODE CENTRAL\" percent=\"90\" height=\"20\" percent_font_weight=\"700\"][vc_separator type=\"transparent\" position=\"center\" up=\"3\" down=\"0\"][progress_bar title_tag=\"h3\" title=\"STANDARDIZATION\" percent=\"70\" height=\"20\" percent_font_weight=\"700\"][vc_separator type=\"transparent\" position=\"center\" up=\"99\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"68\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/1\"][vc_column_text]\n<h2 style=\"text-align: center;\">OUR TEAM</h2>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" down=\"0\" up=\"13\"][vc_column_text]\n<h5 style=\"text-align: center;\">Absolutely Stunning Design & Functionality</h5>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" down=\"0\" up=\"66\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"15771\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"29\" down=\"0\"][vc_column_text]\n<h6>DESIGNER</h6>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"4\" down=\"0\"][vc_column_text]\n<h3>NATHANIEL JORDAN</h3>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"24\" down=\"0\"][vc_column_text]The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"81\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"15771\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"29\" down=\"0\"][vc_column_text]\n<h6>DESIGNER</h6>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"4\" down=\"0\"][vc_column_text]\n<h3>ROBERT STANIS</h3>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"24\" down=\"0\"][vc_column_text]The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"81\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"15771\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"29\" down=\"0\"][vc_column_text]\n<h6>DESIGNER</h6>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"4\" down=\"0\"][vc_column_text]\n<h3>NATHANIEL JORDAN</h3>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"24\" down=\"0\"][vc_column_text]The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"81\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"88\" padding_bottom=\"20\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/1\"][vc_column_text]\n<h2 style=\"text-align: center;\">OUR TEAM</h2>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" down=\"0\" up=\"13\"][vc_column_text]\n<h5 style=\"text-align: center;\">Absolutely Stunning Design & Functionality</h5>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" down=\"0\" up=\"66\"][vc_row_inner][vc_column_inner width=\"1/4\"][pie_chart percent=\"34\" title=\"Creative Ideas\" text=\"Ut wisi enim ad minim veniam, quis nos trud exerci tation ullamcorper.\" title_tag=\"h3\" separator=\"no\" line_width=\"12\" noactive_color=\"#f7f7f7\"][vc_separator type=\"transparent\" position=\"center\" up=\"74\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][pie_chart percent=\"57\" title=\"Business Solutions\" text=\"Ut wisi enim ad minim veniam, quis nos trud exerci tation ullamcorper.\" title_tag=\"h3\" separator=\"no\" line_width=\"12\" noactive_color=\"#f7f7f7\"][vc_separator type=\"transparent\" position=\"center\" up=\"74\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][pie_chart percent=\"72\" title=\"Inovative Projects\" text=\"Ut wisi enim ad minim veniam, quis nos trud exerci tation ullamcorper.\" title_tag=\"h3\" separator=\"no\" line_width=\"12\" noactive_color=\"#f7f7f7\"][vc_separator type=\"transparent\" position=\"center\" up=\"74\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][pie_chart percent=\"88\" title=\"Customer Support\" text=\"Ut wisi enim ad minim veniam, quis nos trud exerci tation ullamcorper.\" title_tag=\"h3\" separator=\"no\" line_width=\"12\" noactive_color=\"#f7f7f7\"][vc_separator type=\"transparent\" position=\"center\" up=\"74\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type=\"parallax\" type=\"full_width\" text_align=\"left\" background_image=\"15831\" section_height=\"535\"][vc_column width=\"1/1\"][vc_separator type=\"transparent\" position=\"center\" up=\"142\" down=\"0\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"center\"][vc_column_inner width=\"1/1\"][counter type=\"zero\" box=\"no\" position=\"center\" font_weight=\"700\" separator=\"no\" digit=\"2014\" font_size=\"72\" font_color=\"#ffffff\"][vc_separator type=\"transparent\" position=\"center\" up=\"2\" down=\"0\"][vc_column_text]\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">HAVE AN IDEA? WE’RE HERE TO HELP YOU MANAGE YOUR WORK</span></h3>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"21\" down=\"0\"][vc_column_text]\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">The common things expected from a digital agency are nice looking websites, </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">branded social media.</span></p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator type=\"transparent\" position=\"center\" up=\"142\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\"][vc_column width=\"1/1\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"center\" padding=\"5\"][vc_column_inner width=\"3/4\"][vc_separator type=\"transparent\" position=\"center\" up=\"50\" down=\"0\"][vc_column_text]\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">HAVE AN IDEA? WE ARE HERE TO HELP YOU MANAGE YOUR WORK</span></h3>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"50\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator type=\"transparent\" position=\"center\" up=\"43\" down=\"0\"][button target=\"_self\" text=\"PURCHASE THEME\" link=\"#\"][vc_separator type=\"transparent\" position=\"center\" up=\"43\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Agency','','inherit','open','open','','15756-revision-v1','','','2015-06-24 18:53:01','2015-06-24 18:53:01','',15756,'http://thisisradical.com/absoluteplastics/?p=16619',0,'revision','',0),(16671,1,'2015-06-24 18:57:17','2015-06-24 18:57:17','[vc_row row_type=\"row\" type=\"full_width\" text_align=\"left\"][vc_column width=\"1/1\"][vc_column_text]\n<h3>Our Office</h3>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"6\" down=\"6\"][vc_column_text]198 West 21th Street, Suite 721\n\nNew York, NY 10010\n\nEmail: youremail@yourdomain.com\n\nPhone: +88 (0) 101 0000 000\n\nFax: +88 (0) 202 0000 001[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"6\" down=\"6\"][social_icons icon=\"fa-twitter\" size=\"fa-lg\" link=\"https://twitter.com/\" target=\"_blank\" type=\"normal_social\" top_gradient_background_color=\"#f9f9f9\" bottom_gradient_background_color=\"#eeeeee\" border_color=\"#eaeaea\" use_custom_size=\"no\" icon_margin=\"0 13px 0 0\"][social_icons icon=\"fa-facebook\" size=\"fa-lg\" link=\"https://www.facebook.com/\" target=\"_blank\" type=\"normal_social\" top_gradient_background_color=\"#f9f9f9\" bottom_gradient_background_color=\"#eeeeee\" border_color=\"#eaeaea\" use_custom_size=\"no\" icon_margin=\"0 13px 0 0\"][social_icons icon=\"fa-google-plus\" size=\"fa-lg\" link=\"https://plus.google.com\" target=\"_blank\" type=\"normal_social\" top_gradient_background_color=\"#f9f9f9\" bottom_gradient_background_color=\"#eeeeee\" border_color=\"#eaeaea\" use_custom_size=\"no\" icon_margin=\"0 13px 0 0\"][social_icons icon=\"fa-instagram\" size=\"fa-lg\" link=\"http://instagram.com\" target=\"_blank\" type=\"normal_social\" top_gradient_background_color=\"#f9f9f9\" bottom_gradient_background_color=\"#eeeeee\" border_color=\"#eaeaea\" use_custom_size=\"no\" icon_margin=\"0 13px 0 0\"][social_icons icon=\"fa-tumblr\" size=\"fa-lg\" link=\"https://www.tumblr.com/\" target=\"_blank\" type=\"normal_social\" top_gradient_background_color=\"#f9f9f9\" bottom_gradient_background_color=\"#eeeeee\" border_color=\"#eaeaea\" use_custom_size=\"no\" icon_margin=\"0 13px 0 0\"][social_icons icon=\"fa-pinterest\" size=\"fa-lg\" link=\"https://www.pinterest.com/\" target=\"_blank\" type=\"normal_social\" top_gradient_background_color=\"#f9f9f9\" bottom_gradient_background_color=\"#eeeeee\" border_color=\"#eaeaea\" use_custom_size=\"no\" icon_margin=\"0 13px 0 0\"][/vc_column][/vc_row]','Contact','','inherit','open','open','','1452-revision-v1','','','2015-06-24 18:57:17','2015-06-24 18:57:17','',1452,'http://thisisradical.com/absoluteplastics/?p=16671',0,'revision','',0),(16672,1,'2015-06-24 18:58:46','2015-06-24 18:58:46','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"15689\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" img_size=\"full\" alignment=\"center\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">01</span> CONCEPT</h2>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lorem quam, adipiscing condimentum tristique vel, eleifend sed turpis. Pellentesque cursus arcu id magna euismod in elementum purus molestie. Curabitur pellentesque massa eu nulla consequat sed porttitor arcu porttitor. Quisque volutpat pharetra felis, eu cursus lorem molestie vitae. Nulla vehicula, lacus ut suscipit fermentum, turpis felis ultricies dui, ut rhoncus libero augue at libero. Morbi ut arcu dolor.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\"][vc_column_inner width=\"1/1\"][button target=\"_self\" text=\"PURCHASE THEME\" link=\"#\"][/vc_column_inner][/vc_row_inner][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/2\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">02</span> DESIGN</h2>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lorem quam, adipiscing condimentum tristique vel, eleifend sed turpis. Pellentesque cursus arcu id magna euismod in elementum purus molestie. Curabitur pellentesque massa eu nulla consequat sed porttitor arcu porttitor. Quisque volutpat pharetra felis, eu cursus lorem molestie vitae. Nulla vehicula, lacus ut suscipit fermentum, turpis felis ultricies dui, ut rhoncus libero augue at libero. Morbi ut arcu dolor.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\"][vc_column_inner width=\"1/1\"][button target=\"_self\" text=\"PURCHASE THEME\" link=\"#\"][/vc_column_inner][/vc_row_inner][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"15710\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_right\" transition_delay=\"0.4\" img_size=\"full\" alignment=\"center\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"15689\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" img_size=\"full\" alignment=\"center\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">03</span> DEVELOP</h2>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lorem quam, adipiscing condimentum tristique vel, eleifend sed turpis. Pellentesque cursus arcu id magna euismod in elementum purus molestie. Curabitur pellentesque massa eu nulla consequat sed porttitor arcu porttitor. Quisque volutpat pharetra felis, eu cursus lorem molestie vitae. Nulla vehicula, lacus ut suscipit fermentum, turpis felis ultricies dui, ut rhoncus libero augue at libero. Morbi ut arcu dolor.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\"][vc_column_inner width=\"1/1\"][button target=\"_self\" text=\"PURCHASE THEME\" link=\"#\"][/vc_column_inner][/vc_row_inner][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/2\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">04</span> TEST</h2>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lorem quam, adipiscing condimentum tristique vel, eleifend sed turpis. Pellentesque cursus arcu id magna euismod in elementum purus molestie. Curabitur pellentesque massa eu nulla consequat sed porttitor arcu porttitor. Quisque volutpat pharetra felis, eu cursus lorem molestie vitae. Nulla vehicula, lacus ut suscipit fermentum, turpis felis ultricies dui, ut rhoncus libero augue at libero. Morbi ut arcu dolor.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\"][vc_column_inner width=\"1/1\"][button target=\"_self\" text=\"PURCHASE THEME\" link=\"#\"][/vc_column_inner][/vc_row_inner][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"15710\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_right\" transition_delay=\"0.4\" img_size=\"full\" alignment=\"center\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"15689\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" img_size=\"full\" alignment=\"center\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">05</span> SUPPORT</h2>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lorem quam, adipiscing condimentum tristique vel, eleifend sed turpis. Pellentesque cursus arcu id magna euismod in elementum purus molestie. Curabitur pellentesque massa eu nulla consequat sed porttitor arcu porttitor. Quisque volutpat pharetra felis, eu cursus lorem molestie vitae. Nulla vehicula, lacus ut suscipit fermentum, turpis felis ultricies dui, ut rhoncus libero augue at libero. Morbi ut arcu dolor.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"left\"][vc_column_inner width=\"1/1\"][button target=\"_self\" text=\"PURCHASE THEME\" link=\"#\"][/vc_column_inner][/vc_row_inner][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\" padding_top=\"54\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"189\" font_color=\"#ffffff\" text=\"CUPS OF COFFEE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"987\" font_color=\"#ffffff\" text=\"LINES OF CODE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"67\" font_color=\"#ffffff\" text=\"AWARDS WON\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"276\" font_color=\"#ffffff\" text=\"FINISHED PROJECTS\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Markets','','inherit','open','open','','15876-revision-v1','','','2015-06-24 18:58:46','2015-06-24 18:58:46','',15876,'http://thisisradical.com/absoluteplastics/?p=16672',0,'revision','',0),(16674,1,'2015-06-24 19:13:27','2015-06-24 19:13:27','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h3>View our Catalog:</h3>\r\n[/vc_column_text][/vc_column][/vc_row]\r\n\r\n[pdf issuu_pdf_id=\"150817184409-c0c7be3b507948d586c1bd3df2210ea3\" width=\"640\" height=\"480\" ]','Catalog','','publish','open','open','','catalog','','','2015-08-17 18:44:45','2015-08-17 18:44:45','',0,'http://thisisradical.com/absoluteplastics/?page_id=16674',0,'page','',0),(16675,1,'2015-06-24 19:13:27','2015-06-24 19:13:27','','Catalog','','inherit','open','open','','16674-revision-v1','','','2015-06-24 19:13:27','2015-06-24 19:13:27','',16674,'http://thisisradical.com/absoluteplastics/?p=16675',0,'revision','',0),(16676,1,'2015-06-24 19:14:37','2015-06-24 19:14:37',' ','','','publish','open','open','','16676','','','2015-07-17 17:28:02','2015-07-17 17:28:02','',0,'http://thisisradical.com/absoluteplastics/?p=16676',6,'nav_menu_item','',0),(16677,1,'2015-06-24 19:52:09','2015-06-24 19:52:09','','ABSOLUTEbanner','','inherit','open','open','','absolutebanner','','','2015-06-24 19:52:09','2015-06-24 19:52:09','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/ABSOLUTEbanner.png',0,'attachment','image/png',0),(16678,1,'2015-06-24 20:23:26','2015-06-24 20:23:26','','ABSOLUTEbanner','','inherit','open','open','','absolutebanner-2','','','2015-06-24 20:23:26','2015-06-24 20:23:26','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/ABSOLUTEbanner1.png',0,'attachment','image/png',0),(16679,1,'2015-06-24 20:24:53','2015-06-24 20:24:53','','ABSOLUTEbanner2','','inherit','open','open','','absolutebanner2','','','2015-06-24 20:24:53','2015-06-24 20:24:53','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/ABSOLUTEbanner2.png',0,'attachment','image/png',0),(16680,1,'2015-06-24 20:35:39','2015-06-24 20:35:39','','ABSOLUTEbanner','','inherit','open','open','','absolutebanner-3','','','2015-06-24 20:35:39','2015-06-24 20:35:39','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/ABSOLUTEbanner3.png',0,'attachment','image/png',0),(16681,1,'2015-06-24 20:39:53','2015-06-24 20:39:53','','ABSOLUTEbanner','','inherit','open','open','','absolutebanner-4','','','2015-06-24 20:39:53','2015-06-24 20:39:53','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/ABSOLUTEbanner4.png',0,'attachment','image/png',0),(16682,1,'2015-06-24 20:41:48','2015-06-24 20:41:48','','ABSOLUTEbanner2','','inherit','open','open','','absolutebanner2-2','','','2015-06-24 20:41:48','2015-06-24 20:41:48','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/ABSOLUTEbanner21.png',0,'attachment','image/png',0),(16683,1,'2015-06-24 20:58:24','2015-06-24 20:58:24','','AbsolutePlasticsLogo2','','inherit','open','open','','absoluteplasticslogo2','','','2015-06-25 15:11:42','2015-06-25 15:11:42','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/AbsolutePlasticsLogo2.png',0,'attachment','image/png',0),(16684,1,'2016-04-13 03:11:58','2016-04-13 03:11:58','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"Absolute Plastics was built on over 60 years of packaging experience. \" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"100\" text_color=\"#1e73be\" text=\"Invented a Patented Lid Seal Technology to resist leaking and spills\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics offers a wide range of products designed around functionality, sustainability and convenience.\n\n \n<ul>\n <li>Our products significantly reduce logistics costs and have approximately 40% less cube than foam.</li>\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\n</ul>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\" link=\"http://thisisradical.com/absoluteplastics/?page_id=16674\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics is dedicated to adding an environmentally focused dimension to the private label top category through using innovative materials such as compostable, sustainable paper and 70% post-consumer recyclable plastic.\n\n \n<ul>\n <li style=\"text-align: left;\">Used by over 2000 restaurants, the hinged PP product line addresses the environmental and performance issues related to foam</li>\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\n <li style=\"text-align: left;\">Absolute Plastics products are all made in the United States. Supporting products made in the USA strengthens our economy, protects our environmental standards, and creates jobs in the US.</li>\n</ul>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\n<p style=\"text-align: left;\">With Absolute Plastics design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\n\n<ul>\n <li>Rapid turnaround of product designs, concept and drawings</li>\n <li>State-of-the-art computer design and production equipment</li>\n <li>3D Printing fast prototyping for design, fit, and function verification</li>\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\n <li>Have on-site capability to make commercial dies and cavity inserts</li>\n <li>A highly experienced design, production, and distribution team to provide a quick implementation of your program</li>\n</ul>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_raw_html]\n\nPHA+SSBhbSByYXcgaHRtbCBibG9jay48YnIvPkNsaWNrIGVkaXQgYnV0dG9uIHRvIGNoYW5nZSB0aGlzIGh0bWw8L3A+\n\n[/vc_raw_html][vc_raw_html]\n\nJTNDdmlkZW8lMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMHBvc3RlciUzRCUyMmh0dHAlM0ElMkYlMkZhYnNvbHV0ZXBsYXN0aWNzLm5ldCUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjA0JTJGdGh1bWJuYWlsLmpwZyUyMiUyMGNvbnRyb2xzJTIwb25jbGljayUzRCUyMnBsYXlQYXVzZSUyOCUyOSUyMiUzRSUwQSUyMCUyMCUzQ3NvdXJjZSUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkYwMmQwZmY5Lm5ldHNvbGhvc3QuY29tJTJGd29yZHByZXNzMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjA0JTJGQWJzb2x1dGUlMjUyMFBsYXN0aWNzJTI1MjBDbG9zZWQtTG9vcCUyNTIwUmVjeWNsaW5nLUhELm1wNCUyMiUyMHR5cGUlM0QlMjJ2aWRlbyUyRm1wNCUyMiUzRSUwQSUzQyUyRnZpZGVvJTNF\n\n[/vc_raw_html][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-autosave-v1','','','2016-04-13 03:11:58','2016-04-13 03:11:58','',15676,'http://thisisradical.com/absoluteplastics/?p=16684',0,'revision','',0),(16697,1,'2015-06-24 21:56:12','2015-06-24 21:56:12','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"64\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM BUSINESS APPS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CLOUD SERVICES</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL SUPPORT 24/7</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"full_width\" text_align=\"left\" padding_top=\"130\" padding_bottom=\"130\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\" background_image=\"15806\" section_height=\"343\"][vc_column width=\"1/1\"][qode_carousel carousel=\"home-carousel-3\" control_style=\"light\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\" padding_top=\"54\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"189\" font_color=\"#ffffff\" text=\"CUPS OF COFFEE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"987\" font_color=\"#ffffff\" text=\"LINES OF CODE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"67\" font_color=\"#ffffff\" text=\"AWARDS WON\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"276\" font_color=\"#ffffff\" text=\"FINISHED PROJECTS\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-24 21:56:12','2015-06-24 21:56:12','',15676,'http://thisisradical.com/absoluteplastics/?p=16697',0,'revision','',0),(16698,1,'2015-06-24 21:57:43','2015-06-24 21:57:43','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"64\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM BUSINESS APPS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CLOUD SERVICES</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL SUPPORT 24/7</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-24 21:57:43','2015-06-24 21:57:43','',15676,'http://thisisradical.com/absoluteplastics/?p=16698',0,'revision','',0),(16699,1,'2015-06-24 21:59:21','2015-06-24 21:59:21','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text css=\".vc_custom_1435183156217{background-color: #7499bf !important;}\"]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"64\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM BUSINESS APPS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CLOUD SERVICES</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL SUPPORT 24/7</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-24 21:59:21','2015-06-24 21:59:21','',15676,'http://thisisradical.com/absoluteplastics/?p=16699',0,'revision','',0),(16700,1,'2015-06-24 22:00:10','2015-06-24 22:00:10','','ABSOLUTEbanner','','inherit','open','open','','absolutebanner-5','','','2015-06-24 22:00:10','2015-06-24 22:00:10','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/ABSOLUTEbanner5.png',0,'attachment','image/png',0),(16701,1,'2015-06-24 22:02:24','2015-06-24 22:02:24','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text css=\".vc_custom_1435183325498{background-color: #7499bf !important;}\"]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"64\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM BUSINESS APPS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CLOUD SERVICES</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL SUPPORT 24/7</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-24 22:02:24','2015-06-24 22:02:24','',15676,'http://thisisradical.com/absoluteplastics/?p=16701',0,'revision','',0),(16702,1,'2015-06-24 22:03:18','2015-06-24 22:03:18','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text css=\".vc_custom_1435183394473{background-color: #7499bf !important;}\"]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"64\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM BUSINESS APPS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CLOUD SERVICES</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL SUPPORT 24/7</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-24 22:03:18','2015-06-24 22:03:18','',15676,'http://thisisradical.com/absoluteplastics/?p=16702',0,'revision','',0),(16703,1,'2015-06-24 22:04:58','2015-06-24 22:04:58','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"64\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM BUSINESS APPS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CLOUD SERVICES</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL SUPPORT 24/7</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-24 22:04:58','2015-06-24 22:04:58','',15676,'http://thisisradical.com/absoluteplastics/?p=16703',0,'revision','',0),(16704,1,'2015-06-24 22:09:12','2015-06-24 22:09:12','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#aaaaaa\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon title_tag=\"\" icon=\"\" icon_size=\"fa-lg\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM BUSINESS APPS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CLOUD SERVICES</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL SUPPORT 24/7</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-24 22:09:12','2015-06-24 22:09:12','',15676,'http://thisisradical.com/absoluteplastics/?p=16704',0,'revision','',0),(16705,1,'2015-06-24 22:12:06','2015-06-24 22:12:06','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"2\" width_in_percentages=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon title_tag=\"\" icon=\"\" icon_size=\"fa-lg\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#b2b2b2\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#aaaaaa\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon title_tag=\"\" icon=\"\" icon_size=\"fa-lg\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM BUSINESS APPS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CLOUD SERVICES</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL SUPPORT 24/7</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/1\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-24 22:12:06','2015-06-24 22:12:06','',15676,'http://thisisradical.com/absoluteplastics/?p=16705',0,'revision','',0),(16706,1,'2015-06-24 22:16:01','2015-06-24 22:16:01','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"2\"][vc_separator type=\"normal\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon title_tag=\"\" icon=\"\" icon_size=\"fa-lg\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#b2b2b2\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#aaaaaa\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon title_tag=\"\" icon=\"\" icon_size=\"fa-lg\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM BUSINESS APPS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CLOUD SERVICES</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL SUPPORT 24/7</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/1\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-24 22:16:01','2015-06-24 22:16:01','',15676,'http://thisisradical.com/absoluteplastics/?p=16706',0,'revision','',0),(16707,1,'2015-06-24 22:16:51','2015-06-24 22:16:51','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon title_tag=\"\" icon=\"\" icon_size=\"fa-lg\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#b2b2b2\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#aaaaaa\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon title_tag=\"\" icon=\"\" icon_size=\"fa-lg\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM BUSINESS APPS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CLOUD SERVICES</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL SUPPORT 24/7</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/1\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-24 22:16:51','2015-06-24 22:16:51','',15676,'http://thisisradical.com/absoluteplastics/?p=16707',0,'revision','',0),(16708,1,'2015-06-24 22:18:19','2015-06-24 22:18:19','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" active_color=\"#1e73be\" noactive_color=\"#a3a3a3\" line_width=\"30\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#b2b2b2\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\" text_color=\"#1e73be\" line_width=\"30\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#aaaaaa\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM BUSINESS APPS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CLOUD SERVICES</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL SUPPORT 24/7</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/1\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-24 22:18:19','2015-06-24 22:18:19','',15676,'http://thisisradical.com/absoluteplastics/?p=16708',0,'revision','',0),(16709,1,'2015-06-25 15:18:00','2015-06-25 15:18:00','','AbsolutePlasticsLogo','','inherit','open','open','','absoluteplasticslogo','','','2015-06-25 15:18:00','2015-06-25 15:18:00','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/AbsolutePlasticsLogo.png',0,'attachment','image/png',0),(16710,1,'2015-06-25 15:35:03','2015-06-25 15:35:03','','AbsolutePlasticsLogo','','inherit','open','open','','absoluteplasticslogo-2','','','2015-06-25 15:35:03','2015-06-25 15:35:03','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/AbsolutePlasticsLogo1.png',0,'attachment','image/png',0),(16711,1,'2015-06-25 15:35:59','2015-06-25 15:35:59','','AbsolutePlasticsLogo','','inherit','open','open','','absoluteplasticslogo-3','','','2015-06-25 15:35:59','2015-06-25 15:35:59','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/AbsolutePlasticsLogo3.png',0,'attachment','image/png',0),(16712,1,'2015-06-25 16:32:28','2015-06-25 16:32:28','','AbsolutePlasticsLogo2','','inherit','open','open','','absoluteplasticslogo2-2','','','2015-06-25 16:32:28','2015-06-25 16:32:28','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/AbsolutePlasticsLogo21.png',0,'attachment','image/png',0),(16713,1,'2015-06-25 16:38:32','2015-06-25 16:38:32','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" active_color=\"#1e73be\" noactive_color=\"#a3a3a3\" line_width=\"30\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#b2b2b2\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\" text_color=\"#1e73be\" line_width=\"30\" title=\"70%\" title_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#aaaaaa\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title=\"40%\" title_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM BUSINESS APPS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CLOUD SERVICES</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL SUPPORT 24/7</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/1\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 16:38:32','2015-06-25 16:38:32','',15676,'http://thisisradical.com/absoluteplastics/?p=16713',0,'revision','',0),(16714,1,'2015-06-25 16:39:48','2015-06-25 16:39:48','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" active_color=\"#1e73be\" noactive_color=\"#a3a3a3\" line_width=\"30\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#b2b2b2\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-arrow-circle-o-up\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#aaaaaa\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title=\"40%\" title_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM BUSINESS APPS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CLOUD SERVICES</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL SUPPORT 24/7</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/1\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 16:39:48','2015-06-25 16:39:48','',15676,'http://thisisradical.com/absoluteplastics/?p=16714',0,'revision','',0),(16715,1,'2015-06-25 16:42:09','2015-06-25 16:42:09','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" active_color=\"#1e73be\" noactive_color=\"#a3a3a3\" line_width=\"30\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#b2b2b2\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-2x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#aaaaaa\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM BUSINESS APPS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CLOUD SERVICES</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL SUPPORT 24/7</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/1\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 16:42:09','2015-06-25 16:42:09','',15676,'http://thisisradical.com/absoluteplastics/?p=16715',0,'revision','',0),(16716,1,'2015-06-25 16:43:24','2015-06-25 16:43:24','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" active_color=\"#1e73be\" noactive_color=\"#a3a3a3\" line_width=\"30\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#b2b2b2\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#aaaaaa\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-adjust\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM BUSINESS APPS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CLOUD SERVICES</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL SUPPORT 24/7</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/1\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 16:43:24','2015-06-25 16:43:24','',15676,'http://thisisradical.com/absoluteplastics/?p=16716',0,'revision','',0),(16717,1,'2015-06-25 16:44:08','2015-06-25 16:44:08','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" active_color=\"#1e73be\" noactive_color=\"#a3a3a3\" line_width=\"30\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#b2b2b2\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#aaaaaa\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-align-center\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM BUSINESS APPS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CLOUD SERVICES</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL SUPPORT 24/7</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/1\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 16:44:08','2015-06-25 16:44:08','',15676,'http://thisisradical.com/absoluteplastics/?p=16717',0,'revision','',0),(16718,1,'2015-06-25 16:45:43','2015-06-25 16:45:43','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" active_color=\"#1e73be\" noactive_color=\"#a3a3a3\" line_width=\"30\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#b2b2b2\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#aaaaaa\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM BUSINESS APPS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CLOUD SERVICES</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL SUPPORT 24/7</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/1\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 16:45:43','2015-06-25 16:45:43','',15676,'http://thisisradical.com/absoluteplastics/?p=16718',0,'revision','',0),(16719,1,'2015-06-25 16:50:32','2015-06-25 16:50:32','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" active_color=\"#1e73be\" noactive_color=\"#a3a3a3\" line_width=\"30\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#b2b2b2\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#aaaaaa\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-lg\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM BUSINESS APPS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CLOUD SERVICES</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL SUPPORT 24/7</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/1\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 16:50:32','2015-06-25 16:50:32','',15676,'http://thisisradical.com/absoluteplastics/?p=16719',0,'revision','',0),(16720,1,'2015-06-25 16:53:45','2015-06-25 16:53:45','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#a3a3a3\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#b2b2b2\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#aaaaaa\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-apple\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM BUSINESS APPS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CLOUD SERVICES</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL SUPPORT 24/7</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/1\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 16:53:45','2015-06-25 16:53:45','',15676,'http://thisisradical.com/absoluteplastics/?p=16720',0,'revision','',0),(16721,1,'2015-06-25 16:57:23','2015-06-25 16:57:23','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#a3a3a3\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#b2b2b2\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#aaaaaa\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-university\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM BUSINESS APPS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CLOUD SERVICES</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL SUPPORT 24/7</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/1\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 16:57:23','2015-06-25 16:57:23','',15676,'http://thisisradical.com/absoluteplastics/?p=16721',0,'revision','',0),(16722,1,'2015-06-25 16:58:12','2015-06-25 16:58:12','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#a3a3a3\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#b2b2b2\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" title=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#aaaaaa\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-university\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM BUSINESS APPS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CLOUD SERVICES</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL SUPPORT 24/7</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/1\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 16:58:12','2015-06-25 16:58:12','',15676,'http://thisisradical.com/absoluteplastics/?p=16722',0,'revision','',0),(16723,1,'2015-06-25 16:59:11','2015-06-25 16:59:11','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#a3a3a3\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#b2b2b2\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#aaaaaa\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-university\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM BUSINESS APPS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CLOUD SERVICES</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">TECHNICAL SUPPORT 24/7</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/1\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 16:59:11','2015-06-25 16:59:11','',15676,'http://thisisradical.com/absoluteplastics/?p=16723',0,'revision','',0),(16724,1,'2015-06-25 17:12:46','2015-06-25 17:12:46','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#a3a3a3\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#b2b2b2\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#aaaaaa\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-university\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">BROWSE OUR CATALOG</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">We offer a wide range of products designed for maximum functionality and convenience for your business. Restaurant staff prefer the space savings and the efficient snap closure of our patented lid fit.</p>\r\n<p style=\"text-align: center;\">Restaurant patrons appreciate the ability to microwave, temperature retention, and re-use capability.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li>Used by over 2000 restaurants, this new line is microwave safe, dishwasher safe, and contains recycled content.</li>\r\n <li>This composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance.</li>\r\n <li>Sustainability through reduction - Natural minerals replace 40% of the plastic.</li>\r\n <li>These products are carefully engineered to maximize efficiency. Logistics costs are reduced significantly and space issues are resolved since this product has approximately 40 percent less cube than foam.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/1\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 17:12:46','2015-06-25 17:12:46','',15676,'http://thisisradical.com/absoluteplastics/?p=16724',0,'revision','',0),(16725,1,'2015-06-25 18:34:51','2015-06-25 18:34:51','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#a3a3a3\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#b2b2b2\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#aaaaaa\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-university\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">BROWSE OUR CATALOG</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">We offer a wide range of products that are re-usable, microwave-compatible, and designed for maximum functionality and convenience for your business. Restaurant staff like the space savings, and patrons like the temperature retention and efficient snap closure of our <strong>patented lid fit</strong>.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li>Used by over 2000 restaurants, this new line is microwave safe, dishwasher safe, and contains recycled content.</li>\r\n <li>This composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance.</li>\r\n <li>Sustainability through reduction - Natural minerals replace 40% of the plastic.</li>\r\n <li>These products are carefully engineered to maximize efficiency. Logistics costs are reduced significantly and space issues are resolved since this product has approximately 40 percent less cube than foam.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/1\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 18:34:51','2015-06-25 18:34:51','',15676,'http://thisisradical.com/absoluteplastics/?p=16725',0,'revision','',0),(16726,1,'2015-06-25 18:38:26','2015-06-25 18:38:26','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#a3a3a3\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#b2b2b2\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#aaaaaa\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-university\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">BROWSE OUR CATALOG</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">We offer a wide range of products that are re-usable, microwave-compatible, and designed for maximum functionality and convenience for your business. Restaurant staff like the space savings, and patrons like the temperature retention and efficient snap closure of our patented lid fit.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][button target=\"_self\" text=\"View Catalogue\" color=\"#aaaaaa\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li>Used by over 2000 restaurants, this new line is microwave safe, dishwasher safe, and contains recycled content.</li>\r\n <li>This composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance.</li>\r\n <li>Sustainability through reduction - Natural minerals replace 40% of the plastic.</li>\r\n <li>These products are carefully engineered to maximize efficiency. Logistics costs are reduced significantly and space issues are resolved since this product has approximately 40 percent less cube than foam.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/1\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 18:38:26','2015-06-25 18:38:26','',15676,'http://thisisradical.com/absoluteplastics/?p=16726',0,'revision','',0),(16727,1,'2015-06-25 18:40:10','2015-06-25 18:40:10','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#a3a3a3\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#b2b2b2\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#aaaaaa\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-university\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">BROWSE OUR CATALOG</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">We offer a wide range of products that are re-usable, microwave-compatible, and designed for maximum functionality and convenience for your business. Restaurant staff like the space savings, and patrons like the temperature retention and efficient snap closure of our patented lid fit.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][button icon=\"fa-book\" target=\"_self\" text=\"View Catalogue\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li>Used by over 2000 restaurants, this new line is microwave safe, dishwasher safe, and contains recycled content.</li>\r\n <li>This composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance.</li>\r\n <li>Sustainability through reduction - Natural minerals replace 40% of the plastic.</li>\r\n <li>These products are carefully engineered to maximize efficiency. Logistics costs are reduced significantly and space issues are resolved since this product has approximately 40 percent less cube than foam.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/1\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 18:40:10','2015-06-25 18:40:10','',15676,'http://thisisradical.com/absoluteplastics/?p=16727',0,'revision','',0),(16728,1,'2015-06-25 18:41:59','2015-06-25 18:41:59','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-university\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">BROWSE OUR CATALOG</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">We offer a wide range of products that are re-usable, microwave-compatible, and designed for maximum functionality and convenience for your business. Restaurant staff like the space savings, and patrons like the temperature retention and efficient snap closure of our patented lid fit.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][button icon=\"fa-book\" target=\"_self\" text=\"View Catalogue\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li>Used by over 2000 restaurants, this new line is microwave safe, dishwasher safe, and contains recycled content.</li>\r\n <li>This composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance.</li>\r\n <li>Sustainability through reduction - Natural minerals replace 40% of the plastic.</li>\r\n <li>These products are carefully engineered to maximize efficiency. Logistics costs are reduced significantly and space issues are resolved since this product has approximately 40 percent less cube than foam.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/1\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 18:41:59','2015-06-25 18:41:59','',15676,'http://thisisradical.com/absoluteplastics/?p=16728',0,'revision','',0),(16729,1,'2015-06-25 18:44:32','2015-06-25 18:44:32','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-university\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">BROWSE OUR CATALOG</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">We offer a wide range of products that are re-usable, microwave-compatible, and designed for maximum functionality and convenience for your business. Restaurant staff like the space savings, and patrons like the temperature retention and efficient snap closure of our patented lid fit.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][button icon=\"fa-book\" target=\"_self\" text=\"View Catalogue\" size=\"medium\" background_color=\"#afafaf\" text_align=\"center\" hover_background_color=\"#1e73be\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li>Used by over 2000 restaurants, this new line is microwave safe, dishwasher safe, and contains recycled content.</li>\r\n <li>This composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance.</li>\r\n <li>Sustainability through reduction - Natural minerals replace 40% of the plastic.</li>\r\n <li>These products are carefully engineered to maximize efficiency. Logistics costs are reduced significantly and space issues are resolved since this product has approximately 40 percent less cube than foam.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/1\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 18:44:32','2015-06-25 18:44:32','',15676,'http://thisisradical.com/absoluteplastics/?p=16729',0,'revision','',0),(16730,1,'2015-06-25 18:48:29','2015-06-25 18:48:29','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-university\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">BROWSE OUR CATALOG</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">We offer a wide range of products that are re-usable, microwave-compatible, and designed for maximum functionality and convenience for your business. Restaurant staff like the space savings, and patrons like the temperature retention and efficient snap closure of our patented lid fit.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][button target=\"_self\" text=\"VIEW OUR CATALOGUE\" size=\"big_large_full_width\" background_color=\"#afafaf\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li>Used by over 2000 restaurants, this new line is microwave safe, dishwasher safe, and contains recycled content.</li>\r\n <li>This composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance.</li>\r\n <li>Sustainability through reduction - Natural minerals replace 40% of the plastic.</li>\r\n <li>These products are carefully engineered to maximize efficiency. Logistics costs are reduced significantly and space issues are resolved since this product has approximately 40 percent less cube than foam.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/1\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 18:48:29','2015-06-25 18:48:29','',15676,'http://thisisradical.com/absoluteplastics/?p=16730',0,'revision','',0),(16731,1,'2015-06-25 18:52:27','2015-06-25 18:52:27','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-university\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">BROWSE OUR CATALOG</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">We offer a wide range of products that are re-usable, microwave-compatible, and designed for maximum functionality and convenience for your business. Restaurant staff like the space savings, and patrons like the temperature retention and efficient snap closure of our patented lid fit.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][button target=\"_self\" text=\"VIEW OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li>Used by over 2000 restaurants, this new line is microwave safe, dishwasher safe, and contains recycled content.</li>\r\n <li>This composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance.</li>\r\n <li>Sustainability through reduction - Natural minerals replace 40% of the plastic.</li>\r\n <li>These products are carefully engineered to maximize efficiency. Logistics costs are reduced significantly and space issues are resolved since this product has approximately 40 percent less cube than foam.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/1\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 18:52:27','2015-06-25 18:52:27','',15676,'http://thisisradical.com/absoluteplastics/?p=16731',0,'revision','',0),(16732,1,'2015-06-25 18:54:32','2015-06-25 18:54:32','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-university\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">BROWSE OUR CATALOG</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">We offer a wide range of products that are re-usable, microwave-compatible, and designed for maximum functionality and convenience for your business. Restaurant staff like the space savings, and patrons like the temperature retention and efficient snap closure of our patented lid fit.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][button target=\"_self\" text=\"VIEW OUR CATALOGUE\" size=\"big_large_full_width\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li>Used by over 2000 restaurants, this new line is microwave safe, dishwasher safe, and contains recycled content.</li>\r\n <li>This composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance.</li>\r\n <li>Sustainability through reduction - Natural minerals replace 40% of the plastic.</li>\r\n <li>These products are carefully engineered to maximize efficiency. Logistics costs are reduced significantly and space issues are resolved since this product has approximately 40 percent less cube than foam.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/1\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 18:54:32','2015-06-25 18:54:32','',15676,'http://thisisradical.com/absoluteplastics/?p=16732',0,'revision','',0),(16733,1,'2015-06-25 18:56:07','2015-06-25 18:56:07','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-university\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">BROWSE OUR CATALOG</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">We offer a wide range of products that are re-usable, microwave-compatible, and designed for maximum functionality and convenience for your business. Restaurant staff like the space savings, and patrons like the temperature retention and efficient snap closure of our patented lid fit.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][button target=\"_self\" text=\"VIEW OUR CATALOGUE\" size=\"big_large_full_width\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li>Used by over 2000 restaurants, this new line is microwave safe, dishwasher safe, and contains recycled content.</li>\r\n <li>This composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance.</li>\r\n <li>Sustainability through reduction - Natural minerals replace 40% of the plastic.</li>\r\n <li>These products are carefully engineered to maximize efficiency. Logistics costs are reduced significantly and space issues are resolved since this product has approximately 40 percent less cube than foam.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/1\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 18:56:07','2015-06-25 18:56:07','',15676,'http://thisisradical.com/absoluteplastics/?p=16733',0,'revision','',0),(16734,1,'2015-06-25 19:00:59','2015-06-25 19:00:59','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-university\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">BROWSE OUR CATALOG</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">We offer a wide range of products that are re-usable, microwave-compatible, and designed for maximum functionality and convenience for your business. Restaurant staff like the space savings, and patrons like the temperature retention and efficient snap closure of our patented lid fit.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][button target=\"_self\" text=\"VIEW OUR CATALOGUE\" size=\"big_large_full_width\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li>Used by over 2000 restaurants, our new line is microwave safe, dishwasher safe, and contains recycled content.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance.</li>\r\n <li>We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products.</li>\r\n <li>These products are carefully engineered to maximize efficiency. Logistics costs are reduced significantly and space issues are resolved since this product has approximately 40 percent less cube than foam.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 19:00:59','2015-06-25 19:00:59','',15676,'http://thisisradical.com/absoluteplastics/?p=16734',0,'revision','',0),(16735,1,'2015-06-25 19:04:16','2015-06-25 19:04:16','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-university\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">BROWSE OUR CATALOG</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">We offer a wide range of products that are re-usable, microwave-compatible, and designed for maximum functionality and convenience for your business.Logistics costs are reduced significantly and space issues are resolved since this product has approximately 40 percent less cube than foam. Restaurant staff like the space savings, and patrons like the temperature retention and efficient snap closure of our patented lid fit.</p>\r\n[/vc_column_text][button target=\"_self\" text=\"VIEW OUR CATALOGUE\" size=\"big_large_full_width\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li>Used by over 2000 restaurants, our new line is microwave safe, dishwasher safe, and contains recycled content.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance.</li>\r\n <li>We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 19:04:16','2015-06-25 19:04:16','',15676,'http://thisisradical.com/absoluteplastics/?p=16735',0,'revision','',0),(16736,1,'2015-06-25 19:07:40','2015-06-25 19:07:40','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-university\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">BROWSE OUR CATALOG</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">We offer a wide range of products designed for maximum functionality and convenience for your business. Our products significantly reduce logistics costs and resolve space issues since they have approximately 40 percent less cube than foam. Restaurant staff like the space savings, and patrons like the temperature retention and efficient snap closure of our patented lid fit.</p>\r\n[/vc_column_text][button target=\"_self\" text=\"VIEW OUR CATALOGUE\" size=\"big_large_full_width\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li>Used by over 2000 restaurants, our new line is microwave safe, dishwasher safe, and contains recycled content.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance.</li>\r\n <li>We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 19:07:40','2015-06-25 19:07:40','',15676,'http://thisisradical.com/absoluteplastics/?p=16736',0,'revision','',0),(16737,1,'2015-06-25 19:09:42','2015-06-25 19:09:42','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-university\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">BROWSE OUR CATALOG</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">We offer a wide range of products designed for maximum functionality and convenience for your business. Our products significantly reduce logistics costs and resolve space issues since they have approximately 40 percent less cube than foam. Restaurant staff like the space savings, and patrons like the temperature retention and efficient snap closure of our patented lid fit.</p>\r\n[/vc_column_text][button target=\"_self\" text=\"VIEW OUR CATALOGUE\" size=\"big_large_full_width\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">Used by <strong>over 2000 restaurants</strong>, our new line is microwave safe, dishwasher safe, and contains recycled content.</p>\r\n<p style=\"text-align: center;\">Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance.</p>\r\n<p style=\"text-align: center;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly. The common things expected from a digital agency are nice looking.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 19:09:42','2015-06-25 19:09:42','',15676,'http://thisisradical.com/absoluteplastics/?p=16737',0,'revision','',0),(16738,1,'2015-06-25 19:13:53','2015-06-25 19:13:53','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-university\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">BROWSE OUR CATALOG</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">We offer a wide range of products designed for maximum functionality and convenience for your business. Our products significantly reduce logistics costs and resolve space issues since they have approximately 40% less cube than foam.</p>\r\n[/vc_column_text][button target=\"_self\" text=\"VIEW OUR CATALOGUE\" size=\"big_large_full_width\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">Used by <strong>over 2000 restaurants</strong>, our new line is microwave safe, dishwasher safe, and contains recycled content.</p>\r\n<p style=\"text-align: center;\">Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance.</p>\r\n<p style=\"text-align: center;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">When it comes to our business, we offer our customers a powerful resource and a recipe for success. Some of the many services we offer our clients include:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Absolute Plastics utilizes a highly experienced design, production, and distribution team to provide for a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 19:13:53','2015-06-25 19:13:53','',15676,'http://thisisradical.com/absoluteplastics/?p=16738',0,'revision','',0),(16739,1,'2015-06-25 19:18:07','2015-06-25 19:18:07','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-university\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">BROWSE OUR CATALOG</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">We offer a wide range of products designed for maximum functionality and convenience for your business. Our products significantly reduce logistics costs and resolve space issues since they have approximately 40% less cube than foam.</p>\r\n[/vc_column_text][button target=\"_self\" text=\"VIEW OUR CATALOGUE\" size=\"big_large_full_width\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li style=\"text-align: left;\">Used by <strong>over 2000 restaurants</strong>, our new line is microwave safe, dishwasher safe, and contains recycled content.</li>\r\n <li style=\"text-align: left;\">Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products.</li>\r\n <li style=\"text-align: left;\">Restaurant staff prefer the snap closure, space savings and ease of use.</li>\r\n <li style=\"text-align: left;\">Restaurant patrons appreciate the ability to microwave, temperature retention, and re-use capability.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\"><strong>Design a container that provides a solution</strong></p>\r\n<p style=\"text-align: left;\">When it comes to our business, we offer our customers a powerful resource and a recipe for success that includes:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Absolute Plastics utilizes a highly experienced design, production, and distribution team to provide for a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 19:18:07','2015-06-25 19:18:07','',15676,'http://thisisradical.com/absoluteplastics/?p=16739',0,'revision','',0),(16740,1,'2015-06-25 19:19:29','2015-06-25 19:19:29','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-university\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">BROWSE OUR CATALOG</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">We offer a wide range of products designed for maximum functionality and convenience for your business. Our products significantly reduce logistics costs and resolve space issues since they have approximately 40% less cube than foam.</p>\r\n[/vc_column_text][button target=\"_self\" text=\"VIEW OUR CATALOGUE\" size=\"big_large_full_width\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li style=\"text-align: left;\">Used by <strong>over 2000 restaurants</strong>, our new line is microwave safe, dishwasher safe, and contains recycled content.</li>\r\n <li style=\"text-align: left;\">Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products.</li>\r\n <li style=\"text-align: left;\">Restaurant staff prefer the snap closure, space savings and ease of use.</li>\r\n <li style=\"text-align: left;\">Restaurant patrons appreciate the ability to microwave, temperature retention, and re-use capability.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">When it comes to our business, we offer our customers a powerful resource and a recipe for success that includes:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Absolute Plastics utilizes a highly experienced design, production, and distribution team to provide for a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 19:19:29','2015-06-25 19:19:29','',15676,'http://thisisradical.com/absoluteplastics/?p=16740',0,'revision','',0),(16741,1,'2015-06-25 19:21:13','2015-06-25 19:21:13','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-university\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">BROWSE OUR CATALOG</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">We offer a wide range of products designed for maximum functionality and convenience for your business. Our products significantly reduce logistics costs and resolve space issues since they have approximately 40% less cube than foam.</p>\r\n[/vc_column_text][button target=\"_self\" text=\"VIEW OUR CATALOGUE\" size=\"big_large_full_width\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li style=\"text-align: left;\">Used by <strong>over 2000 restaurants</strong>, our new line is microwave safe, dishwasher safe, and contains recycled content.</li>\r\n <li style=\"text-align: left;\">Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products.</li>\r\n <li style=\"text-align: left;\">Restaurant staff prefer the snap closure, space savings and ease of use.</li>\r\n <li style=\"text-align: left;\">Restaurant patrons appreciate the ability to microwave, temperature retention, and re-use capability.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">When it comes to our business, we offer our customers a powerful resource and a recipe for success that includes:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Absolute Plastics utilizes a highly experienced design, production, and distribution team to provide for a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 19:21:13','2015-06-25 19:21:13','',15676,'http://thisisradical.com/absoluteplastics/?p=16741',0,'revision','',0),(16742,1,'2015-06-25 19:22:28','2015-06-25 19:22:28','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-university\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">BROWSE OUR CATALOG</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">We offer a wide range of products designed for maximum functionality and convenience for your business. Our products significantly reduce logistics costs and resolve space issues since they have approximately 40% less cube than foam.</p>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\"][button target=\"_self\" text=\"VIEW OUR CATALOGUE\" size=\"big_large_full_width\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li style=\"text-align: left;\">Used by <strong>over 2000 restaurants</strong>, our new line is microwave safe, dishwasher safe, and contains recycled content.</li>\r\n <li style=\"text-align: left;\">Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products.</li>\r\n <li style=\"text-align: left;\">Restaurant staff prefer the snap closure, space savings and ease of use.</li>\r\n <li style=\"text-align: left;\">Restaurant patrons appreciate the ability to microwave, temperature retention, and re-use capability.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">When it comes to our business, we offer our customers a powerful resource and a recipe for success that includes:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Absolute Plastics utilizes a highly experienced design, production, and distribution team to provide for a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 19:22:28','2015-06-25 19:22:28','',15676,'http://thisisradical.com/absoluteplastics/?p=16742',0,'revision','',0),(16743,1,'2015-06-25 19:29:24','2015-06-25 19:29:24','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"40\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">BROWSE OUR CATALOG</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">We offer a wide range of products designed for maximum functionality and convenience for your business. Our products significantly reduce logistics costs and resolve space issues since they have approximately 40% less cube than foam.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"VIEW OUR CATALOGUE\" size=\"big_large_full_width\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li style=\"text-align: left;\">Used by <strong>over 2000 restaurants</strong>, our new line is microwave safe, dishwasher safe, and contains recycled content.</li>\r\n <li style=\"text-align: left;\">Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products.</li>\r\n <li style=\"text-align: left;\">Restaurant staff prefer the snap closure, space savings and ease of use.</li>\r\n <li style=\"text-align: left;\">Restaurant patrons appreciate the ability to microwave, temperature retention, and re-use capability.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">When it comes to our business, we offer our customers a powerful resource and a recipe for success that includes:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Absolute Plastics utilizes a highly experienced design, production, and distribution team to provide for a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 19:29:24','2015-06-25 19:29:24','',15676,'http://thisisradical.com/absoluteplastics/?p=16743',0,'revision','',0),(16744,1,'2015-06-25 19:30:48','2015-06-25 19:30:48','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"40\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\" text_color=\"#1e73be\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">BROWSE OUR CATALOG</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">We offer a wide range of products designed for maximum functionality and convenience for your business. Our products significantly reduce logistics costs and resolve space issues since they have approximately 40% less cube than foam.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"VIEW OUR CATALOGUE\" size=\"big_large_full_width\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li style=\"text-align: left;\">Used by <strong>over 2000 restaurants</strong>, our new line is microwave safe, dishwasher safe, and contains recycled content.</li>\r\n <li style=\"text-align: left;\">Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products.</li>\r\n <li style=\"text-align: left;\">Restaurant staff prefer the snap closure, space savings and ease of use.</li>\r\n <li style=\"text-align: left;\">Restaurant patrons appreciate the ability to microwave, temperature retention, and re-use capability.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">When it comes to our business, we offer our customers a powerful resource and a recipe for success that includes:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Absolute Plastics utilizes a highly experienced design, production, and distribution team to provide for a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 19:30:48','2015-06-25 19:30:48','',15676,'http://thisisradical.com/absoluteplastics/?p=16744',0,'revision','',0),(16745,1,'2015-06-25 19:32:10','2015-06-25 19:32:10','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"40\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\" text_color=\"#1e73be\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li style=\"text-align: left;\">Used by <strong>over 2000 restaurants</strong>, our new line is microwave safe, dishwasher safe, and contains recycled content.</li>\r\n <li style=\"text-align: left;\">Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products.</li>\r\n <li style=\"text-align: left;\">Restaurant staff prefer the snap closure, space savings and ease of use.</li>\r\n <li style=\"text-align: left;\">Restaurant patrons appreciate the ability to microwave, temperature retention, and re-use capability.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">BROWSE OUR CATALOG</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">We offer a wide range of products designed for maximum functionality and convenience for your business. Our products significantly reduce logistics costs and resolve space issues since they have approximately 40% less cube than foam.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"VIEW OUR CATALOGUE\" size=\"big_large_full_width\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">When it comes to our business, we offer our customers a powerful resource and a recipe for success that includes:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Absolute Plastics utilizes a highly experienced design, production, and distribution team to provide for a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 19:32:10','2015-06-25 19:32:10','',15676,'http://thisisradical.com/absoluteplastics/?p=16745',0,'revision','',0),(16746,1,'2015-06-25 19:44:59','2015-06-25 19:44:59','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"40\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\" text_color=\"#1e73be\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, 75% recycled container program addresses the environmental issues related to foam and conventional plastic take out products.</li>\r\n <li style=\"text-align: left;\">Innovative materials including compostable, sustainable paper and 75% recycled, recyclable plastic add a new environmentally focused dimension to the private label table top category.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Most Americans favor buying and supporting products made in the USA it strengthens our economy, protects our environmental standards, and minimizes exploitation of workers in third world countries.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">BROWSE OUR CATALOGUE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">We offer a wide range of products designed for maximum functionality and convenience for your business. Our products significantly reduce logistics costs and resolve space issues since they have approximately 40% less cube than foam.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"VIEW OUR CATALOGUE\" size=\"big_large_full_width\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\"><strong>Design a container that creates a solution.</strong></p>\r\n<p style=\"text-align: left;\">When it comes to our business, we offer our customers a powerful resource and a recipe for success that includes:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Absolute Plastics utilizes a highly experienced design, production, and distribution team to provide for a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 19:44:59','2015-06-25 19:44:59','',15676,'http://thisisradical.com/absoluteplastics/?p=16746',0,'revision','',0),(16747,1,'2015-06-25 19:49:25','2015-06-25 19:49:25','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"40\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\" text_color=\"#1e73be\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, 75% recycled container program addresses the environmental issues related to foam and conventional plastic take out products.</li>\r\n <li style=\"text-align: left;\">Innovative materials including compostable, sustainable paper and 75% recycled, recyclable plastic add a new environmentally focused dimension to the private label table top category.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Most Americans favor buying and supporting products made in the USA it strengthens our economy, protects our environmental standards, and minimizes exploitation of workers in third world countries.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">BROWSE OUR CATALOGUE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">We offer a wide range of products designed for maximum functionality and convenience for your business. Our products significantly reduce logistics costs and resolve space issues since they have approximately 40% less cube than foam.</p>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large_full_width\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS & CUSTOMER SERVICE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">Design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Absolute Plastics utilizes a highly experienced design, production, and distribution team to provide for a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 19:49:25','2015-06-25 19:49:25','',15676,'http://thisisradical.com/absoluteplastics/?p=16747',0,'revision','',0),(16748,1,'2015-06-25 19:50:52','2015-06-25 19:50:52','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"40\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\" text_color=\"#1e73be\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, 75% recycled container program addresses the environmental issues related to foam and conventional plastic take out products.</li>\r\n <li style=\"text-align: left;\">Innovative materials including compostable, sustainable paper and 75% recycled, recyclable plastic add a new environmentally focused dimension to the private label table top category.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Most Americans favor buying and supporting products made in the USA it strengthens our economy, protects our environmental standards, and minimizes exploitation of workers in third world countries.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large_full_width\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\"][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: center;\">We offer a wide range of products designed for maximum functionality and convenience for your business. Our products significantly reduce logistics costs and resolve space issues since they have approximately 40% less cube than foam.</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">Design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Absolute Plastics utilizes a highly experienced design, production, and distribution team to provide for a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 19:50:52','2015-06-25 19:50:52','',15676,'http://thisisradical.com/absoluteplastics/?p=16748',0,'revision','',0),(16749,1,'2015-06-25 20:00:24','2015-06-25 20:00:24','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"40\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\" text_color=\"#1e73be\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li>We offer a wide range of products designed for maximum functionality and convenience for your business. Our products significantly reduce logistics costs and resolve space issues since they have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant patrons appreciate the efficient temperature retention, and re-usability of our products.</li>\r\n <li>Restaurant staff prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large_full_width\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, 75% recycled container program addresses the environmental issues related to foam and conventional plastic take out products.</li>\r\n <li style=\"text-align: left;\">Innovative materials including compostable, sustainable paper and 75% recycled, recyclable plastic add a new environmentally focused dimension to the private label table top category.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Most Americans favor buying and supporting products made in the USA it strengthens our economy, protects our environmental standards, and minimizes exploitation of workers in third world countries.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">Design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Absolute Plastics utilizes a highly experienced design, production, and distribution team to provide for a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 20:00:24','2015-06-25 20:00:24','',15676,'http://thisisradical.com/absoluteplastics/?p=16749',0,'revision','',0),(16750,1,'2015-06-25 20:02:31','2015-06-25 20:02:31','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"40\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\" text_color=\"#1e73be\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li>We offer a wide range of products designed for maximum functionality and convenience for your business. Our products significantly reduce logistics costs and resolve space issues since they have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large_full_width\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, 75% recycled container program addresses the environmental issues related to foam and conventional plastic take out products.</li>\r\n <li style=\"text-align: left;\">Innovative materials including compostable, sustainable paper and 75% recycled, recyclable plastic add a new environmentally focused dimension to the private label table top category.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Most Americans favor buying and supporting products made in the USA it strengthens our economy, protects our environmental standards, and minimizes exploitation of workers in third world countries.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">Design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Absolute Plastics utilizes a highly experienced design, production, and distribution team to provide for a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 20:02:31','2015-06-25 20:02:31','',15676,'http://thisisradical.com/absoluteplastics/?p=16750',0,'revision','',0),(16751,1,'2015-06-25 20:02:57','2015-06-25 20:02:57','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"40\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\" text_color=\"#1e73be\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li>We offer a wide range of products designed for maximum functionality and convenience for your business. Our products significantly reduce logistics costs and resolve space issues since they have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, 75% recycled container program addresses the environmental issues related to foam and conventional plastic take out products.</li>\r\n <li style=\"text-align: left;\">Innovative materials including compostable, sustainable paper and 75% recycled, recyclable plastic add a new environmentally focused dimension to the private label table top category.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Most Americans favor buying and supporting products made in the USA it strengthens our economy, protects our environmental standards, and minimizes exploitation of workers in third world countries.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">Design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Absolute Plastics utilizes a highly experienced design, production, and distribution team to provide for a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 20:02:57','2015-06-25 20:02:57','',15676,'http://thisisradical.com/absoluteplastics/?p=16751',0,'revision','',0),(16752,1,'2015-06-25 20:05:38','2015-06-25 20:05:38','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"We are 100% cool\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"40\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\" text_color=\"#1e73be\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li>We offer a wide range of products designed for maximum functionality and convenience for your business. Our products significantly reduce logistics costs and resolve space issues since they have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, 75% recycled container program addresses the environmental issues related to foam and conventional plastic take out products.</li>\r\n <li style=\"text-align: left;\">Innovative materials including compostable, sustainable paper and 75% recycled, recyclable plastic add a new environmentally focused dimension to the private label table top category.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Most Americans favor buying and supporting products made in the USA it strengthens our economy, protects our environmental standards, and minimizes exploitation of workers in third world countries.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">Design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Absolute Plastics utilizes a highly experienced design, production, and distribution team to provide for a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 20:05:38','2015-06-25 20:05:38','',15676,'http://thisisradical.com/absoluteplastics/?p=16752',0,'revision','',0),(16753,1,'2015-06-25 20:11:00','2015-06-25 20:11:00','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"We are 100% cool\" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"40\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\" text_color=\"#1e73be\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li>We offer a wide range of products designed for maximum functionality and convenience for your business. Our products significantly reduce logistics costs and resolve space issues since they have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, 75% recycled container program addresses the environmental issues related to foam and conventional plastic take out products.</li>\r\n <li style=\"text-align: left;\">Innovative materials including compostable, sustainable paper and 75% recycled, recyclable plastic add a new environmentally focused dimension to the private label table top category.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Most Americans favor buying and supporting products made in the USA it strengthens our economy, protects our environmental standards, and minimizes exploitation of workers in third world countries.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">Design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Absolute Plastics utilizes a highly experienced design, production, and distribution team to provide for a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-25 20:11:00','2015-06-25 20:11:00','',15676,'http://thisisradical.com/absoluteplastics/?p=16753',0,'revision','',0),(16754,1,'2015-08-11 15:34:54','2015-08-11 15:34:54','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_column_text]\n<h3>View our Catalog:</h3>\n[/vc_column_text][/vc_column][/vc_row]\n\n ','Catalog','','inherit','open','open','','16674-autosave-v1','','','2015-08-11 15:34:54','2015-08-11 15:34:54','',16674,'http://thisisradical.com/absoluteplastics/?p=16754',0,'revision','',0),(16755,1,'2015-06-26 14:01:55','2015-06-26 14:01:55','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"We are 100% cool\" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"40\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\" text_color=\"#1e73be\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\" css=\".vc_custom_1435327312834{border-top-width: 40px !important;}\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li>We offer a wide range of products designed for maximum functionality and convenience for your business. Our products significantly reduce logistics costs and resolve space issues since they have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, 75% recycled container program addresses the environmental issues related to foam and conventional plastic take out products.</li>\r\n <li style=\"text-align: left;\">Innovative materials including compostable, sustainable paper and 75% recycled, recyclable plastic add a new environmentally focused dimension to the private label table top category.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Most Americans favor buying and supporting products made in the USA it strengthens our economy, protects our environmental standards, and minimizes exploitation of workers in third world countries.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">Design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Absolute Plastics utilizes a highly experienced design, production, and distribution team to provide for a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-26 14:01:55','2015-06-26 14:01:55','',15676,'http://thisisradical.com/absoluteplastics/?p=16755',0,'revision','',0),(16756,1,'2015-06-26 14:03:00','2015-06-26 14:03:00','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"We are 100% cool\" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"40\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\" text_color=\"#1e73be\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\" css=\".vc_custom_1435327377120{border-top-width: 100px !important;}\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li>We offer a wide range of products designed for maximum functionality and convenience for your business. Our products significantly reduce logistics costs and resolve space issues since they have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, 75% recycled container program addresses the environmental issues related to foam and conventional plastic take out products.</li>\r\n <li style=\"text-align: left;\">Innovative materials including compostable, sustainable paper and 75% recycled, recyclable plastic add a new environmentally focused dimension to the private label table top category.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Most Americans favor buying and supporting products made in the USA it strengthens our economy, protects our environmental standards, and minimizes exploitation of workers in third world countries.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">Design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Absolute Plastics utilizes a highly experienced design, production, and distribution team to provide for a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-26 14:03:00','2015-06-26 14:03:00','',15676,'http://thisisradical.com/absoluteplastics/?p=16756',0,'revision','',0),(16757,1,'2015-06-26 14:04:36','2015-06-26 14:04:36','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"We are 100% cool\" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"40\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\" text_color=\"#1e73be\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"#ffffff\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"88\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" el_id=\"\"][vc_column width=\"1/1\"][vc_separator type=\"transparent\" position=\"center\" color=\"#000000\" transparency=\"1\" width_in_percentages=\"\" up=\"12\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\" css=\".vc_custom_1435327377120{border-top-width: 100px !important;}\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li>We offer a wide range of products designed for maximum functionality and convenience for your business. Our products significantly reduce logistics costs and resolve space issues since they have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, 75% recycled container program addresses the environmental issues related to foam and conventional plastic take out products.</li>\r\n <li style=\"text-align: left;\">Innovative materials including compostable, sustainable paper and 75% recycled, recyclable plastic add a new environmentally focused dimension to the private label table top category.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Most Americans favor buying and supporting products made in the USA it strengthens our economy, protects our environmental standards, and minimizes exploitation of workers in third world countries.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">Design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Absolute Plastics utilizes a highly experienced design, production, and distribution team to provide for a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-26 14:04:36','2015-06-26 14:04:36','',15676,'http://thisisradical.com/absoluteplastics/?p=16757',0,'revision','',0),(16758,1,'2015-06-26 14:05:33','2015-06-26 14:05:33','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"We are 100% cool\" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"40\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\" text_color=\"#1e73be\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\" css=\".vc_custom_1435327377120{border-top-width: 100px !important;}\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li>We offer a wide range of products designed for maximum functionality and convenience for your business. Our products significantly reduce logistics costs and resolve space issues since they have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, 75% recycled container program addresses the environmental issues related to foam and conventional plastic take out products.</li>\r\n <li style=\"text-align: left;\">Innovative materials including compostable, sustainable paper and 75% recycled, recyclable plastic add a new environmentally focused dimension to the private label table top category.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Most Americans favor buying and supporting products made in the USA it strengthens our economy, protects our environmental standards, and minimizes exploitation of workers in third world countries.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">Design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Absolute Plastics utilizes a highly experienced design, production, and distribution team to provide for a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-26 14:05:33','2015-06-26 14:05:33','',15676,'http://thisisradical.com/absoluteplastics/?p=16758',0,'revision','',0),(16759,1,'2015-06-26 14:06:52','2015-06-26 14:06:52','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" color=\"#efefef\" transparency=\"0\" thickness=\"0\" width_in_percentages=\"\" up=\"12\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"We are 100% cool\" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"40\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\" text_color=\"#1e73be\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\" css=\".vc_custom_1435327377120{border-top-width: 100px !important;}\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li>We offer a wide range of products designed for maximum functionality and convenience for your business. Our products significantly reduce logistics costs and resolve space issues since they have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, 75% recycled container program addresses the environmental issues related to foam and conventional plastic take out products.</li>\r\n <li style=\"text-align: left;\">Innovative materials including compostable, sustainable paper and 75% recycled, recyclable plastic add a new environmentally focused dimension to the private label table top category.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Most Americans favor buying and supporting products made in the USA it strengthens our economy, protects our environmental standards, and minimizes exploitation of workers in third world countries.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">Design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Absolute Plastics utilizes a highly experienced design, production, and distribution team to provide for a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-26 14:06:52','2015-06-26 14:06:52','',15676,'http://thisisradical.com/absoluteplastics/?p=16759',0,'revision','',0),(16760,1,'2015-06-26 14:07:57','2015-06-26 14:07:57','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"We are 100% cool\" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"40\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\" text_color=\"#1e73be\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\" css=\".vc_custom_1435327377120{border-top-width: 100px !important;}\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li>We offer a wide range of products designed for maximum functionality and convenience for your business. Our products significantly reduce logistics costs and resolve space issues since they have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, 75% recycled container program addresses the environmental issues related to foam and conventional plastic take out products.</li>\r\n <li style=\"text-align: left;\">Innovative materials including compostable, sustainable paper and 75% recycled, recyclable plastic add a new environmentally focused dimension to the private label table top category.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Most Americans favor buying and supporting products made in the USA it strengthens our economy, protects our environmental standards, and minimizes exploitation of workers in third world countries.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">Design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Absolute Plastics utilizes a highly experienced design, production, and distribution team to provide for a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-26 14:07:57','2015-06-26 14:07:57','',15676,'http://thisisradical.com/absoluteplastics/?p=16760',0,'revision','',0),(16762,1,'2015-06-26 14:45:59','2015-06-26 14:45:59','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"We are 100% cool\" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"40\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\" text_color=\"#1e73be\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li>We offer a wide range of products designed for maximum functionality and convenience for your business. Our products significantly reduce logistics costs and resolve space issues since they have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, 70% recycled container program addresses the environmental issues related to foam and conventional plastic take out products.</li>\r\n <li style=\"text-align: left;\">Innovative materials including compostable, sustainable paper and 70% recycled, recyclable plastic add a new environmentally focused dimension to the private label table top category.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Most Americans favor buying and supporting products made in the USA it strengthens our economy, protects our environmental standards, and minimizes exploitation of workers in third world countries.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">Design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Absolute Plastics utilizes a highly experienced design, production, and distribution team to provide for a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-26 14:45:59','2015-06-26 14:45:59','',15676,'http://thisisradical.com/absoluteplastics/?p=16762',0,'revision','',0),(16770,1,'2015-06-26 14:48:25','2015-06-26 14:48:25','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #ffffff;\">To search by item code, use the search bar at the bottom of the page</span></p>\r\n[/vc_column_text][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][portfolio_list type=\"standard\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"5\" number=\"-1\" show_categories=\"no\" overlay_background_color=\"#ffffff\" order_by=\"title\" filter_color=\"#1e73be\" show_title=\"yes\" filter=\"yes\" view_button=\"no\" portfolio_separator=\"no\" image_size=\"landscape\" lightbox=\"no\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" thickness=\"30\" color=\"#353535\" up=\"30\"][/vc_column][/vc_row]','Products','','publish','open','open','','products','','','2015-08-03 00:38:57','2015-08-03 00:38:57','',0,'http://thisisradical.com/absoluteplastics/?page_id=16770',0,'page','',0),(16771,1,'2015-06-26 14:48:25','2015-06-26 14:48:25','','Products','','inherit','open','open','','16770-revision-v1','','','2015-06-26 14:48:25','2015-06-26 14:48:25','',16770,'http://thisisradical.com/absoluteplastics/?p=16771',0,'revision','',0),(16772,1,'2015-06-26 14:49:35','2015-06-26 14:49:35',' ','','','publish','open','open','','16772','','','2015-07-17 17:28:02','2015-07-17 17:28:02','',0,'http://thisisradical.com/absoluteplastics/?p=16772',5,'nav_menu_item','',0),(16773,1,'2015-06-26 14:54:32','2015-06-26 14:54:32','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"standard\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"2\" number=\"-1\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-06-26 14:54:32','2015-06-26 14:54:32','',16770,'http://thisisradical.com/absoluteplastics/?p=16773',0,'revision','',0),(16774,1,'2015-06-26 14:55:24','2015-06-26 14:55:24','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"masonry_with_space\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"2\" number=\"-1\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-06-26 14:55:24','2015-06-26 14:55:24','',16770,'http://thisisradical.com/absoluteplastics/?p=16774',0,'revision','',0),(16775,1,'2015-06-26 14:59:38','2015-06-26 14:59:38','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"We are 100% cool\" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"40\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\" text_color=\"#1e73be\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li>We offer a wide range of products designed for maximum functionality and convenience for your business. Our products significantly reduce logistics costs and resolve space issues since they have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\" link=\"http://thisisradical.com/absoluteplastics/?page_id=16674\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, 70% recycled container program addresses the environmental issues related to foam and conventional plastic take out products.</li>\r\n <li style=\"text-align: left;\">Innovative materials including compostable, sustainable paper and 70% recycled, recyclable plastic add a new environmentally focused dimension to the private label table top category.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Most Americans favor buying and supporting products made in the USA it strengthens our economy, protects our environmental standards, and minimizes exploitation of workers in third world countries.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">Design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Absolute Plastics utilizes a highly experienced design, production, and distribution team to provide for a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-06-26 14:59:38','2015-06-26 14:59:38','',15676,'http://thisisradical.com/absoluteplastics/?p=16775',0,'revision','',0),(16776,1,'2015-06-26 15:06:04','2015-06-26 15:06:04','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"masonry_with_space\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"4\" number=\"-1\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-06-26 15:06:04','2015-06-26 15:06:04','',16770,'http://thisisradical.com/absoluteplastics/?p=16776',0,'revision','',0),(16777,1,'2015-08-03 00:22:26','2015-08-03 00:22:26','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\n<h3 style=\"text-align: right;\"><span style=\"color: #ffffff;\">To search by item code, use the search bar in the upper right hand corner</span></h3>\n[/vc_column_text][portfolio_list type=\"standard\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"5\" number=\"-1\" show_categories=\"no\" overlay_background_color=\"#ffffff\" order_by=\"title\" filter_color=\"#1e73be\" show_title=\"yes\" filter=\"yes\" view_button=\"no\" portfolio_separator=\"no\" image_size=\"landscape\" lightbox=\"no\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" thickness=\"30\" color=\"#353535\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-autosave-v1','','','2015-08-03 00:22:26','2015-08-03 00:22:26','',16770,'http://thisisradical.com/absoluteplastics/?p=16777',0,'revision','',0),(16778,1,'2015-06-26 15:11:38','2015-06-26 15:11:38','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"masonry_with_space\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"4\" number=\"-1\" show_categories=\"yes\" portfolio_loading_type_masonry=\"portfolio_fade_from_bottom\" overlay_background_color=\"#1e73be\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-06-26 15:11:38','2015-06-26 15:11:38','',16770,'http://thisisradical.com/absoluteplastics/?p=16778',0,'revision','',0),(16779,1,'2015-06-26 15:12:34','2015-06-26 15:12:34','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"masonry_with_space\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"4\" number=\"-1\" show_categories=\"yes\" overlay_background_color=\"#1e73be\" order_by=\"menu_order\" filter=\"yes\" filter_color=\"#1e73be\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-06-26 15:12:34','2015-06-26 15:12:34','',16770,'http://thisisradical.com/absoluteplastics/?p=16779',0,'revision','',0),(16780,1,'2015-06-26 15:13:26','2015-06-26 15:13:26','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"masonry_with_space\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"4\" number=\"-1\" show_categories=\"yes\" overlay_background_color=\"#1e73be\" order_by=\"menu_order\" filter=\"yes\" filter_color=\"#1e73be\"][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-06-26 15:13:26','2015-06-26 15:13:26','',16770,'http://thisisradical.com/absoluteplastics/?p=16780',0,'revision','',0),(16785,1,'2015-06-26 15:29:19','2015-06-26 15:29:19','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item #: AR4LC</strong></h4>\r\nSide Dish Lid\r\n\r\n<strong>Fits Item:</strong> <a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=5-oz-round-base\">AR47B</a> & <a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=14-oz-round-base\">AR414B</a>\r\n\r\n<strong>Diameter:</strong> 4.5\"\r\n\r\n<strong>Color:</strong> Clear\r\n\r\n<strong>Material: </strong>Clarified Polypropylene\r\n\r\n<strong>Case Count:</strong> 1500\r\n\r\n<strong>Cases/Pallet:</strong> 8\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter size-large wp-image-17248\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/SideDishLid-1024x768.png\" alt=\"SideDishLid\" width=\"1024\" height=\"768\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','Side Dish Lid','','publish','closed','closed','','side-lid','','','2015-08-04 18:11:54','2015-08-04 18:11:54','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16785',0,'portfolio_page','',0),(16796,1,'2015-06-26 15:45:24','2015-06-26 15:45:24','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: AO923WC3C</strong></h4>\r\nClamshell\r\n\r\n<strong>Dimensions:</strong> 9\" x 8.25\" x 3\"\r\n\r\n<strong>Capacity:</strong> 42 fl oz\r\n\r\n3 Compartments\r\n\r\n<strong>Color:</strong> White\r\n\r\n<strong>Material:</strong> Polypropylene composite\r\n\r\n<strong>Case Count:</strong> 200\r\n\r\n<strong>Cases/Pallet:</strong> 30\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter size-large wp-image-17038\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AO923WC3C_9x8.25x3ClamshellWhite3Comp-1024x768.jpg\" alt=\"AO923WC3C_9x8.25x3ClamshellWhite3Comp\" width=\"1024\" height=\"768\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','9 x 8.25 x 3\" Clamshell (3Comp)','','publish','closed','closed','','9-clamshell','','','2015-08-04 17:47:51','2015-08-04 17:47:51','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16796',0,'portfolio_page','',0),(16798,1,'2015-06-26 15:48:10','2015-06-26 15:48:10','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: AR10LC3C</strong></h4>\r\n<span style=\"line-height: 1.5;\">Dome Lid</span>\r\n\r\n<strong>Fits Item:</strong> <a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=10-plate-3comp\">AR10B3C-WD3</a>, <a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=10plate-3-comp\">AR10W3C-WD3</a>, <a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=17053\">AR10M3C-WD3</a>\r\n\r\n<strong>Diameter:</strong> 10\"\r\n\r\n<strong>Height:</strong> 2.1\"\r\n\r\n3 Compartments\r\n\r\n<strong>Color:</strong> Clear\r\n\r\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\r\n\r\n<strong>Case Count:</strong> 280\r\n\r\n<strong>Cases/Pallet:</strong> 8\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<a href=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR10LC3C_10in3CompDomeLid.jpg\"><img class=\"aligncenter size-large wp-image-17025\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR10LC3C_10in3CompDomeLid-1024x768.jpg\" alt=\"AR10LC3C_10in3CompDomeLid\" width=\"1024\" height=\"768\" /></a>\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','10\" Dome Lid','','publish','closed','closed','','10-3c-dome-lid','','','2015-08-04 18:14:11','2015-08-04 18:14:11','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16798',0,'portfolio_page','',0),(16800,1,'2015-06-26 15:53:45','2015-06-26 15:53:45','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"masonry_with_space_without_description\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"4\" number=\"-1\" show_categories=\"yes\" overlay_background_color=\"#1e73be\" order_by=\"menu_order\" filter=\"yes\" filter_color=\"#1e73be\" order=\"DESC\" lightbox=\"yes\" show_title=\"yes\"][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-06-26 15:53:45','2015-06-26 15:53:45','',16770,'http://thisisradical.com/absoluteplastics/?p=16800',0,'revision','',0),(16801,1,'2015-06-26 15:54:18','2015-06-26 15:54:18','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"masonry_with_space\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"4\" number=\"-1\" show_categories=\"yes\" overlay_background_color=\"#1e73be\" order_by=\"menu_order\" filter=\"yes\" filter_color=\"#1e73be\" order=\"DESC\" lightbox=\"yes\" show_title=\"yes\"][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-06-26 15:54:18','2015-06-26 15:54:18','',16770,'http://thisisradical.com/absoluteplastics/?p=16801',0,'revision','',0),(16802,1,'2015-06-26 15:56:22','2015-06-26 15:56:22','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"masonry_with_space\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"4\" number=\"-1\" show_categories=\"yes\" overlay_background_color=\"#1e73be\" order_by=\"menu_order\" filter_color=\"#1e73be\" lightbox=\"yes\" show_title=\"yes\"][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-06-26 15:56:22','2015-06-26 15:56:22','',16770,'http://thisisradical.com/absoluteplastics/?p=16802',0,'revision','',0),(16803,1,'2015-06-26 15:57:46','2015-06-26 15:57:46','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"masonry_with_space\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"4\" number=\"-1\" show_categories=\"no\" overlay_background_color=\"#1e73be\" order_by=\"menu_order\" filter_color=\"#1e73be\" lightbox=\"no\" show_title=\"yes\" filter=\"yes\" title_font_size=\"20\"][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-06-26 15:57:46','2015-06-26 15:57:46','',16770,'http://thisisradical.com/absoluteplastics/?p=16803',0,'revision','',0),(16804,1,'2015-06-26 15:59:57','2015-06-26 15:59:57','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"masonry_with_space\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"4\" number=\"-1\" show_categories=\"no\" overlay_background_color=\"#1e73be\" order_by=\"title\" filter_color=\"#1e73be\" lightbox=\"no\" show_title=\"yes\" filter=\"yes\" view_button=\"yes\"][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-06-26 15:59:57','2015-06-26 15:59:57','',16770,'http://thisisradical.com/absoluteplastics/?p=16804',0,'revision','',0),(16806,1,'2015-06-26 16:11:39','2015-06-26 16:11:39','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1><strong>Absolute Plastics, LLC </strong></h1>\r\n<h3><strong>Company Overview & Background</strong></h3>\r\n \r\n\r\nAbsolute Plastics prides itself on being an innovator of sustainable plastic packaging for the foodservice, retail, and distribution markets throughout North America. A subsidiary of rePlanet Holdings, Inc, Absolute Plastics, LLC is the most recent addition to over 60 years of privately owned disposable container companies. Founded on cutting-edge technology with PET and Polypropylene thermoforming capabilities, we are located in Wilson, NC with a second manufacturing facility in Visalia, CA (rePlanet Packaging).\r\n\r\n \r\n\r\nUtilizing a platform of new plastics materials and improved container design, Absolute Plastics is uniquely qualified to create solutions for your individual requirements. Having extrusion operations in our plants allow Absolute Plastics to recover and reuse virtually all of our web and part scrap, creating a near zero waste plastics operation.\r\n\r\n \r\n\r\nAbsolute Plastics sells a full line of “Microwave Safe,” 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products and provides a low cost foam replacement alternative.\r\n\r\n \r\n\r\nAs of 2015, Absolute Plastics has developed <b>70% Post-Consumer Recycled</b> (PCR) PET packaging available in clear, black and custom colors. Absolute Plastics has been committed to innovation, exceeding customer expectations, and manufacturing in the USA. To achieve our competitive pricing, Absolute Plastics extrudes most of the roll stock used in their thermoforming process.[/vc_column_text][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\" thickness=\"5\"][vc_empty_space height=\"12px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">Our Sister Companies</h1>\r\n[/vc_column_text][vc_empty_space height=\"12px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" color=\"#1e73be\" thickness=\"5\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/3\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_single_image image=\"17089\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"medium\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h2><span class=\"subtitle\"><a href=\"http://pennyplate.com/\">Penny Plate</a></span></h2>\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/3\"][vc_single_image image=\"17270\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"medium\" alignment=\"center\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2><a href=\"http://replanet.com/\">rePlanet </a></h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet has over 700 recycling centers and collects over 60 million pounds of aluminum, 90 million pounds of PET, and 120 million pounds of glass annually. Their reverse vending technology has put millions of dollars into people’s hands while keeping containers out of the landfills.[/vc_column_text][vc_empty_space height=\"15px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','About','','publish','open','closed','','about','','','2015-08-17 18:37:45','2015-08-17 18:37:45','',0,'http://thisisradical.com/absoluteplastics/?page_id=16806',0,'page','',0),(16807,1,'2015-06-26 16:11:39','2015-06-26 16:11:39','','About1','','inherit','open','open','','16806-revision-v1','','','2015-06-26 16:11:39','2015-06-26 16:11:39','',16806,'http://thisisradical.com/absoluteplastics/?p=16807',0,'revision','',0),(16808,1,'2015-06-26 16:12:20','2015-06-26 16:12:20',' ','','','publish','open','open','','16808','','','2015-07-17 17:28:01','2015-07-17 17:28:01','',0,'http://thisisradical.com/absoluteplastics/?p=16808',2,'nav_menu_item','',0),(16809,1,'2015-06-26 16:13:22','2015-06-26 16:13:22','','About','','inherit','open','open','','16806-revision-v1','','','2015-06-26 16:13:22','2015-06-26 16:13:22','',16806,'http://thisisradical.com/absoluteplastics/?p=16809',0,'revision','',0),(16810,1,'2015-07-31 18:53:10','2015-07-31 18:53:10','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\n<h1><strong>Absolute Plastics, LLC </strong></h1>\n<h3><strong>Company Overview & Background</strong></h3>\n \n\nAbsolute Plastics prides itself on being an innovator of sustainable plastic packaging for the foodservice, retail, and distribution markets throughout North America. A subsidiary of re-Planet Holdings, Absolute Plastics, LLC is the most recent addition to over 60 years of privately owned disposable container companies. Founded on cutting-edge technology with PET and Polypropylene thermoforming capabilities, we are located in Wilson, NC with a second manufacturing facility in Visalia, CA (rePLANET Packaging).\n\n \n\nUtilizing a platform of new plastics materials and improved container design, Absolute Plastics is uniquely qualified to create solutions for your individual requirements. Having extrusion operations in our plants allow Absolute Plastics to recover and reuse virtually all of our web and part scrap, creating a near zero waste plastics operation.\n\n \n\nAbsolute Plastics sells a full line of “Microwave Safe,” 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products and provides a low cost foam replacement alternative.\n\n \n\nAs of 2015, Absolute Plastics has developed <b>70% Post-Consumer Recycled</b> (PCR) PET packaging available in clear, black and custom colors. Absolute Plastics has been committed to innovation, exceeding customer expectations, and manufacturing in the USA. To achieve our competitive pricing, Absolute Plastics extrudes most of the roll stock used in their thermoforming process.[/vc_column_text][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\" thickness=\"5\"][vc_empty_space height=\"12px\" image_repeat=\"no-repeat\"][vc_column_text]\n<h2 style=\"text-align: center;\">Our Sister Companies</h2>\n[/vc_column_text][vc_empty_space height=\"12px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" color=\"#1e73be\" thickness=\"5\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/3\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_single_image image=\"17089\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"medium\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\n<h2><span class=\"subtitle\"><a href=\"http://pennyplate.com/\">Penny Plate</a></span></h2>\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/3\"][vc_single_image image=\"17270\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"medium\" alignment=\"center\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_column_text]\n<h2><a href=\"http://replanet.com/\">rePlanet </a></h2>\nrePlanet is the largest beverage container collection network in the United States. rePlanet has over 700 recycling centers and collects over 60 million pounds of aluminum, 90 million pounds of PET, and 120 million pounds of glass annually. Their reverse vending technology has put millions of dollars into people’s hands while keeping containers out of the landfills.[/vc_column_text][vc_empty_space height=\"15px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','About','','inherit','open','open','','16806-autosave-v1','','','2015-07-31 18:53:10','2015-07-31 18:53:10','',16806,'http://thisisradical.com/absoluteplastics/?p=16810',0,'revision','',0),(16811,1,'2015-06-26 16:17:11','2015-06-26 16:17:11','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"grey\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\" css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"\"]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\" css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"\"]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][layerslider_vc id=\"0\"][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-06-26 16:17:11','2015-06-26 16:17:11','',16806,'http://thisisradical.com/absoluteplastics/?p=16811',0,'revision','',0),(16812,1,'2015-06-26 16:19:10','2015-06-26 16:19:10','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]Absolute Plastics is founded and owned by the Buff family.\r\n\r\nFor over 60 years the Buffs have contributed innovation to the packaging industry through several independent companies.\r\n\r\n<span class=\"subtitle\">Penny Plate\r\n</span>\r\n\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.\r\n\r\n<span class=\"subtitle\">Absolute Plastics</span> <span class=\"subtitle\">\r\n</span>\r\n\r\nFounded in 2006, Absolute Plastics is a continuation of Penny Plate\'s philosophy to provide customers with high performance packaging that is environmentally responsible. Absolute Plastics provides custom thermoformed packaging to the Packer Processor, National Restaurant Chain, Foodservice and Retail markets. For microwave safe products, Absolute Plastics can provide customers with up to 40% natural product. Until there is commercial availability of reclaimed Polypropylene, this composite PP product offered by Absolute Plastics is among the most environmentally friendly and energy efficient microwavable plastic packaging available. For packaging inquiries, please contact the company at <a href=\"mailto:lgray@absoluteplastics.net?subject=Inquiry%20from%20Absolute%20Plastics%20Website\">sales@absoluteplastics.net</a>.\r\n\r\nAbsolute Plastics continues to explore all worldwide innovations that can improve the performance and sustainability of our packaging. We are particularly interested in the exciting developments in the use of natural materials in packaging materials. As we develop new materials or combinations, we will continue to present them to our customers as alternatives to current packaging. The natural materials can include one or more of the following: calcium carbonate, titanium dioxide, talc, silicon dioxide, mica, barium sulfate, starch, wood flour, tapioca, jute, sisal, corn based resins and other plant-based products. All of our microwavable products will have FDA approval for direct food contact.[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"grey\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\" css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"\"]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\" css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"\"]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-06-26 16:19:10','2015-06-26 16:19:10','',16806,'http://thisisradical.com/absoluteplastics/?p=16812',0,'revision','',0),(16813,1,'2015-06-26 16:23:17','2015-06-26 16:23:17','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]<strong>Absolute Plastics, LLC – Company Overview & Background</strong>\r\n\r\nAbsolute Plastics is founded and owned by the Buff family. For over 60 years the Buffs have contributed innovation to the packaging industry through several independent companies.\r\n\r\n \r\n\r\n \r\n\r\n<span class=\"subtitle\">Penny Plate\r\n</span>\r\n\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.\r\n\r\n \r\n\r\n<span class=\"subtitle\">Absolute Plastics</span> <span class=\"subtitle\">\r\n</span>\r\n\r\nFounded in 2006, Absolute Plastics is a continuation of Penny Plate\'s philosophy to provide customers with high performance packaging that is environmentally responsible. Absolute Plastics provides custom thermoformed packaging to the Packer Processor, National Restaurant Chain, Foodservice and Retail markets. For microwave safe products, Absolute Plastics can provide customers with up to 40% natural product. Until there is commercial availability of reclaimed Polypropylene, this composite PP product offered by Absolute Plastics is among the most environmentally friendly and energy efficient microwavable plastic packaging available. For packaging inquiries, please contact the company at <a href=\"mailto:lgray@absoluteplastics.net?subject=Inquiry%20from%20Absolute%20Plastics%20Website\">sales@absoluteplastics.net</a>.\r\n\r\nAbsolute Plastics continues to explore all worldwide innovations that can improve the performance and sustainability of our packaging. We are particularly interested in the exciting developments in the use of natural materials in packaging materials. As we develop new materials or combinations, we will continue to present them to our customers as alternatives to current packaging. The natural materials can include one or more of the following: calcium carbonate, titanium dioxide, talc, silicon dioxide, mica, barium sulfate, starch, wood flour, tapioca, jute, sisal, corn based resins and other plant-based products. All of our microwavable products will have FDA approval for direct food contact.\r\n\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"grey\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\" css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"\"]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\" css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"\"]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-06-26 16:23:17','2015-06-26 16:23:17','',16806,'http://thisisradical.com/absoluteplastics/?p=16813',0,'revision','',0),(16814,1,'2015-06-26 16:25:55','2015-06-26 16:25:55','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]<strong>Absolute Plastics, LLC – Company Overview & Background</strong>\r\n\r\nAbsolute Plastics is founded and owned by the Buff family. For over 60 years the Buffs have contributed innovation to the packaging industry through several independent companies.\r\n\r\n \r\n\r\n<strong><span class=\"subtitle\">Penny Plate</span></strong>\r\n\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.\r\n\r\n \r\n\r\n<strong><span class=\"subtitle\">Absolute Plastics</span></strong>\r\n\r\nFounded in 2006, Absolute Plastics is a continuation of Penny Plate\'s philosophy to provide customers with high performance packaging that is environmentally responsible. Absolute Plastics provides custom thermoformed packaging to the Packer Processor, National Restaurant Chain, Foodservice and Retail markets. For microwave safe products, Absolute Plastics can provide customers with up to 40% natural product. Until there is commercial availability of reclaimed Polypropylene, this composite PP product offered by Absolute Plastics is among the most environmentally friendly and energy efficient microwavable plastic packaging available. For packaging inquiries, please contact the company at <a href=\"mailto:lgray@absoluteplastics.net?subject=Inquiry%20from%20Absolute%20Plastics%20Website\">sales@absoluteplastics.net</a>.\r\n\r\nAbsolute Plastics continues to explore all worldwide innovations that can improve the performance and sustainability of our packaging. We are particularly interested in the exciting developments in the use of natural materials in packaging materials. As we develop new materials or combinations, we will continue to present them to our customers as alternatives to current packaging. The natural materials can include one or more of the following: calcium carbonate, titanium dioxide, talc, silicon dioxide, mica, barium sulfate, starch, wood flour, tapioca, jute, sisal, corn based resins and other plant-based products. All of our microwavable products will have FDA approval for direct food contact.[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"grey\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\" css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"\"]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\" css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"\"]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-06-26 16:25:55','2015-06-26 16:25:55','',16806,'http://thisisradical.com/absoluteplastics/?p=16814',0,'revision','',0),(16815,1,'2015-06-26 16:28:16','2015-06-26 16:28:16','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]<strong>Absolute Plastics, LLC – Company Overview & Background</strong>\r\n\r\nAbsolute Plastics is founded and owned by the Buff family. For over 60 years the Buffs have contributed innovation to the packaging industry through several independent companies.\r\n\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"grey\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\" css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"\"]<strong><span class=\"subtitle\">Penny Plate</span></strong>\r\n\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\" css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"\"]<strong><span class=\"subtitle\">Absolute Plastics</span></strong>\r\n\r\nFounded in 2006, Absolute Plastics is a continuation of Penny Plate\'s philosophy to provide customers with high performance packaging that is environmentally responsible. Absolute Plastics provides custom thermoformed packaging to the Packer Processor, National Restaurant Chain, Foodservice and Retail markets. For microwave safe products, Absolute Plastics can provide customers with up to 40% natural product. Until there is commercial availability of reclaimed Polypropylene, this composite PP product offered by Absolute Plastics is among the most environmentally friendly and energy efficient microwavable plastic packaging available. For packaging inquiries, please contact the company at <a href=\"mailto:lgray@absoluteplastics.net?subject=Inquiry%20from%20Absolute%20Plastics%20Website\">sales@absoluteplastics.net</a>.\r\n\r\nAbsolute Plastics continues to explore all worldwide innovations that can improve the performance and sustainability of our packaging. We are particularly interested in the exciting developments in the use of natural materials in packaging materials. As we develop new materials or combinations, we will continue to present them to our customers as alternatives to current packaging. The natural materials can include one or more of the following: calcium carbonate, titanium dioxide, talc, silicon dioxide, mica, barium sulfate, starch, wood flour, tapioca, jute, sisal, corn based resins and other plant-based products. All of our microwavable products will have FDA approval for direct food contact.[/vc_column_text][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-06-26 16:28:16','2015-06-26 16:28:16','',16806,'http://thisisradical.com/absoluteplastics/?p=16815',0,'revision','',0),(16816,1,'2015-06-26 16:30:54','2015-06-26 16:30:54','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]<strong>Absolute Plastics, LLC – Company Overview & Background</strong>\r\n\r\nAbsolute Plastics is founded and owned by the Buff family. For over 60 years the Buffs have contributed innovation to the packaging industry through several independent companies.\r\n\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"grey\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"\"]<strong><span class=\"subtitle\">Penny Plate</span></strong>\r\n\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.\r\n\r\n \r\n\r\n<strong><span class=\"subtitle\">Absolute Plastics</span></strong>\r\n\r\nFounded in 2006, Absolute Plastics is a continuation of Penny Plate\'s philosophy to provide customers with high performance packaging that is environmentally responsible. Absolute Plastics provides custom thermoformed packaging to the Packer Processor, National Restaurant Chain, Foodservice and Retail markets. For microwave safe products, Absolute Plastics can provide customers with up to 40% natural product. Until there is commercial availability of reclaimed Polypropylene, this composite PP product offered by Absolute Plastics is among the most environmentally friendly and energy efficient microwavable plastic packaging available. For packaging inquiries, please contact the company at <a href=\"mailto:lgray@absoluteplastics.net?subject=Inquiry%20from%20Absolute%20Plastics%20Website\">sales@absoluteplastics.net</a>.\r\n\r\nAbsolute Plastics continues to explore all worldwide innovations that can improve the performance and sustainability of our packaging. We are particularly interested in the exciting developments in the use of natural materials in packaging materials. As we develop new materials or combinations, we will continue to present them to our customers as alternatives to current packaging. The natural materials can include one or more of the following: calcium carbonate, titanium dioxide, talc, silicon dioxide, mica, barium sulfate, starch, wood flour, tapioca, jute, sisal, corn based resins and other plant-based products. All of our microwavable products will have FDA approval for direct food contact.[/vc_column_text][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-06-26 16:30:54','2015-06-26 16:30:54','',16806,'http://thisisradical.com/absoluteplastics/?p=16816',0,'revision','',0),(16817,1,'2015-06-26 16:36:26','2015-06-26 16:36:26','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]<strong>Absolute Plastics, LLC – Company Overview & Background</strong>\r\n\r\nAbsolute Plastics is the most recent addition to 60 years of privately managed disposable container companies. Founded on cutting-edge technology, we are located in Wilson, NC, and serving the restaurant and retail (private label) markets. Utilizing a platform of new plastics materials and improved container design, Absolute Plastics is uniquely qualified to create solutions for your individual requirements. Ask us about our “Microwave Safe” materials and “Patented Lid Fit Technology” that helps eliminate take out spills.\r\n\r\nAbsolute Plastics is founded and owned by the Buff family. For over 60 years the Buffs have contributed innovation to the packaging industry through several independent companies.[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"grey\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"\"]<strong><span class=\"subtitle\">Penny Plate</span></strong>\r\n\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.\r\n\r\n \r\n\r\n<strong><span class=\"subtitle\">Absolute Plastics</span></strong>\r\n\r\nFounded in 2006, Absolute Plastics is a continuation of Penny Plate\'s philosophy to provide customers with high performance packaging that is environmentally responsible. Absolute Plastics provides custom thermoformed packaging to the Packer Processor, National Restaurant Chain, Foodservice and Retail markets. For microwave safe products, Absolute Plastics can provide customers with up to 40% natural product. Until there is commercial availability of reclaimed Polypropylene, this composite PP product offered by Absolute Plastics is among the most environmentally friendly and energy efficient microwavable plastic packaging available. For packaging inquiries, please contact the company at <a href=\"mailto:lgray@absoluteplastics.net?subject=Inquiry%20from%20Absolute%20Plastics%20Website\">sales@absoluteplastics.net</a>.\r\n\r\nAbsolute Plastics continues to explore all worldwide innovations that can improve the performance and sustainability of our packaging. We are particularly interested in the exciting developments in the use of natural materials in packaging materials. As we develop new materials or combinations, we will continue to present them to our customers as alternatives to current packaging. The natural materials can include one or more of the following: calcium carbonate, titanium dioxide, talc, silicon dioxide, mica, barium sulfate, starch, wood flour, tapioca, jute, sisal, corn based resins and other plant-based products. All of our microwavable products will have FDA approval for direct food contact.[/vc_column_text][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-06-26 16:36:26','2015-06-26 16:36:26','',16806,'http://thisisradical.com/absoluteplastics/?p=16817',0,'revision','',0),(16818,1,'2015-06-26 16:38:25','2015-06-26 16:38:25','','penny','','inherit','open','open','','penny','','','2015-06-26 16:38:25','2015-06-26 16:38:25','',16806,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/penny.jpg',0,'attachment','image/jpeg',0),(16819,1,'2015-06-26 16:38:37','2015-06-26 16:38:37','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]<strong>Absolute Plastics, LLC – Company Overview & Background</strong>\r\n\r\nAbsolute Plastics is the most recent addition to 60 years of privately managed disposable container companies. Founded on cutting-edge technology, we are located in Wilson, NC, and serving the restaurant and retail (private label) markets. Utilizing a platform of new plastics materials and improved container design, Absolute Plastics is uniquely qualified to create solutions for your individual requirements. Ask us about our “Microwave Safe” materials and “Patented Lid Fit Technology” that helps eliminate take out spills.\r\n\r\nAbsolute Plastics is founded and owned by the Buff family. For over 60 years the Buffs have contributed innovation to the packaging industry through several independent companies.[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"grey\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" image=\"16818\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"\"]<strong><span class=\"subtitle\">Penny Plate</span></strong>\r\n\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.\r\n\r\n \r\n\r\n<strong><span class=\"subtitle\">Absolute Plastics</span></strong>\r\n\r\nFounded in 2006, Absolute Plastics is a continuation of Penny Plate\'s philosophy to provide customers with high performance packaging that is environmentally responsible. Absolute Plastics provides custom thermoformed packaging to the Packer Processor, National Restaurant Chain, Foodservice and Retail markets. For microwave safe products, Absolute Plastics can provide customers with up to 40% natural product. Until there is commercial availability of reclaimed Polypropylene, this composite PP product offered by Absolute Plastics is among the most environmentally friendly and energy efficient microwavable plastic packaging available. For packaging inquiries, please contact the company at <a href=\"mailto:lgray@absoluteplastics.net?subject=Inquiry%20from%20Absolute%20Plastics%20Website\">sales@absoluteplastics.net</a>.\r\n\r\nAbsolute Plastics continues to explore all worldwide innovations that can improve the performance and sustainability of our packaging. We are particularly interested in the exciting developments in the use of natural materials in packaging materials. As we develop new materials or combinations, we will continue to present them to our customers as alternatives to current packaging. The natural materials can include one or more of the following: calcium carbonate, titanium dioxide, talc, silicon dioxide, mica, barium sulfate, starch, wood flour, tapioca, jute, sisal, corn based resins and other plant-based products. All of our microwavable products will have FDA approval for direct food contact.[/vc_column_text][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-06-26 16:38:37','2015-06-26 16:38:37','',16806,'http://thisisradical.com/absoluteplastics/?p=16819',0,'revision','',0),(16820,1,'2015-06-26 16:39:39','2015-06-26 16:39:39','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]<strong>Absolute Plastics, LLC – Company Overview & Background</strong>\r\n\r\nAbsolute Plastics is the most recent addition to 60 years of privately managed disposable container companies. Founded on cutting-edge technology, we are located in Wilson, NC, and serving the restaurant and retail (private label) markets. Utilizing a platform of new plastics materials and improved container design, Absolute Plastics is uniquely qualified to create solutions for your individual requirements. Ask us about our “Microwave Safe” materials and “Patented Lid Fit Technology” that helps eliminate take out spills.\r\n\r\nAbsolute Plastics is founded and owned by the Buff family. For over 60 years the Buffs have contributed innovation to the packaging industry through several independent companies.[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"grey\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" image=\"16818\" img_size=\"full\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"\"]<strong><span class=\"subtitle\">Penny Plate</span></strong>\r\n\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.\r\n\r\n \r\n\r\n<strong><span class=\"subtitle\">Absolute Plastics</span></strong>\r\n\r\nFounded in 2006, Absolute Plastics is a continuation of Penny Plate\'s philosophy to provide customers with high performance packaging that is environmentally responsible. Absolute Plastics provides custom thermoformed packaging to the Packer Processor, National Restaurant Chain, Foodservice and Retail markets. For microwave safe products, Absolute Plastics can provide customers with up to 40% natural product. Until there is commercial availability of reclaimed Polypropylene, this composite PP product offered by Absolute Plastics is among the most environmentally friendly and energy efficient microwavable plastic packaging available. For packaging inquiries, please contact the company at <a href=\"mailto:lgray@absoluteplastics.net?subject=Inquiry%20from%20Absolute%20Plastics%20Website\">sales@absoluteplastics.net</a>.\r\n\r\nAbsolute Plastics continues to explore all worldwide innovations that can improve the performance and sustainability of our packaging. We are particularly interested in the exciting developments in the use of natural materials in packaging materials. As we develop new materials or combinations, we will continue to present them to our customers as alternatives to current packaging. The natural materials can include one or more of the following: calcium carbonate, titanium dioxide, talc, silicon dioxide, mica, barium sulfate, starch, wood flour, tapioca, jute, sisal, corn based resins and other plant-based products. All of our microwavable products will have FDA approval for direct food contact.[/vc_column_text][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-06-26 16:39:39','2015-06-26 16:39:39','',16806,'http://thisisradical.com/absoluteplastics/?p=16820',0,'revision','',0),(16821,1,'2015-06-26 16:40:36','2015-06-26 16:40:36','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]<strong>Absolute Plastics, LLC – Company Overview & Background</strong>\r\n\r\nAbsolute Plastics is the most recent addition to 60 years of privately managed disposable container companies. Founded on cutting-edge technology, we are located in Wilson, NC, and serving the restaurant and retail (private label) markets. Utilizing a platform of new plastics materials and improved container design, Absolute Plastics is uniquely qualified to create solutions for your individual requirements. Ask us about our “Microwave Safe” materials and “Patented Lid Fit Technology” that helps eliminate take out spills.\r\n\r\nAbsolute Plastics is founded and owned by the Buff family. For over 60 years the Buffs have contributed innovation to the packaging industry through several independent companies.[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"grey\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/3\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" image=\"16818\" img_size=\"full\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css_animation=\"\"]<strong><span class=\"subtitle\">Penny Plate</span></strong>\r\n\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.\r\n\r\n \r\n\r\n<strong><span class=\"subtitle\">Absolute Plastics</span></strong>\r\n\r\nFounded in 2006, Absolute Plastics is a continuation of Penny Plate\'s philosophy to provide customers with high performance packaging that is environmentally responsible. Absolute Plastics provides custom thermoformed packaging to the Packer Processor, National Restaurant Chain, Foodservice and Retail markets. For microwave safe products, Absolute Plastics can provide customers with up to 40% natural product. Until there is commercial availability of reclaimed Polypropylene, this composite PP product offered by Absolute Plastics is among the most environmentally friendly and energy efficient microwavable plastic packaging available. For packaging inquiries, please contact the company at <a href=\"mailto:lgray@absoluteplastics.net?subject=Inquiry%20from%20Absolute%20Plastics%20Website\">sales@absoluteplastics.net</a>.\r\n\r\nAbsolute Plastics continues to explore all worldwide innovations that can improve the performance and sustainability of our packaging. We are particularly interested in the exciting developments in the use of natural materials in packaging materials. As we develop new materials or combinations, we will continue to present them to our customers as alternatives to current packaging. The natural materials can include one or more of the following: calcium carbonate, titanium dioxide, talc, silicon dioxide, mica, barium sulfate, starch, wood flour, tapioca, jute, sisal, corn based resins and other plant-based products. All of our microwavable products will have FDA approval for direct food contact.[/vc_column_text][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-06-26 16:40:36','2015-06-26 16:40:36','',16806,'http://thisisradical.com/absoluteplastics/?p=16821',0,'revision','',0),(16822,1,'2015-06-26 16:42:21','2015-06-26 16:42:21','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]<strong>Absolute Plastics, LLC – Company Overview & Background</strong>\r\n\r\nAbsolute Plastics is the most recent addition to 60 years of privately managed disposable container companies. Founded on cutting-edge technology, we are located in Wilson, NC, and serving the restaurant and retail (private label) markets. Utilizing a platform of new plastics materials and improved container design, Absolute Plastics is uniquely qualified to create solutions for your individual requirements. Ask us about our “Microwave Safe” materials and “Patented Lid Fit Technology” that helps eliminate take out spills.\r\n\r\nAbsolute Plastics is founded and owned by the Buff family. For over 60 years the Buffs have contributed innovation to the packaging industry through several independent companies.[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"grey\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/3\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" image=\"16818\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css_animation=\"\"]<strong><span class=\"subtitle\">Penny Plate</span></strong>\r\n\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/3\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css_animation=\"\"]\r\n\r\n<strong><span class=\"subtitle\">Absolute Plastics</span></strong>\r\n\r\nFounded in 2006, Absolute Plastics is a continuation of Penny Plate\'s philosophy to provide customers with high performance packaging that is environmentally responsible. Absolute Plastics provides custom thermoformed packaging to the Packer Processor, National Restaurant Chain, Foodservice and Retail markets. For microwave safe products, Absolute Plastics can provide customers with up to 40% natural product. Until there is commercial availability of reclaimed Polypropylene, this composite PP product offered by Absolute Plastics is among the most environmentally friendly and energy efficient microwavable plastic packaging available. For packaging inquiries, please contact the company at <a href=\"mailto:lgray@absoluteplastics.net?subject=Inquiry%20from%20Absolute%20Plastics%20Website\">sales@absoluteplastics.net</a>.\r\n\r\nAbsolute Plastics continues to explore all worldwide innovations that can improve the performance and sustainability of our packaging. We are particularly interested in the exciting developments in the use of natural materials in packaging materials. As we develop new materials or combinations, we will continue to present them to our customers as alternatives to current packaging. The natural materials can include one or more of the following: calcium carbonate, titanium dioxide, talc, silicon dioxide, mica, barium sulfate, starch, wood flour, tapioca, jute, sisal, corn based resins and other plant-based products. All of our microwavable products will have FDA approval for direct food contact.[/vc_column_text][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-06-26 16:42:21','2015-06-26 16:42:21','',16806,'http://thisisradical.com/absoluteplastics/?p=16822',0,'revision','',0),(16823,1,'2015-06-26 16:43:32','2015-06-26 16:43:32','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]<strong>Absolute Plastics, LLC – Company Overview & Background</strong>\r\n\r\nAbsolute Plastics is the most recent addition to 60 years of privately managed disposable container companies. Founded on cutting-edge technology, we are located in Wilson, NC, and serving the restaurant and retail (private label) markets. Utilizing a platform of new plastics materials and improved container design, Absolute Plastics is uniquely qualified to create solutions for your individual requirements. Ask us about our “Microwave Safe” materials and “Patented Lid Fit Technology” that helps eliminate take out spills.\r\n\r\nAbsolute Plastics is founded and owned by the Buff family. For over 60 years the Buffs have contributed innovation to the packaging industry through several independent companies.[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"grey\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/3\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" image=\"16818\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css_animation=\"\"]<strong><span class=\"subtitle\">Penny Plate</span></strong>\r\n\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/1\"][vc_separator type=\"normal\" position=\"center\" color=\"grey\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/3\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css_animation=\"\"]\r\n\r\n<strong><span class=\"subtitle\">Absolute Plastics</span></strong>\r\n\r\nFounded in 2006, Absolute Plastics is a continuation of Penny Plate\'s philosophy to provide customers with high performance packaging that is environmentally responsible. Absolute Plastics provides custom thermoformed packaging to the Packer Processor, National Restaurant Chain, Foodservice and Retail markets. For microwave safe products, Absolute Plastics can provide customers with up to 40% natural product. Until there is commercial availability of reclaimed Polypropylene, this composite PP product offered by Absolute Plastics is among the most environmentally friendly and energy efficient microwavable plastic packaging available. For packaging inquiries, please contact the company at <a href=\"mailto:lgray@absoluteplastics.net?subject=Inquiry%20from%20Absolute%20Plastics%20Website\">sales@absoluteplastics.net</a>.\r\n\r\nAbsolute Plastics continues to explore all worldwide innovations that can improve the performance and sustainability of our packaging. We are particularly interested in the exciting developments in the use of natural materials in packaging materials. As we develop new materials or combinations, we will continue to present them to our customers as alternatives to current packaging. The natural materials can include one or more of the following: calcium carbonate, titanium dioxide, talc, silicon dioxide, mica, barium sulfate, starch, wood flour, tapioca, jute, sisal, corn based resins and other plant-based products. All of our microwavable products will have FDA approval for direct food contact.[/vc_column_text][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-06-26 16:43:32','2015-06-26 16:43:32','',16806,'http://thisisradical.com/absoluteplastics/?p=16823',0,'revision','',0),(16824,1,'2015-06-26 16:45:05','2015-06-26 16:45:05','','AbsolutePlasticsLogo','','inherit','open','open','','absoluteplasticslogo-4','','','2015-06-26 16:45:05','2015-06-26 16:45:05','',16806,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/AbsolutePlasticsLogo4.png',0,'attachment','image/png',0),(16825,1,'2015-06-26 16:45:29','2015-06-26 16:45:29','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]<strong>Absolute Plastics, LLC – Company Overview & Background</strong>\r\n\r\nAbsolute Plastics is the most recent addition to 60 years of privately managed disposable container companies. Founded on cutting-edge technology, we are located in Wilson, NC, and serving the restaurant and retail (private label) markets. Utilizing a platform of new plastics materials and improved container design, Absolute Plastics is uniquely qualified to create solutions for your individual requirements. Ask us about our “Microwave Safe” materials and “Patented Lid Fit Technology” that helps eliminate take out spills.\r\n\r\nAbsolute Plastics is founded and owned by the Buff family. For over 60 years the Buffs have contributed innovation to the packaging industry through several independent companies.[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"grey\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/3\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" image=\"16818\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css_animation=\"\"]<strong><span class=\"subtitle\">Penny Plate</span></strong>\r\n\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/1\"][vc_separator type=\"normal\" position=\"center\" color=\"grey\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/3\"][vc_single_image image=\"16824\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css_animation=\"\"]\r\n\r\n<strong><span class=\"subtitle\">Absolute Plastics</span></strong>\r\n\r\nFounded in 2006, Absolute Plastics is a continuation of Penny Plate\'s philosophy to provide customers with high performance packaging that is environmentally responsible. Absolute Plastics provides custom thermoformed packaging to the Packer Processor, National Restaurant Chain, Foodservice and Retail markets. For microwave safe products, Absolute Plastics can provide customers with up to 40% natural product. Until there is commercial availability of reclaimed Polypropylene, this composite PP product offered by Absolute Plastics is among the most environmentally friendly and energy efficient microwavable plastic packaging available. For packaging inquiries, please contact the company at <a href=\"mailto:lgray@absoluteplastics.net?subject=Inquiry%20from%20Absolute%20Plastics%20Website\">sales@absoluteplastics.net</a>.\r\n\r\nAbsolute Plastics continues to explore all worldwide innovations that can improve the performance and sustainability of our packaging. We are particularly interested in the exciting developments in the use of natural materials in packaging materials. As we develop new materials or combinations, we will continue to present them to our customers as alternatives to current packaging. The natural materials can include one or more of the following: calcium carbonate, titanium dioxide, talc, silicon dioxide, mica, barium sulfate, starch, wood flour, tapioca, jute, sisal, corn based resins and other plant-based products. All of our microwavable products will have FDA approval for direct food contact.[/vc_column_text][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-06-26 16:45:29','2015-06-26 16:45:29','',16806,'http://thisisradical.com/absoluteplastics/?p=16825',0,'revision','',0),(16826,1,'2015-06-26 18:41:04','2015-06-26 18:41:04','','IMG_8468','','inherit','open','open','','img_8468','','','2015-06-26 18:41:04','2015-06-26 18:41:04','',16806,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/IMG_8468.jpg',0,'attachment','image/jpeg',0),(16827,1,'2015-06-26 18:42:15','2015-06-26 18:42:15','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][image_slider_no_space height=\"200\" images=\"16826\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]<strong>Absolute Plastics, LLC – Company Overview & Background</strong>\r\n\r\nAbsolute Plastics is the most recent addition to 60 years of privately managed disposable container companies. Founded on cutting-edge technology, we are located in Wilson, NC, and serving the restaurant and retail (private label) markets. Utilizing a platform of new plastics materials and improved container design, Absolute Plastics is uniquely qualified to create solutions for your individual requirements. Ask us about our “Microwave Safe” materials and “Patented Lid Fit Technology” that helps eliminate take out spills.\r\n\r\nAbsolute Plastics is founded and owned by the Buff family. For over 60 years the Buffs have contributed innovation to the packaging industry through several independent companies.[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"grey\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/3\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" image=\"16818\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css_animation=\"\"]<strong><span class=\"subtitle\">Penny Plate</span></strong>\r\n\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/1\"][vc_separator type=\"normal\" position=\"center\" color=\"grey\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/3\"][vc_single_image image=\"16824\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css_animation=\"\"]\r\n\r\n<strong><span class=\"subtitle\">Absolute Plastics</span></strong>\r\n\r\nFounded in 2006, Absolute Plastics is a continuation of Penny Plate\'s philosophy to provide customers with high performance packaging that is environmentally responsible. Absolute Plastics provides custom thermoformed packaging to the Packer Processor, National Restaurant Chain, Foodservice and Retail markets. For microwave safe products, Absolute Plastics can provide customers with up to 40% natural product. Until there is commercial availability of reclaimed Polypropylene, this composite PP product offered by Absolute Plastics is among the most environmentally friendly and energy efficient microwavable plastic packaging available. For packaging inquiries, please contact the company at <a href=\"mailto:lgray@absoluteplastics.net?subject=Inquiry%20from%20Absolute%20Plastics%20Website\">sales@absoluteplastics.net</a>.\r\n\r\nAbsolute Plastics continues to explore all worldwide innovations that can improve the performance and sustainability of our packaging. We are particularly interested in the exciting developments in the use of natural materials in packaging materials. As we develop new materials or combinations, we will continue to present them to our customers as alternatives to current packaging. The natural materials can include one or more of the following: calcium carbonate, titanium dioxide, talc, silicon dioxide, mica, barium sulfate, starch, wood flour, tapioca, jute, sisal, corn based resins and other plant-based products. All of our microwavable products will have FDA approval for direct food contact.[/vc_column_text][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-06-26 18:42:15','2015-06-26 18:42:15','',16806,'http://thisisradical.com/absoluteplastics/?p=16827',0,'revision','',0),(16829,1,'2015-06-30 15:13:03','2015-06-30 15:13:03','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"masonry_with_space\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"4\" number=\"-1\" show_categories=\"no\" overlay_background_color=\"#1e73be\" order_by=\"menu_order\" filter_color=\"#1e73be\" show_title=\"yes\" filter=\"yes\" view_button=\"yes\" title_tag=\"h2\" portfolio_separator=\"yes\"][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-06-30 15:13:03','2015-06-30 15:13:03','',16770,'http://thisisradical.com/absoluteplastics/?p=16829',0,'revision','',0),(16830,1,'2015-06-30 15:14:45','2015-06-30 15:14:45','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"masonry_with_space\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"4\" number=\"-1\" show_categories=\"no\" overlay_background_color=\"#1e73be\" order_by=\"menu_order\" filter_color=\"#1e73be\" show_title=\"yes\" filter=\"yes\" view_button=\"yes\" portfolio_separator=\"yes\"][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-06-30 15:14:45','2015-06-30 15:14:45','',16770,'http://thisisradical.com/absoluteplastics/?p=16830',0,'revision','',0),(16836,1,'2015-08-04 18:03:49','2015-08-04 18:03:49','[vc_row][vc_column width=\'1/2\']\n<h4><strong>Item #: AR4LC</strong></h4>\nSide Dish Lid\n\n<strong>Fits Item:</strong> <a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=5-oz-round-base\">AR47B</a>\n\n<strong>Diameter:</strong> 4.5\"\n\n<strong>Color:</strong> Clear\n\n<strong>Material: </strong>Clarified Polypropylene\n\n<strong>Case Count:</strong> 1500\n\n<strong>Cases/Pallet:</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n<img class=\"aligncenter size-large wp-image-17248\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/SideDishLid-1024x768.png\" alt=\"SideDishLid\" width=\"1024\" height=\"768\" />\n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','Side Dish Lid','','inherit','open','open','','16785-autosave-v1','','','2015-08-04 18:03:49','2015-08-04 18:03:49','',16785,'http://thisisradical.com/absoluteplastics/?p=16836',0,'revision','',0),(16845,1,'2015-08-02 20:40:44','2015-08-02 20:40:44','[vc_row][vc_column width=\'1/2\']\n\n<strong>Item#: AO923WC3C</strong>\n\nClamshell\n\n<strong>Dimensions:</strong> 9\" x 8.25\" x 3\"\n\n3 Compartments\n\n<strong>Color:</strong> White\n\n<strong>Material:</strong> Polypropylene composite\n\n<strong>Case Count:</strong> 200\n\n<strong>Cases/Pallet:</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n \n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','9 x 8.25 x 3\" Clamshell (3Comp)','','inherit','open','open','','16796-autosave-v1','','','2015-08-02 20:40:44','2015-08-02 20:40:44','',16796,'http://thisisradical.com/absoluteplastics/?p=16845',0,'revision','',0),(16846,1,'2015-06-30 16:00:42','2015-06-30 16:00:42','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"masonry_with_space\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"4\" number=\"-1\" show_categories=\"no\" overlay_background_color=\"#1e73be\" order_by=\"menu_order\" filter_color=\"#1e73be\" show_title=\"yes\" filter=\"yes\" view_button=\"yes\" portfolio_separator=\"no\"][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-06-30 16:00:42','2015-06-30 16:00:42','',16770,'http://thisisradical.com/absoluteplastics/?p=16846',0,'revision','',0),(16848,1,'2015-08-04 18:14:00','2015-08-04 18:14:00','[vc_row][vc_column width=\'1/2\']\n<h4><strong>Item#: AR10LC3C</strong></h4>\n<span style=\"line-height: 1.5;\">Dome Lid</span>\n\n<strong>Fits Item:</strong> <a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=10-plate-3comp\">AR10B3C-WD3</a>, <a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=10plate-3-comp\">AR10W3C-WD3</a>, <a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=17053\">AR10M3C-WD3</a>\n\n<strong>Diameter:</strong> 10\"\n\n<strong>Height:</strong> 2.1\"\n\n3 Compartments\n\n<strong>Color:</strong> Clear\n\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\n\n<strong>Case Count:</strong> 280\n\n<strong>Cases/Pallet:</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n<a href=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR10LC3C_10in3CompDomeLid.jpg\"><img class=\"aligncenter size-large wp-image-17025\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR10LC3C_10in3CompDomeLid-1024x768.jpg\" alt=\"AR10LC3C_10in3CompDomeLid\" width=\"1024\" height=\"768\" /></a>\n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','10\" Dome Lid','','inherit','open','open','','16798-autosave-v1','','','2015-08-04 18:14:00','2015-08-04 18:14:00','',16798,'http://thisisradical.com/absoluteplastics/?p=16848',0,'revision','',0),(16849,1,'2015-06-30 16:10:17','2015-06-30 16:10:17','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item #: AR9CVR</strong></h4>\r\n<span style=\"line-height: 1.5;\">Pie Crust Protector</span>\r\n\r\n<strong>Fits Item: </strong><a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=9-plate-white-1comp\">AR9W1C</a>, <a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=9-plate-white-1comp\">AR9B3C</a>, <a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=9-plate-3comp\">AR9M3C</a>\r\n\r\n<strong>Diameter:</strong> 9\"\r\n\r\n<strong>Height:</strong> 1.1\"\r\n\r\n<strong>Color:</strong> Clear\r\n\r\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\r\n\r\n<strong>Case Count:</strong> 4,200\r\n\r\n<strong>Cases/Pallet:</strong> 2\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter size-large wp-image-17031\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR9CVR_9inPieCrustProtector-1024x768.jpg\" alt=\"AR9CVR_9inPieCrustProtector\" width=\"1024\" height=\"768\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','9\" Pie Crust Protector','','publish','closed','closed','','9-pie-crust-protector','','','2015-08-04 18:11:08','2015-08-04 18:11:08','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16849',0,'portfolio_page','',0),(16850,1,'2015-06-30 16:11:24','2015-06-30 16:11:24','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: AR10CVR</strong></h4>\r\n<span style=\"line-height: 1.5;\">Pie Crust Protector</span>\r\n\r\n<strong>Fits Item:</strong> <a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=10-plate-1comp-white\">AR10W1C</a>, <a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=10plate-3-comp\">AR10W3C-WD3</a>, <a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=10-plate-3comp\">AR10B3C-WD3</a>, & <a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=10-plate-3comp\">AR10M3C-WD3</a>\r\n\r\n<strong>Diameter:</strong> 10\"\r\n\r\n<strong>Height:</strong> 1.22\"\r\n\r\n<strong>Color:</strong> Clear\r\n\r\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\r\n\r\n<strong>Case Count:</strong> 7,800\r\n\r\n<strong>Cases/Pallet:</strong> 2\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<a href=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR10CVR_10inPieCrustProtector.jpg\"><img class=\"aligncenter size-large wp-image-17026\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR10CVR_10inPieCrustProtector-1024x768.jpg\" alt=\"AR10CVR_10inPieCrustProtector\" width=\"1024\" height=\"768\" /></a>\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','10\" Pie Crust Protector','','publish','closed','closed','','10-pie-crust-protector','','','2015-08-04 18:12:43','2015-08-04 18:12:43','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16850',0,'portfolio_page','',0),(16851,1,'2015-08-02 22:55:31','2015-08-02 22:55:31','[vc_row][vc_column width=\'1/2\']\n<h4><strong>Item #: AR9CVR</strong></h4>\n<span style=\"line-height: 1.5;\">Pie Crust Protector</span>\n\n<strong>Fits Item: </strong>AR9W1C, AR9B3C, AR9M3C\n\n<strong>Diameter:</strong> 9\"\n\n<strong>Color:</strong> Clear\n\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\n\n<strong>Case Count:</strong> 13,000\n\n<strong>Cases/Pallet:</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n \n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','9\" Pie Crust Protector','','inherit','open','open','','16849-autosave-v1','','','2015-08-02 22:55:31','2015-08-02 22:55:31','',16849,'http://thisisradical.com/absoluteplastics/?p=16851',0,'revision','',0),(16852,1,'2015-06-30 16:16:18','2015-06-30 16:16:18','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: AO1224C1CR</strong></h4>\r\nDeli Clamshell\r\n\r\n<strong>Dimensions:</strong> 12.7\" x 7.25\" x 1.8\"\r\n\r\n<strong>Capacity:</strong> 24 oz\r\n\r\n1 Compartment\r\n\r\n<strong>Color:</strong> Clear\r\n\r\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\r\n\r\n<strong>Case Count:</strong> 200\r\n\r\n<strong>Cases/Pallet:</strong> 18\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter size-large wp-image-17036\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AO1224C1CR_24ozClamshell-1024x768.jpg\" alt=\"AO1224C1CR_24ozClamshell\" width=\"1024\" height=\"768\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','24 oz Clamshell','','publish','closed','closed','','24-oz-clamshell','','','2015-08-04 17:49:44','2015-08-04 17:49:44','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16852',0,'portfolio_page','',0),(16853,1,'2015-06-30 16:16:12','2015-06-30 16:16:12','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: AO1222C1CR</strong></h4>\r\nDeli Clamshell\r\n\r\n<strong>Dimensions:</strong> 12.7\"x 7.25\"x 1.8\"\r\n\r\n<strong>Capacity:</strong> 22 oz\r\n\r\n1 Compartment\r\n\r\n<strong>Color: </strong>Clear\r\n\r\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\r\n\r\n<strong>Case Count:</strong> 200\r\n\r\n<strong>Cases/Pallet:</strong> 18\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter size-large wp-image-17037\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AO1222C1CR_22ozClamshell-1024x768.jpg\" alt=\"AO1222C1CR_22ozClamshell\" width=\"1024\" height=\"768\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','22 oz Clamshell','','publish','closed','closed','','9-clamshell-rpet','','','2015-08-04 17:50:23','2015-08-04 17:50:23','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16853',0,'portfolio_page','',0),(16854,1,'2015-06-30 16:19:40','2015-06-30 16:19:40','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"masonry_with_space\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"4\" number=\"-1\" show_categories=\"no\" overlay_background_color=\"#1e73be\" order_by=\"menu_order\" filter_color=\"#1e73be\" show_title=\"yes\" filter=\"yes\" view_button=\"yes\" portfolio_separator=\"no\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" thickness=\"30\" color=\"#353535\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-06-30 16:19:40','2015-06-30 16:19:40','',16770,'http://thisisradical.com/absoluteplastics/?p=16854',0,'revision','',0),(16855,1,'2015-06-30 16:20:07','2015-06-30 16:20:07','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"masonry_with_space\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"4\" number=\"-1\" show_categories=\"no\" overlay_background_color=\"#1e73be\" order_by=\"menu_order\" filter_color=\"#1e73be\" show_title=\"yes\" filter=\"yes\" view_button=\"yes\" portfolio_separator=\"no\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" thickness=\"30\" color=\"#353535\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-06-30 16:20:07','2015-06-30 16:20:07','',16770,'http://thisisradical.com/absoluteplastics/?p=16855',0,'revision','',0),(16856,1,'2015-06-30 16:22:00','2015-06-30 16:22:00','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"masonry_with_space\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"4\" number=\"-1\" show_categories=\"yes\" overlay_background_color=\"#1e73be\" order_by=\"menu_order\" filter_color=\"#1e73be\" show_title=\"yes\" filter=\"yes\" view_button=\"yes\" portfolio_separator=\"no\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" thickness=\"30\" color=\"#353535\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-06-30 16:22:00','2015-06-30 16:22:00','',16770,'http://thisisradical.com/absoluteplastics/?p=16856',0,'revision','',0),(16858,1,'2015-06-30 16:25:30','2015-06-30 16:25:30','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"hover_text\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"4\" number=\"-1\" show_categories=\"yes\" overlay_background_color=\"#1e73be\" order_by=\"menu_order\" filter_color=\"#1e73be\" show_title=\"yes\" filter=\"yes\" view_button=\"yes\" portfolio_separator=\"no\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" thickness=\"30\" color=\"#353535\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-06-30 16:25:30','2015-06-30 16:25:30','',16770,'http://thisisradical.com/absoluteplastics/?p=16858',0,'revision','',0),(16859,1,'2015-06-30 16:26:11','2015-06-30 16:26:11','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"standard\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"4\" number=\"-1\" show_categories=\"yes\" overlay_background_color=\"#1e73be\" order_by=\"menu_order\" filter_color=\"#1e73be\" show_title=\"yes\" filter=\"yes\" view_button=\"yes\" portfolio_separator=\"no\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" thickness=\"30\" color=\"#353535\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-06-30 16:26:11','2015-06-30 16:26:11','',16770,'http://thisisradical.com/absoluteplastics/?p=16859',0,'revision','',0),(16860,1,'2015-06-30 16:26:49','2015-06-30 16:26:49','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"standard_no_space\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"4\" number=\"-1\" show_categories=\"yes\" overlay_background_color=\"#1e73be\" order_by=\"menu_order\" filter_color=\"#1e73be\" show_title=\"yes\" filter=\"yes\" view_button=\"yes\" portfolio_separator=\"no\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" thickness=\"30\" color=\"#353535\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-06-30 16:26:49','2015-06-30 16:26:49','',16770,'http://thisisradical.com/absoluteplastics/?p=16860',0,'revision','',0),(16861,1,'2015-06-30 16:28:45','2015-06-30 16:28:45','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"hover_text\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"5\" number=\"-1\" show_categories=\"yes\" overlay_background_color=\"#1e73be\" order_by=\"menu_order\" filter_color=\"#1e73be\" show_title=\"yes\" filter=\"yes\" view_button=\"yes\" portfolio_separator=\"no\" image_size=\"square\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" thickness=\"30\" color=\"#353535\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-06-30 16:28:45','2015-06-30 16:28:45','',16770,'http://thisisradical.com/absoluteplastics/?p=16861',0,'revision','',0),(16862,1,'2015-06-30 16:29:33','2015-06-30 16:29:33','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"standard\" hover_type_standard=\"thin_plus_only\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"5\" number=\"-1\" show_categories=\"yes\" overlay_background_color=\"#1e73be\" order_by=\"menu_order\" filter_color=\"#1e73be\" show_title=\"yes\" filter=\"yes\" view_button=\"yes\" portfolio_separator=\"no\" image_size=\"square\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" thickness=\"30\" color=\"#353535\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-06-30 16:29:33','2015-06-30 16:29:33','',16770,'http://thisisradical.com/absoluteplastics/?p=16862',0,'revision','',0),(16863,1,'2015-06-30 16:31:17','2015-06-30 16:31:17','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"standard\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"5\" number=\"-1\" show_categories=\"yes\" overlay_background_color=\"#1e73be\" order_by=\"menu_order\" filter_color=\"#1e73be\" show_title=\"yes\" filter=\"yes\" view_button=\"no\" portfolio_separator=\"no\" image_size=\"square\" lightbox=\"yes\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" thickness=\"30\" color=\"#353535\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-06-30 16:31:17','2015-06-30 16:31:17','',16770,'http://thisisradical.com/absoluteplastics/?p=16863',0,'revision','',0),(16864,1,'2015-06-30 16:37:03','2015-06-30 16:37:03','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"standard\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"5\" number=\"-1\" show_categories=\"no\" overlay_background_color=\"#1e73be\" order_by=\"menu_order\" filter_color=\"#1e73be\" show_title=\"yes\" filter=\"yes\" view_button=\"no\" portfolio_separator=\"no\" image_size=\"square\" lightbox=\"yes\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" thickness=\"30\" color=\"#353535\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-06-30 16:37:03','2015-06-30 16:37:03','',16770,'http://thisisradical.com/absoluteplastics/?p=16864',0,'revision','',0),(16865,1,'2015-08-02 20:53:47','2015-08-02 20:53:47','[vc_row][vc_column width=\'1/2\'][/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]\n\nItem#: <strong>AO1224C1CR</strong>\n\nClamshell\n\nCapacity: 24 oz\n\n1 Compartment\n\nColor: Clear\n\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\n\n<strong>Case Count:</strong> 200\n\n<strong>Cases/Pallet:</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n \n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','24 oz Clamshell','','inherit','open','open','','16852-autosave-v1','','','2015-08-02 20:53:47','2015-08-02 20:53:47','',16852,'http://thisisradical.com/absoluteplastics/?p=16865',0,'revision','',0),(16866,1,'2015-08-02 20:57:08','2015-08-02 20:57:08','[vc_row][vc_column width=\'1/2\']\n\nItem#: <strong>AO1222C1CR</strong>\n\nClamshell\n\n<strong>Dimensions:</strong> 12.7\" x 7.25\"x\n\n<strong>Capacity:</strong> 22 oz\n\n1 Compartment\n\n<strong>Color: </strong>Clear\n\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\n\n<strong>Case Count:</strong> 200\n\n<strong>Cases/Pallet:</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n \n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','22 oz Clamshell','','inherit','open','open','','16853-autosave-v1','','','2015-08-02 20:57:08','2015-08-02 20:57:08','',16853,'http://thisisradical.com/absoluteplastics/?p=16866',0,'revision','',0),(16867,1,'2015-08-03 01:37:24','2015-08-03 01:37:24','[vc_row][vc_column width=\'1/2\']\n<h4><strong>Item#: AR10CVR</strong></h4>\n<span style=\"line-height: 1.5;\">Pie Crust Protector</span>\n\n<strong>Fits Item:</strong> <a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=10-plate-1comp-white\">AR10W1C</a>, <a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=10plate-3-comp\">AR10W3C-WD3</a>, AR10B3C-WD3, & AR10M3C-WD3\n\n<strong>Diameter:</strong> 10\"\n\n<strong>Color:</strong> Clear\n\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\n\n<strong>Case Count:</strong> 7,800\n\n<strong>Cases/Pallet:</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n<a href=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR10CVR_10inPieCrustProtector.jpg\"><img class=\"aligncenter size-large wp-image-17026\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR10CVR_10inPieCrustProtector-1024x768.jpg\" alt=\"AR10CVR_10inPieCrustProtector\" width=\"1024\" height=\"768\" /></a>\n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','10\" Pie Crust Protector','','inherit','open','open','','16850-autosave-v1','','','2015-08-03 01:37:24','2015-08-03 01:37:24','',16850,'http://thisisradical.com/absoluteplastics/?p=16867',0,'revision','',0),(16868,1,'2015-07-01 14:22:17','2015-07-01 14:22:17','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: AS624CBR</strong></h4>\r\nBase\r\n\r\n<strong>Dimensions:</strong> 6\" x 6\"x 2\"\r\n\r\n<strong>Capacity:</strong> 24 fl oz\r\n\r\n<strong>Color: </strong>Clear\r\n\r\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\r\n\r\n<strong>Case Count:</strong> 200\r\n\r\n<strong>Cases/Pallet:</strong> 27\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<a href=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AS624CBR_6x6Base.jpg\"><img class=\"aligncenter size-large wp-image-17011\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AS624CBR_6x6Base-1024x768.jpg\" alt=\"AS624CBR_6x6Base\" width=\"1024\" height=\"768\" /></a>\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','6\" x 6\" Base','','publish','closed','closed','','6-x-6-base','','','2015-08-04 17:58:43','2015-08-04 17:58:43','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16868',0,'portfolio_page','',0),(16869,1,'2015-07-01 14:25:01','2015-07-01 14:25:01','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: AS6CLR</strong></h4>\r\nLid\r\n\r\n<strong>Fits Item:</strong> <a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=6-x-6-base\">AS624CBR</a>\r\n\r\n<strong>Dimensions:</strong> 6\" x 6\"\r\n\r\n<strong>Color:</strong> Clear\r\n\r\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\r\n\r\n<strong>Case Count:</strong> 240\r\n\r\n<strong>Cases/Pallet:</strong> 27\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<a href=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AS6CLR_6x6Lid.jpg\"><img class=\"aligncenter size-large wp-image-17016\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AS6CLR_6x6Lid-1024x768.jpg\" alt=\"AS6CLR_6x6Lid\" width=\"1024\" height=\"768\" /></a>\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','6\" x 6\" Lid','','publish','closed','closed','','16869','','','2015-08-04 18:15:10','2015-08-04 18:15:10','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16869',0,'portfolio_page','',0),(16870,1,'2015-07-01 14:29:07','2015-07-01 14:29:07','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#:</strong> <strong>AR11BSR</strong></h4>\r\nCake Base\r\n\r\n<strong>Dimensions:</strong> 11.5\"\r\n\r\n1 Compartment\r\n\r\n<strong>Color: </strong>Black\r\n\r\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\r\n\r\n<strong>Case Count:</strong> 200\r\n\r\n<strong>Cases/Pallet: </strong>12\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter size-large wp-image-17022\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR11BSR_11inCakeBase-1024x768.jpg\" alt=\"AR11BSR_11inCakeBase\" width=\"1024\" height=\"768\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter wp-image-17006 size-large\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Combo_AR11BSR_AR11CLR-1024x768.jpg\" alt=\"Combo_AR11BSR_AR11CLR\" width=\"1024\" height=\"768\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','11\" Cake Base','','publish','closed','closed','','11-cake-base','','','2015-08-04 17:35:10','2015-08-04 17:35:10','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16870',0,'portfolio_page','',0),(16871,1,'2015-07-01 14:32:26','2015-07-01 14:32:26','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: AR11CLR</strong></h4>\r\nDome Lid\r\n\r\n<strong>Fits Item:</strong> <a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=11-cake-base\">AR11BSR</a>\r\n\r\n<strong>Diameter:</strong> 11.5\"\r\n\r\n<strong>Height: </strong>2.79\"\r\n\r\n1 Compartment\r\n\r\n<strong>Color:</strong> Clear\r\n\r\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\r\n\r\n<strong>Case Count:</strong> 160\r\n\r\n<strong>Cases/Pallet:</strong> 12\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<a href=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR11CLR_11inCakeDome.jpg\"><img class=\"aligncenter size-large wp-image-17021\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR11CLR_11inCakeDome-1024x768.jpg\" alt=\"AR11CLR_11inCakeDome\" width=\"1024\" height=\"768\" /></a>\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','11\" Cake Dome','','publish','closed','closed','','11-cake-dome','','','2015-08-04 18:15:53','2015-08-04 18:15:53','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16871',0,'portfolio_page','',0),(16874,1,'2015-07-01 14:43:12','2015-07-01 14:43:12','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#:</strong> <strong>AR9W1C</strong></h4>\r\nPlate\r\n\r\n<strong>Size:</strong> 9\"\r\n\r\n1 Compartment\r\n\r\n<strong>Color:</strong> White\r\n\r\n<strong>Material:</strong> Polypropylene composite\r\n\r\n<strong>Case Count: </strong>500\r\n\r\n<strong>Cases/Pallet:</strong> 40\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\" size-large wp-image-17028 alignnone\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR9W1C_9inPlateWhite-1024x768.jpg\" alt=\"AR9W1C_9inPlateWhite\" width=\"1024\" height=\"768\" />[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','9\" Plate (1Comp)','','publish','closed','closed','','9-plate-white-1comp','','','2015-08-04 17:28:29','2015-08-04 17:28:29','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16874',0,'portfolio_page','',0),(16875,1,'2015-07-01 14:48:28','2015-07-01 14:48:28','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: AR47B</strong></h4>\r\nRound Base\r\n\r\n<strong>Diameter:</strong> 4.38\"\r\n\r\n<strong>Height:</strong> 1.4\"\r\n\r\n<strong>Capacity:</strong> 5 oz\r\n\r\n<strong>Color:</strong> Black\r\n\r\n<strong>Material:</strong> Polypropylene composite\r\n\r\n<strong>Case Count:</strong> 1250\r\n\r\n<strong>Cases/Pallet:</strong> 10\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter size-large wp-image-17020\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR47B_5ozRoundBase-1024x768.jpg\" alt=\"AR47B_5ozRoundBase\" width=\"1024\" height=\"768\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','5 oz Round Base','','publish','closed','closed','','5-oz-round-base','','','2015-08-04 17:54:33','2015-08-04 17:54:33','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16875',0,'portfolio_page','',0),(16876,1,'2015-07-01 14:48:30','2015-07-01 14:48:30','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: AR414B</strong></h4>\r\nRound Base\r\n\r\n<strong>Diameter:</strong> 4.38\"\r\n\r\n<strong>Height:</strong> 2.6\"\r\n\r\n<strong>Capacity:</strong> 14 oz\r\n\r\n<strong>Color:</strong> Black\r\n\r\n<strong>Material:</strong> Polypropylene composite\r\n\r\n<strong>Case Count:</strong> 1000\r\n\r\n<strong>Cases/Pallet:</strong> 10\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter size-large wp-image-17019\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR414B_14ozRoundBase-1024x768.jpg\" alt=\"AR414B_14ozRoundBase\" width=\"1024\" height=\"768\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<a href=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Combo_AR414B_AR4LC.jpg\"><img class=\"aligncenter size-large wp-image-17005\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Combo_AR414B_AR4LC-1024x768.jpg\" alt=\"Combo_AR414B_AR4LC\" width=\"1024\" height=\"768\" /></a>\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','14 oz Round Base','','publish','closed','closed','','14-oz-round-base','','','2015-08-04 17:55:19','2015-08-04 17:55:19','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16876',0,'portfolio_page','',0),(16877,1,'2015-07-01 14:54:51','2015-07-01 14:54:51','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#:</strong> <strong>AR10W1C</strong></h4>\r\nPlate\r\n\r\n<strong>Size:</strong> 10.25\"\r\n\r\n1 Compartment\r\n\r\n<strong>Color:</strong> White\r\n\r\n<strong>Material:</strong> Polypropylene composite\r\n\r\n<strong>Case Count:</strong> 500\r\n\r\n<strong>Cases/Pallet:</strong> 28\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter size-large wp-image-17023\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR10W1C_10inPlateWhite-1024x768.jpg\" alt=\"AR10W1C_10inPlateWhite\" width=\"1024\" height=\"768\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','10\" Plate (1Comp)','','publish','closed','closed','','10-plate-1comp-white','','','2015-08-06 19:59:37','2015-08-06 19:59:37','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16877',0,'portfolio_page','',0),(16879,1,'2015-07-01 14:57:48','2015-07-01 14:57:48','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: AR10B3C-WD3</strong></h4>\r\nPlate\r\n\r\n<strong>Size:</strong> 10.25\"\r\n\r\n3 Compartments\r\n\r\n<strong>Color: </strong>Black\r\n\r\n<strong>Material:</strong> Polypropylene composite\r\n\r\n<strong>Case Count: </strong>500\r\n\r\n<strong>Cases/Pallet:</strong> 28\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<a href=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR10B3C-WD3_10in10inPlate3CompBlack.jpg\"><img class=\"aligncenter size-large wp-image-17027\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR10B3C-WD3_10in10inPlate3CompBlack-1024x768.jpg\" alt=\"AR10B3C-WD3_10in10inPlate3CompBlack\" width=\"1024\" height=\"768\" /></a>\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter wp-image-17010 size-large\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Combo_AR10B3C-WD3_AR10CVR-1024x768.jpg\" alt=\"Combo_AR10B3C-WD3_AR10CVR\" width=\"1024\" height=\"768\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter size-large wp-image-17008\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Combo_AR10B3C-WD3_AR10LC3C-1024x768.jpg\" alt=\"Combo_AR10B3C-WD3_AR10LC3C\" width=\"1024\" height=\"768\" />[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','10\" Plate (3Comp)','','publish','closed','closed','','10-plate-3comp','','','2015-08-04 17:33:41','2015-08-04 17:33:41','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16879',0,'portfolio_page','',0),(16882,1,'2015-07-01 15:04:48','2015-07-01 15:04:48','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: AR832B</strong></h4>\r\nRound Base\r\n\r\n<strong>Diameter:</strong> 8\"\r\n\r\n<strong>Height:</strong> 2\"\r\n\r\n<strong>Capacity:</strong> 32 fl oz\r\n\r\n<strong>Color:</strong> Black\r\n\r\n<strong>Material:</strong> Polypropylene composite\r\n\r\n<strong>Case Count:</strong> 340\r\n\r\n<strong>Cases/Pallet:</strong> 20*\r\n\r\n* Truckloads contain 30 pallets\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<a href=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR832B_32oz8inRoundBase.jpg\"><img class=\"aligncenter size-large wp-image-17018\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR832B_32oz8inRoundBase-1024x768.jpg\" alt=\"AR832B_32oz8inRoundBase\" width=\"1024\" height=\"768\" /></a>\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<a href=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Combo_AR832B_AR8LC.jpg\"><img class=\"aligncenter size-large wp-image-17003\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Combo_AR832B_AR8LC-1024x768.jpg\" alt=\"Combo_AR832B_AR8LC\" width=\"1024\" height=\"768\" /></a>\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','32 oz 8\" Round Base','','publish','closed','closed','','16882','','','2015-08-04 17:56:46','2015-08-04 17:56:46','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16882',0,'portfolio_page','',0),(16883,1,'2015-07-01 15:06:23','2015-07-01 15:06:23','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#:</strong> <strong>AR948B</strong></h4>\r\nRound Base\r\n\r\n<strong>Diameter:</strong> 9\"\r\n\r\n<strong>Height:</strong> 2\"\r\n\r\n<strong>Capacity:</strong> 48 oz\r\n\r\n<strong>Color: </strong>Black\r\n\r\n<strong>Material:</strong> Polypropylene composite\r\n\r\n<strong>Case Count:</strong> 340\r\n\r\n<strong>Cases/Pallet:</strong> 8\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<a href=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR948B_48oz9inRoundBase.jpg\"><img class=\"aligncenter size-large wp-image-17017\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR948B_48oz9inRoundBase-1024x768.jpg\" alt=\"AR948B_48oz9inRoundBase\" width=\"1024\" height=\"768\" /></a>\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<a href=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Combo_AR948B_AR9LC.jpg\"><img class=\"aligncenter size-large wp-image-17001\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Combo_AR948B_AR9LC-1024x768.jpg\" alt=\"Combo_AR948B_AR9LC\" width=\"1024\" height=\"768\" /></a>\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','48 oz 9\" Round Base','','publish','closed','closed','','48-oz-9-round-base','','','2015-08-04 17:57:42','2015-08-04 17:57:42','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16883',0,'portfolio_page','',0),(16884,1,'2015-07-01 15:08:13','2015-07-01 15:08:13','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: AR8LC</strong></h4>\r\nLid\r\n\r\n<strong>Fits Item:</strong> <a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=16882\">AR832B</a>\r\n\r\n<strong>Diameter:</strong> 8\"\r\n\r\n<strong>Color:</strong> Clear\r\n\r\n<strong>Material:</strong> Clarified Polypropylene\r\n\r\n<strong>Case Count:</strong> 340\r\n\r\n<b>Cases/Pallet:</b> 20*\r\n\r\n*Truckloads contain 30 pallets\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<a href=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR8LC_8inDomeLid.jpg\"><img class=\"aligncenter size-large wp-image-17032\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR8LC_8inDomeLid-1024x768.jpg\" alt=\"AR8LC_8inDomeLid\" width=\"1024\" height=\"768\" /></a>\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','8\" Dome Lid','','publish','closed','closed','','8-dome-lid','','','2015-08-04 18:09:25','2015-08-04 18:09:25','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16884',0,'portfolio_page','',0),(16885,1,'2015-07-01 15:09:36','2015-07-01 15:09:36','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: AR9LC</strong></h4>\r\nLid\r\n\r\n<strong>Fits Item:</strong> <a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=48-oz-9-round-base\">AR948B</a>\r\n\r\n<strong>Diameter:</strong> 9\"\r\n\r\n<strong>Color:</strong> Clear\r\n\r\n<strong>Material:</strong> Clarified Polypropylene\r\n\r\n<strong>Case Count:</strong> 340\r\n\r\n<strong>Cases/Pallet:</strong> 8\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<a href=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR9LC_9inDomeLid.jpg\"><img class=\"aligncenter size-large wp-image-17030\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR9LC_9inDomeLid-1024x768.jpg\" alt=\"AR9LC_9inDomeLid\" width=\"1024\" height=\"768\" /></a>\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','9\" Dome Lid','','publish','closed','closed','','9-dome-lid','','','2015-08-04 18:10:07','2015-08-04 18:10:07','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16885',0,'portfolio_page','',0),(16887,1,'2015-07-01 15:21:42','2015-07-01 15:21:42','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: AO923BC3C</strong></h4>\r\nClamshell\r\n\r\n<strong>Dimensions:</strong> 9\" x 8.25\" x 3\"\r\n\r\n<strong>Capacity:</strong> 42 fl oz\r\n\r\n3 Compartments\r\n\r\n<strong>Color:</strong> Black\r\n\r\n<strong>Material:</strong> Polypropylene composite\r\n\r\n<strong>Case Count:</strong> 200\r\n\r\n<strong>Cases/Pallet:</strong> 30\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter size-large wp-image-17039\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AO923BC3C_9x8.25x3ClamshellBlack3Comp-1024x768.jpg\" alt=\"AO923BC3C_9x8.25x3ClamshellBlack3Comp\" width=\"1024\" height=\"768\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','9 x 8.25 x 3\" Clamshell (3Comp)','','publish','closed','closed','','9-x-8-25-x-3-clamshell-black','','','2015-08-04 17:48:34','2015-08-04 17:48:34','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16887',0,'portfolio_page','',0),(16888,1,'2015-07-01 15:25:56','2015-07-01 15:25:56','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: AO969WC</strong></h4>\r\nClamshell\r\n\r\n<strong>Dimensions:</strong> 9\" x 8.25\" x 3\"\r\n\r\n<strong>Capacity:</strong> 45 fl oz\r\n\r\n1 Compartment\r\n\r\n<strong>Color: </strong>White\r\n\r\n<strong>Material:</strong> Polypropylene composite\r\n\r\n<strong>Case Count:</strong> 200\r\n\r\n<strong>Cases/Pallet:</strong> 30\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter size-large wp-image-17249\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/NEW_AO969WC-1024x768.jpg\" alt=\"NEW_AO969WC\" width=\"1024\" height=\"768\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','9 x 8.25 x 3\" Clamshell (1Comp, White)','','publish','closed','closed','','9-x-8-25-x-3-clamshell-1comp-white','','','2015-08-04 17:46:00','2015-08-04 17:46:00','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16888',0,'portfolio_page','',0),(16889,1,'2015-07-01 15:23:01','2015-07-01 15:23:01','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: AO969BC</strong></h4>\r\nClamshell\r\n\r\n<strong>Dimensions:</strong> 9\" x 8.25\" x 3\"\r\n\r\n<strong>Capacity:</strong> 45 fl oz\r\n\r\n1 Compartment\r\n\r\n<strong>Color:</strong> Black\r\n\r\n<strong>Material:</strong> Polypropylene composite\r\n\r\n<strong>Case Count:</strong> 200\r\n\r\n<strong>Cases/Pallet:</strong> 30\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter size-full wp-image-17251\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AO969BC.png\" alt=\"AO969BC\" width=\"951\" height=\"713\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','9 x 8.25 x 3\" Clamshell (1Comp, Black)','','publish','closed','closed','','9-x-8-25-x-3-clamshell-1comp-black','','','2015-08-04 17:46:53','2015-08-04 17:46:53','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16889',0,'portfolio_page','',0),(16890,1,'2015-08-02 20:38:32','2015-08-02 20:38:32','[vc_row][vc_column width=\'1/2\']\n\n<strong>Item#: AO969BC</strong>\n\nClamshell\n\n<strong>Dimensions:</strong> 9\" x 8.25\" x 3\"\n\n<strong>Capacity:</strong> 69 fl oz\n\n1 Compartment\n\n<strong>Color:</strong> Black\n\n<strong>Material:</strong> Polypropylene composite\n\n<strong>Case Count:</strong> 200\n\n<strong>Cases/Pallet:</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n \n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','9 x 8.25 x 3\" Clamshell (1Comp, Black)','','inherit','open','open','','16889-autosave-v1','','','2015-08-02 20:38:32','2015-08-02 20:38:32','',16889,'http://thisisradical.com/absoluteplastics/?p=16890',0,'revision','',0),(16891,1,'2015-08-02 20:51:50','2015-08-02 20:51:50','[vc_row][vc_column width=\'1/2\']\n\n<strong>Item#: AO923BC3C</strong>\n\nClamshell\n\n<strong>Dimensions:</strong> 9\" x 8.25\" x 3\"\n\n<strong>Capacity:</strong>\n\n3 Compartments\n\n<strong>Color:</strong> Black\n\n<strong>Material:</strong> Polypropylene composite\n\n<strong>Case Count:</strong> 200\n\n<strong>Cases/Pallet:</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n \n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','9 x 8.25 x 3\" Clamshell (3Comp)','','inherit','open','open','','16887-autosave-v1','','','2015-08-02 20:51:50','2015-08-02 20:51:50','',16887,'http://thisisradical.com/absoluteplastics/?p=16891',0,'revision','',0),(16892,1,'2015-07-01 15:30:21','2015-07-01 15:30:21','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: AO828WC2C</strong></h4>\r\nClamshell\r\n\r\n<strong>Dimensions:</strong> 8\" x 8.25\" x 3\"\r\n\r\n<strong>Capacity:</strong> 35 fl oz\r\n\r\n2 Compartments\r\n\r\n<strong>Color:</strong> White\r\n\r\n*Also available in black upon request\r\n\r\n<strong>Material:</strong> Polypropylene composite\r\n\r\n<strong>Case Count:</strong> 260\r\n\r\n<strong>Cases/Pallet:</strong> 30\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter size-large wp-image-17250\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AO828WC2C-1024x768.jpg\" alt=\"AO828WC2C\" width=\"1024\" height=\"768\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','8 x 8.25 x 3\" Clamshell (2Comp, White)','','publish','closed','closed','','8-x-8-25-x-3-clamshell-2comp-white','','','2015-08-04 17:45:11','2015-08-04 17:45:11','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16892',0,'portfolio_page','',0),(16894,1,'2015-07-01 15:33:03','2015-07-01 15:33:03','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#:</strong> <strong>AO862WC</strong></h4>\r\nClamshell\r\n\r\n<strong>Dimensions:</strong> 8\" x 8.25\" x 3\"\r\n\r\n<strong>Capacity:</strong> 41 fl oz\r\n\r\n1 Compartment\r\n\r\n<strong>Color:</strong> White\r\n\r\n<strong>Material:</strong> Polypropylene composite\r\n\r\n<strong>Case Count:</strong> 260\r\n\r\n<strong>Cases/Pallet: </strong>30\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter wp-image-17040 size-large\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AO828WC_8x8.25x3ClamshellWhite-1024x768.jpg\" alt=\"AO862WC_8x8.25x3ClamshellWhite\" width=\"1024\" height=\"768\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','8 x 8.25 x 3\" Clamshell (1Comp)','','publish','closed','closed','','8-x-8-25-x-3-clamshell-1comp-white','','','2015-08-04 17:43:12','2015-08-04 17:43:12','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16894',0,'portfolio_page','',0),(16895,1,'2015-07-01 15:32:46','2015-07-01 15:32:46','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#:</strong> <strong>AO862BC</strong></h4>\r\nClamshell\r\n\r\n<strong>Dimensions:</strong> 8\" x 8.25\" x 3\"\r\n\r\n<strong>Capacity:</strong> 41 fl oz\r\n\r\n1 Compartment\r\n\r\n<strong>Color: </strong>Black\r\n\r\n<strong>Material:</strong> Polypropylene composite\r\n\r\n<strong>Case Count:</strong> 260\r\n\r\n<strong>Cases/Pallet:</strong> 30\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter size-full wp-image-17252\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AO862BC.png\" alt=\"AO862BC\" width=\"951\" height=\"713\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','8 x 8.25 x 3\" Clamshell (1Comp, Black)','','publish','closed','closed','','8-x-8-25-x-3-clamshell-1comp-black','','','2015-08-04 17:44:03','2015-08-04 17:44:03','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16895',0,'portfolio_page','',0),(16896,1,'2015-07-01 15:35:58','2015-07-01 15:35:58','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: AO6528WC</strong></h4>\r\nClamshell\r\n\r\n<strong>Dimensions:</strong> 6.5\" x 8.25\" x 3\"\r\n\r\n<strong>Capacity:</strong> 29\r\n\r\n1 Compartment\r\n\r\n<strong>Color:</strong> White\r\n\r\n<strong>Material:</strong> Polypropylene composite\r\n\r\n<strong>Case Count:</strong> 300\r\n\r\n<strong>Cases/Pallet:</strong> 30\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter size-large wp-image-17034\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AO6528WC_6.5x8.25x3ClamshellWhite-1024x768.jpg\" alt=\"AO6528WC_6.5x8.25x3ClamshellWhite\" width=\"1024\" height=\"768\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','6.5 x 8.25 x 3\" Clamshell','','publish','closed','closed','','6-5-x-8-25-x-3-clamshell-white','','','2015-08-04 17:39:38','2015-08-04 17:39:38','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16896',0,'portfolio_page','',0),(16897,1,'2015-07-01 15:35:07','2015-07-01 15:35:07','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: AO6528BC</strong></h4>\r\nClamshell\r\n\r\n<strong>Dimensions:</strong> 6.5\" x 8.25\" x 3\"\r\n\r\n<strong>Capacity:</strong> 29 fl oz\r\n\r\n1 Compartment\r\n\r\n<strong>Color: </strong>Black\r\n\r\n<strong>Material:</strong> Polypropylene composite\r\n\r\n<strong>Case Count:</strong> 300\r\n\r\n<strong>Cases/Pallet:</strong> 30\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter size-large wp-image-17035\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AO6528BC_6.5x8.25x3ClamshellBlack-1024x768.jpg\" alt=\"AO6528BC_6.5x8.25x3ClamshellBlack\" width=\"1024\" height=\"768\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','6.5 x 8.25 x 3\" Clamshell','','publish','closed','closed','','6-5-x-8-25-x-3-clamshell-black','','','2015-08-04 17:41:28','2015-08-04 17:41:28','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16897',0,'portfolio_page','',0),(16898,1,'2015-07-01 15:41:05','2015-07-01 15:41:05','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: AO629WC</strong></h4>\r\nClamshell\r\n\r\n<strong>Dimensions:</strong> 6\" x 6\" x 3\"\r\n\r\n<strong>Capacity:</strong> 19 fl oz\r\n\r\n1 Compartment\r\n\r\n<strong>Color: </strong>White\r\n\r\n<strong>Material:</strong> Polypropylene composite\r\n\r\n<strong>Case Count:</strong> 480\r\n\r\n<strong>Cases/Pallet:</strong> 24\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter size-large wp-image-17041\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AO629WC_6x6x3ClamshellWhite-1024x768.jpg\" alt=\"AO629WC_6x6x3ClamshellWhite\" width=\"1024\" height=\"768\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','6 x 6 x 3\" Clamshell','','publish','closed','closed','','6-x-6-x-3-clamshell-white','','','2015-08-04 17:36:08','2015-08-04 17:36:08','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16898',0,'portfolio_page','',0),(16899,1,'2015-07-01 15:41:56','2015-07-01 15:41:56','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#:</strong> <strong>AO629BC</strong></h4>\r\nClamshell\r\n\r\n<strong>Dimensions:</strong> 6\" x 6\" x 3\"\r\n\r\n<strong>Capacity:</strong> 19 fl oz\r\n\r\n1 Compartment\r\n\r\n<strong>Color:</strong> Black\r\n\r\n<strong>Material:</strong> Polypropylene composite\r\n\r\n<strong>Case Count: </strong>480\r\n\r\n<strong>Cases/Pallet:</strong> 24\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<a href=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AO629BC_6x6x3ClamshellBlack.jpg\"><img class=\"alignnone size-large wp-image-17047\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AO629BC_6x6x3ClamshellBlack-1024x768.jpg\" alt=\"AO629BC_6x6x3ClamshellBlack\" width=\"1024\" height=\"768\" /></a>\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','6 x 6 x 3\" Clamshell','','publish','closed','closed','','6-x-6-x-3-clamshell-black','','','2015-08-04 17:37:17','2015-08-04 17:37:17','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16899',0,'portfolio_page','',0),(16900,1,'2015-08-02 20:25:31','2015-08-02 20:25:31','[vc_row][vc_column width=\'1/2\']\n\n<strong>Item#: AO6528BC</strong>\n\nClamshell\n\n<strong>Dimensions:</strong> 6.5\" x 8.25\" x 3\"\n\n<strong>Capacity:</strong>\n\n1 Compartment\n\n<strong>Color: </strong>Black\n\n<strong>Material:</strong> Polypropylene composite\n\n<strong>Case Count:</strong> 300\n\n<strong>Cases/Pallet:</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n \n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','6.5 x 8.25 x 3\" Clamshell','','inherit','open','open','','16897-autosave-v1','','','2015-08-02 20:25:31','2015-08-02 20:25:31','',16897,'http://thisisradical.com/absoluteplastics/?p=16900',0,'revision','',0),(16901,1,'2015-07-01 16:48:19','2015-07-01 16:48:19','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: </strong></h4>\r\nBase\r\n\r\n<strong>Dimensions:</strong> 8\" x 8\"\r\n\r\n<strong>Capacity:</strong>\r\n\r\n<strong>Color: </strong>Clear\r\n\r\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\r\n\r\n<strong>Case Count:</strong>\r\n\r\n<strong>Cases/Pallet:</strong>\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<a href=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AS8ZZCBR_8x8Base.jpg\"><img class=\"aligncenter size-large wp-image-17014\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AS8ZZCBR_8x8Base-1024x768.jpg\" alt=\"AS8ZZCBR_8x8Base\" width=\"1024\" height=\"768\" /></a>\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','8\" x 8\" Base','','publish','closed','closed','','8-x-8-base','','','2015-08-02 21:44:16','2015-08-02 21:44:16','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16901',0,'portfolio_page','',0),(16902,1,'2015-07-01 16:48:36','2015-07-01 16:48:36','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: </strong></h4>\r\nLid\r\n\r\n<strong>Fits Item:</strong> <a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=8-x-8-base\">8\" Square Base</a>\r\n\r\n<strong>Dimensions:</strong> 8\" x 8\"\r\n\r\n<strong>Color: </strong>Clear\r\n\r\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\r\n\r\n<strong>Case Count:</strong>\r\n\r\n<strong>Cases/Pallet:</strong>\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<a href=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AS8CLR_8x8Lid.jpg\"><img class=\"aligncenter size-large wp-image-17015\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AS8CLR_8x8Lid-1024x768.jpg\" alt=\"AS8CLR_8x8Lid\" width=\"1024\" height=\"768\" /></a>\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','8\" x 8\" Lid','','publish','closed','closed','','8-x-8-lid','','','2015-08-03 01:50:24','2015-08-03 01:50:24','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=16902',0,'portfolio_page','',0),(16905,1,'2015-08-03 01:49:21','2015-08-03 01:49:21','[vc_row][vc_column width=\'1/2\']\n<h4><strong>Item#: AS6CLR</strong></h4>\nLid\n\n<strong>Fits Item:</strong> <a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=6-x-6-base\">AS624CBR</a>\n\n<strong>Dimensions:</strong> 6\" x 6\"\n\n<strong>Color:</strong> Clear\n\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\n\n<strong>Case Count:</strong> 240\n\n<strong>Cases/Pallet:</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n<a href=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AS6CLR_6x6Lid.jpg\"><img class=\"aligncenter size-large wp-image-17016\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AS6CLR_6x6Lid-1024x768.jpg\" alt=\"AS6CLR_6x6Lid\" width=\"1024\" height=\"768\" /></a>\n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','6\" x 6\" Lid','','inherit','open','open','','16869-autosave-v1','','','2015-08-03 01:49:21','2015-08-03 01:49:21','',16869,'http://thisisradical.com/absoluteplastics/?p=16905',0,'revision','',0),(16906,1,'2015-08-02 20:04:51','2015-08-02 20:04:51','[vc_row][vc_column width=\'1/2\']\n<h4><strong>Item#: AR10B3C-WD3</strong></h4>\nPlate\n\n<strong>Size:</strong> 10.25\"\n\n3 Compartments\n\n<strong>Color: </strong>Black\n\n<strong>Material:</strong> Polypropylene composite\n\n<strong>Case Count: </strong>500\n\n<strong>Cases/Pallet:</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n<a href=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR10B3C-WD3_10in10inPlate3CompBlack.jpg\"><img class=\"aligncenter size-large wp-image-17027\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR10B3C-WD3_10in10inPlate3CompBlack-1024x768.jpg\" alt=\"AR10B3C-WD3_10in10inPlate3CompBlack\" width=\"1024\" height=\"768\" /></a>\n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]\n\n[vc_row][vc_column width=\'1/2\']\n\n<a href=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Combo_AR10B3C-WD3_AR10CVR.jpg\"><img class=\"aligncenter size-large wp-image-17010\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Combo_AR10B3C-WD3_AR10CVR-1024x768.jpg\" alt=\"Combo_AR10B3C-WD3_AR10CVR\" width=\"1024\" height=\"768\" /></a>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']','10\" Plate (3Comp)','','inherit','open','open','','16879-autosave-v1','','','2015-08-02 20:04:51','2015-08-02 20:04:51','',16879,'http://thisisradical.com/absoluteplastics/?p=16906',0,'revision','',0),(16907,1,'2015-08-02 20:36:51','2015-08-02 20:36:51','[vc_row][vc_column width=\'1/2\']\n\nItem#: <strong>AO969WC</strong>\n\nClamshell\n\n<strong>Dimensions:</strong> 9\" x 8.25\" x 3\"\n\n<strong>Capacity:</strong> 69 fl oz\n\n1 Compartment\n\n<strong>Color: </strong>White\n\n<strong>Material:</strong> Polypropylene composite\n\n<strong>Case Count:</strong> 200\n\n<strong>Cases/Pallet:</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n \n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','9 x 8.25 x 3\" Clamshell (1Comp, White)','','inherit','open','open','','16888-autosave-v1','','','2015-08-02 20:36:51','2015-08-02 20:36:51','',16888,'http://thisisradical.com/absoluteplastics/?p=16907',0,'revision','',0),(16996,1,'2015-07-09 16:54:20','2015-07-09 16:54:20','','PETSaladLid','','inherit','open','open','','petsaladlid','','','2015-07-09 16:54:20','2015-07-09 16:54:20','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/PETSaladLid.jpg',0,'attachment','image/jpeg',0),(16997,1,'2015-07-09 16:54:30','2015-07-09 16:54:30','','PETSaladContainer','','inherit','open','open','','petsaladcontainer','','','2015-07-09 16:54:30','2015-07-09 16:54:30','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/PETSaladContainer.jpg',0,'attachment','image/jpeg',0),(16998,1,'2015-07-09 16:54:40','2015-07-09 16:54:40','','Combo_PETSaladContainerAndLid','','inherit','open','open','','combo_petsaladcontainerandlid','','','2015-07-09 16:54:40','2015-07-09 16:54:40','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Combo_PETSaladContainerAndLid.jpg',0,'attachment','image/jpeg',0),(16999,1,'2015-07-09 16:54:50','2015-07-09 16:54:50','','Combo_AS624CBR_AS6CLR','','inherit','open','open','','combo_as624cbr_as6clr','','','2015-07-09 16:54:50','2015-07-09 16:54:50','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Combo_AS624CBR_AS6CLR.jpg',0,'attachment','image/jpeg',0),(17000,1,'2015-07-09 16:55:03','2015-07-09 16:55:03','','Combo_AR948B_AR9LCtop','','inherit','open','open','','combo_ar948b_ar9lctop','','','2015-07-09 16:55:03','2015-07-09 16:55:03','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Combo_AR948B_AR9LCtop.jpg',0,'attachment','image/jpeg',0),(17001,1,'2015-07-09 16:55:19','2015-07-09 16:55:19','','Combo_AR948B_AR9LC','','inherit','open','open','','combo_ar948b_ar9lc','','','2015-08-02 21:07:28','2015-08-02 21:07:28','',16883,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Combo_AR948B_AR9LC.jpg',0,'attachment','image/jpeg',0),(17002,1,'2015-07-09 16:55:32','2015-07-09 16:55:32','','Combo_AR832B_AR8LCtop','','inherit','open','open','','combo_ar832b_ar8lctop','','','2015-07-09 16:55:32','2015-07-09 16:55:32','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Combo_AR832B_AR8LCtop.jpg',0,'attachment','image/jpeg',0),(17003,1,'2015-07-09 16:55:43','2015-07-09 16:55:43','','Combo_AR832B_AR8LC','','inherit','open','open','','combo_ar832b_ar8lc','','','2015-08-02 21:05:11','2015-08-02 21:05:11','',16882,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Combo_AR832B_AR8LC.jpg',0,'attachment','image/jpeg',0),(17004,1,'2015-07-09 16:55:53','2015-07-09 16:55:53','','Combo_AR414B_AR4LCtop','','inherit','open','open','','combo_ar414b_ar4lctop','','','2015-07-09 16:55:53','2015-07-09 16:55:53','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Combo_AR414B_AR4LCtop.jpg',0,'attachment','image/jpeg',0),(17005,1,'2015-07-09 16:56:04','2015-07-09 16:56:04','','Combo_AR414B_AR4LC','','inherit','open','open','','combo_ar414b_ar4lc','','','2015-08-02 21:02:47','2015-08-02 21:02:47','',16876,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Combo_AR414B_AR4LC.jpg',0,'attachment','image/jpeg',0),(17006,1,'2015-07-09 16:56:18','2015-07-09 16:56:18','','Combo_AR11BSR_AR11CLR','','inherit','open','open','','combo_ar11bsr_ar11clr','','','2015-08-02 20:12:03','2015-08-02 20:12:03','',16870,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Combo_AR11BSR_AR11CLR.jpg',0,'attachment','image/jpeg',0),(17007,1,'2015-07-09 16:56:30','2015-07-09 16:56:30','','Combo_AR10B3C-WD3_AR10LC3Ctop','','inherit','open','open','','combo_ar10b3c-wd3_ar10lc3ctop','','','2015-07-09 16:56:30','2015-07-09 16:56:30','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Combo_AR10B3C-WD3_AR10LC3Ctop.jpg',0,'attachment','image/jpeg',0),(17008,1,'2015-07-09 16:56:41','2015-07-09 16:56:41','','Combo_AR10B3C-WD3_AR10LC3C','','inherit','open','open','','combo_ar10b3c-wd3_ar10lc3c','','','2015-08-02 20:05:11','2015-08-02 20:05:11','',16879,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Combo_AR10B3C-WD3_AR10LC3C.jpg',0,'attachment','image/jpeg',0),(17009,1,'2015-07-09 16:56:52','2015-07-09 16:56:52','','Combo_AR10B3C-WD3_AR10CVRtop','','inherit','open','open','','combo_ar10b3c-wd3_ar10cvrtop','','','2015-07-09 16:56:52','2015-07-09 16:56:52','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Combo_AR10B3C-WD3_AR10CVRtop.jpg',0,'attachment','image/jpeg',0),(17010,1,'2015-07-09 16:57:04','2015-07-09 16:57:04','','Combo_AR10B3C-WD3_AR10CVR','','inherit','open','open','','combo_ar10b3c-wd3_ar10cvr','','','2015-08-02 20:04:29','2015-08-02 20:04:29','',16879,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Combo_AR10B3C-WD3_AR10CVR.jpg',0,'attachment','image/jpeg',0),(17011,1,'2015-07-09 16:57:16','2015-07-09 16:57:16','','AS624CBR_6x6Base','','inherit','open','open','','as624cbr_6x6base','','','2015-08-02 21:40:50','2015-08-02 21:40:50','',16868,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AS624CBR_6x6Base.jpg',0,'attachment','image/jpeg',0),(17012,1,'2015-07-09 16:57:31','2015-07-09 16:57:31','','AS9ZZCBR_9x9Base','','inherit','open','open','','as9zzcbr_9x9base','','','2015-07-09 16:57:31','2015-07-09 16:57:31','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AS9ZZCBR_9x9Base.jpg',0,'attachment','image/jpeg',0),(17013,1,'2015-07-09 16:57:44','2015-07-09 16:57:44','','AS9CLR_9x9Lid','','inherit','open','open','','as9clr_9x9lid','','','2015-07-09 16:57:44','2015-07-09 16:57:44','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AS9CLR_9x9Lid.jpg',0,'attachment','image/jpeg',0),(17014,1,'2015-07-09 16:58:03','2015-07-09 16:58:03','','AS8ZZCBR_8x8Base','','inherit','open','open','','as8zzcbr_8x8base','','','2015-08-02 21:43:48','2015-08-02 21:43:48','',16901,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AS8ZZCBR_8x8Base.jpg',0,'attachment','image/jpeg',0),(17015,1,'2015-07-09 16:58:18','2015-07-09 16:58:18','','AS8CLR_8x8Lid','','inherit','open','open','','as8clr_8x8lid','','','2015-08-02 23:09:42','2015-08-02 23:09:42','',16902,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AS8CLR_8x8Lid.jpg',0,'attachment','image/jpeg',0),(17016,1,'2015-07-09 16:58:28','2015-07-09 16:58:28','','AS6CLR_6x6Lid','','inherit','open','open','','as6clr_6x6lid','','','2015-08-02 23:07:03','2015-08-02 23:07:03','',16869,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AS6CLR_6x6Lid.jpg',0,'attachment','image/jpeg',0),(17017,1,'2015-07-09 16:58:39','2015-07-09 16:58:39','','AR948B_48oz9inRoundBase','','inherit','open','open','','ar948b_48oz9inroundbase','','','2015-08-02 21:07:08','2015-08-02 21:07:08','',16883,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR948B_48oz9inRoundBase.jpg',0,'attachment','image/jpeg',0),(17018,1,'2015-07-09 16:58:48','2015-07-09 16:58:48','','AR832B_32oz8inRoundBase','','inherit','open','open','','ar832b_32oz8inroundbase','','','2015-08-02 21:04:45','2015-08-02 21:04:45','',16882,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR832B_32oz8inRoundBase.jpg',0,'attachment','image/jpeg',0),(17019,1,'2015-07-09 16:58:57','2015-07-09 16:58:57','','AR414B_14ozRoundBase','','inherit','open','open','','ar414b_14ozroundbase','','','2015-08-02 21:01:59','2015-08-02 21:01:59','',16876,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR414B_14ozRoundBase.jpg',0,'attachment','image/jpeg',0),(17020,1,'2015-07-09 16:59:07','2015-07-09 16:59:07','','AR47B_5ozRoundBase','','inherit','open','open','','ar47b_5ozroundbase','','','2015-08-02 20:59:51','2015-08-02 20:59:51','',16875,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR47B_5ozRoundBase.jpg',0,'attachment','image/jpeg',0),(17021,1,'2015-07-09 16:59:18','2015-07-09 16:59:18','','AR11CLR_11inCakeDome','','inherit','open','open','','ar11clr_11incakedome','','','2015-08-02 23:13:13','2015-08-02 23:13:13','',16871,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR11CLR_11inCakeDome.jpg',0,'attachment','image/jpeg',0),(17022,1,'2015-07-09 16:59:35','2015-07-09 16:59:35','','AR11BSR_11inCakeBase','','inherit','open','open','','ar11bsr_11incakebase','','','2015-08-02 20:11:14','2015-08-02 20:11:14','',16870,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR11BSR_11inCakeBase.jpg',0,'attachment','image/jpeg',0),(17023,1,'2015-07-09 16:59:46','2015-07-09 16:59:46','','AR10W1C_10inPlateWhite','','inherit','open','open','','ar10w1c_10inplatewhite','','','2015-08-02 19:58:34','2015-08-02 19:58:34','',16877,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR10W1C_10inPlateWhite.jpg',0,'attachment','image/jpeg',0),(17024,1,'2015-07-09 16:59:58','2015-07-09 16:59:58','','AR10M3C-WD3_10inPlate3CompBeige','','inherit','open','open','','ar10m3c-wd3_10inplate3compbeige','','','2015-08-02 20:09:17','2015-08-02 20:09:17','',17053,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR10M3C-WD3_10inPlate3CompBeige.jpg',0,'attachment','image/jpeg',0),(17025,1,'2015-07-09 17:00:10','2015-07-09 17:00:10','','AR10LC3C_10in3CompDomeLid','','inherit','open','open','','ar10lc3c_10in3compdomelid','','','2015-08-02 23:03:47','2015-08-02 23:03:47','',16798,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR10LC3C_10in3CompDomeLid.jpg',0,'attachment','image/jpeg',0),(17026,1,'2015-07-09 17:00:18','2015-07-09 17:00:18','','AR10CVR_10inPieCrustProtector','','inherit','open','open','','ar10cvr_10inpiecrustprotector','','','2015-08-02 23:00:36','2015-08-02 23:00:36','',16850,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR10CVR_10inPieCrustProtector.jpg',0,'attachment','image/jpeg',0),(17027,1,'2015-07-09 17:00:26','2015-07-09 17:00:26','','AR10B3C-WD3_10in10inPlate3CompBlack','','inherit','open','open','','ar10b3c-wd3_10in10inplate3compblack','','','2015-08-02 20:00:52','2015-08-02 20:00:52','',16879,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR10B3C-WD3_10in10inPlate3CompBlack.jpg',0,'attachment','image/jpeg',0),(17028,1,'2015-07-09 17:00:36','2015-07-09 17:00:36','','AR9W1C_9inPlateWhite','','inherit','open','open','','ar9w1c_9inplatewhite','','','2015-08-02 19:47:37','2015-08-02 19:47:37','',16874,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR9W1C_9inPlateWhite.jpg',0,'attachment','image/jpeg',0),(17029,1,'2015-07-09 17:00:47','2015-07-09 17:00:47','','AR9M3C_9inPlate3CompBeige','','inherit','open','open','','ar9m3c_9inplate3compbeige','','','2015-08-02 19:54:38','2015-08-02 19:54:38','',17045,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR9M3C_9inPlate3CompBeige.jpg',0,'attachment','image/jpeg',0),(17030,1,'2015-07-09 17:00:56','2015-07-09 17:00:56','','AR9LC_9inDomeLid','','inherit','open','open','','ar9lc_9indomelid','','','2015-08-02 22:48:58','2015-08-02 22:48:58','',16885,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR9LC_9inDomeLid.jpg',0,'attachment','image/jpeg',0),(17031,1,'2015-07-09 17:01:05','2015-07-09 17:01:05','','AR9CVR_9inPieCrustProtector','','inherit','open','open','','ar9cvr_9inpiecrustprotector','','','2015-08-02 22:56:00','2015-08-02 22:56:00','',16849,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR9CVR_9inPieCrustProtector.jpg',0,'attachment','image/jpeg',0),(17032,1,'2015-07-09 17:01:14','2015-07-09 17:01:14','','AR8LC_8inDomeLid','','inherit','open','open','','ar8lc_8indomelid','','','2015-08-02 22:45:46','2015-08-02 22:45:46','',16884,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR8LC_8inDomeLid.jpg',0,'attachment','image/jpeg',0),(17033,1,'2015-07-09 17:01:20','2015-07-09 17:01:20','','AR4LC_SideDishLidd','','inherit','open','open','','ar4lc_sidedishlidd','','','2015-07-09 17:01:20','2015-07-09 17:01:20','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR4LC_SideDishLidd.jpg',0,'attachment','image/jpeg',0),(17034,1,'2015-07-09 17:01:28','2015-07-09 17:01:28','','AO6528WC_6.5x8.25x3ClamshellWhite','','inherit','open','open','','ao6528wc_6-5x8-25x3clamshellwhite','','','2015-08-02 20:23:42','2015-08-02 20:23:42','',16896,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AO6528WC_6.5x8.25x3ClamshellWhite.jpg',0,'attachment','image/jpeg',0),(17035,1,'2015-07-09 17:01:39','2015-07-09 17:01:39','','AO6528BC_6.5x8.25x3ClamshellBlack','','inherit','open','open','','ao6528bc_6-5x8-25x3clamshellblack','','','2015-08-02 20:25:52','2015-08-02 20:25:52','',16897,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AO6528BC_6.5x8.25x3ClamshellBlack.jpg',0,'attachment','image/jpeg',0),(17036,1,'2015-07-09 17:01:48','2015-07-09 17:01:48','','AO1224C1CR_24ozClamshell','','inherit','open','open','','ao1224c1cr_24ozclamshell','','','2015-08-02 20:54:54','2015-08-02 20:54:54','',16852,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AO1224C1CR_24ozClamshell.jpg',0,'attachment','image/jpeg',0),(17037,1,'2015-07-09 17:01:58','2015-07-09 17:01:58','','AO1222C1CR_22ozClamshell','','inherit','open','open','','ao1222c1cr_22ozclamshell','','','2015-08-02 20:57:42','2015-08-02 20:57:42','',16853,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AO1222C1CR_22ozClamshell.jpg',0,'attachment','image/jpeg',0),(17038,1,'2015-07-09 17:02:06','2015-07-09 17:02:06','','AO923WC3C_9x8.25x3ClamshellWhite3Comp','','inherit','open','open','','ao923wc3c_9x8-25x3clamshellwhite3comp','','','2015-08-02 20:40:59','2015-08-02 20:40:59','',16796,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AO923WC3C_9x8.25x3ClamshellWhite3Comp.jpg',0,'attachment','image/jpeg',0),(17039,1,'2015-07-09 17:02:15','2015-07-09 17:02:15','','AO923BC3C_9x8.25x3ClamshellBlack3Comp','','inherit','open','open','','ao923bc3c_9x8-25x3clamshellblack3comp','','','2015-08-02 20:52:06','2015-08-02 20:52:06','',16887,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AO923BC3C_9x8.25x3ClamshellBlack3Comp.jpg',0,'attachment','image/jpeg',0),(17040,1,'2015-07-09 17:02:23','2015-07-09 17:02:23','','AO862WC_8x8.25x3ClamshellWhite','','inherit','open','open','','ao828wc_8x8-25x3clamshellwhite','','','2015-08-02 20:30:41','2015-08-02 20:30:41','',16894,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AO828WC_8x8.25x3ClamshellWhite.jpg',0,'attachment','image/jpeg',0),(17041,1,'2015-07-09 17:02:31','2015-07-09 17:02:31','','AO629WC_6x6x3ClamshellWhite','','inherit','open','open','','ao629wc_6x6x3clamshellwhite','','','2015-08-02 20:17:14','2015-08-02 20:17:14','',16898,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AO629WC_6x6x3ClamshellWhite.jpg',0,'attachment','image/jpeg',0),(17042,1,'2015-07-09 17:02:40','2015-07-09 17:02:40','','AO629BC_and_AO629WC','','inherit','open','open','','ao629bc_and_ao629wc','','','2015-07-09 17:02:40','2015-07-09 17:02:40','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AO629BC_and_AO629WC.jpg',0,'attachment','image/jpeg',0),(17044,1,'2015-08-02 20:16:27','2015-08-02 20:16:27','[vc_row][vc_column width=\'1/2\']\n<h4><strong>Item#: AO629WC</strong></h4>\nClamshell\n\n<strong>Dimensions:</strong> 6\" x 6\" x 3\"\n\n1 Compartment\n\n<strong>Color: </strong>White\n\n<strong>Material:</strong> Polypropylene composite\n\n<strong>Case Count:</strong>\n\n<strong>Cases/Pallet:</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n \n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','6 x 6 x 3\" Clamshell','','inherit','open','open','','16898-autosave-v1','','','2015-08-02 20:16:27','2015-08-02 20:16:27','',16898,'http://thisisradical.com/absoluteplastics/?p=17044',0,'revision','',0),(17045,1,'2015-07-09 17:59:45','2015-07-09 17:59:45','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: AR9M3C</strong></h4>\r\nPlate\r\n\r\n<strong>Size:</strong> 9\"\r\n\r\n3 Compartments\r\n\r\n<strong>Color:</strong> Beige\r\n\r\n*Also available in Black upon request\r\n\r\n<strong>Material:</strong> Polypropylene composite\r\n\r\n<strong>Case Count:</strong> 500\r\n\r\n<strong>Cases/Pallet: </strong>40\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter size-large wp-image-17029\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR9M3C_9inPlate3CompBeige-1024x768.jpg\" alt=\"AR9M3C_9inPlate3CompBeige\" width=\"1024\" height=\"768\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','9\" Plate (3Comp)','','publish','closed','closed','','9-plate-3comp','','','2015-08-04 17:31:33','2015-08-04 17:31:33','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=17045',0,'portfolio_page','',0),(17046,1,'2015-07-09 18:11:45','2015-07-09 18:11:45','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"standard\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"5\" number=\"-1\" show_categories=\"no\" overlay_background_color=\"#1e73be\" order_by=\"menu_order\" filter_color=\"#1e73be\" show_title=\"yes\" filter=\"yes\" view_button=\"no\" portfolio_separator=\"no\" image_size=\"landscape\" lightbox=\"yes\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" thickness=\"30\" color=\"#353535\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-07-09 18:11:45','2015-07-09 18:11:45','',16770,'http://thisisradical.com/absoluteplastics/?p=17046',0,'revision','',0),(17047,1,'2015-07-09 18:17:43','2015-07-09 18:17:43','','AO629BC_6x6x3ClamshellBlack','','inherit','open','open','','ao629bc_6x6x3clamshellblack','','','2015-08-02 20:21:29','2015-08-02 20:21:29','',16899,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AO629BC_6x6x3ClamshellBlack.jpg',0,'attachment','image/jpeg',0),(17048,1,'2015-07-09 18:22:03','2015-07-09 18:22:03','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"standard\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"5\" number=\"-1\" show_categories=\"no\" overlay_background_color=\"#1e73be\" order_by=\"title\" filter_color=\"#1e73be\" show_title=\"yes\" filter=\"yes\" view_button=\"no\" portfolio_separator=\"no\" image_size=\"landscape\" lightbox=\"no\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" thickness=\"30\" color=\"#353535\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-07-09 18:22:03','2015-07-09 18:22:03','',16770,'http://thisisradical.com/absoluteplastics/?p=17048',0,'revision','',0),(17049,1,'2015-07-09 18:23:41','2015-07-09 18:23:41','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"standard\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"5\" number=\"-1\" show_categories=\"no\" overlay_background_color=\"#ffffff\" order_by=\"title\" filter_color=\"#1e73be\" show_title=\"yes\" filter=\"yes\" view_button=\"no\" portfolio_separator=\"no\" image_size=\"landscape\" lightbox=\"no\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" thickness=\"30\" color=\"#353535\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-07-09 18:23:41','2015-07-09 18:23:41','',16770,'http://thisisradical.com/absoluteplastics/?p=17049',0,'revision','',0),(17050,1,'2015-07-09 18:24:59','2015-07-09 18:24:59','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"standard\" hover_type_standard=\"split_up\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"5\" number=\"-1\" show_categories=\"no\" overlay_background_color=\"#ffffff\" order_by=\"title\" filter_color=\"#1e73be\" show_title=\"yes\" filter=\"yes\" view_button=\"no\" portfolio_separator=\"no\" image_size=\"landscape\" lightbox=\"no\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" thickness=\"30\" color=\"#353535\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-07-09 18:24:59','2015-07-09 18:24:59','',16770,'http://thisisradical.com/absoluteplastics/?p=17050',0,'revision','',0),(17051,1,'2015-07-09 18:25:42','2015-07-09 18:25:42','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"standard\" hover_type_standard=\"slow_zoom\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"5\" number=\"-1\" show_categories=\"no\" overlay_background_color=\"#ffffff\" order_by=\"title\" filter_color=\"#1e73be\" show_title=\"yes\" filter=\"yes\" view_button=\"no\" portfolio_separator=\"no\" image_size=\"landscape\" lightbox=\"no\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" thickness=\"30\" color=\"#353535\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-07-09 18:25:42','2015-07-09 18:25:42','',16770,'http://thisisradical.com/absoluteplastics/?p=17051',0,'revision','',0),(17052,1,'2015-07-09 18:28:19','2015-07-09 18:28:19','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][portfolio_list type=\"standard\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"5\" number=\"-1\" show_categories=\"no\" overlay_background_color=\"#ffffff\" order_by=\"title\" filter_color=\"#1e73be\" show_title=\"yes\" filter=\"yes\" view_button=\"no\" portfolio_separator=\"no\" image_size=\"landscape\" lightbox=\"no\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" thickness=\"30\" color=\"#353535\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-07-09 18:28:19','2015-07-09 18:28:19','',16770,'http://thisisradical.com/absoluteplastics/?p=17052',0,'revision','',0),(17053,1,'2015-07-09 18:34:26','2015-07-09 18:34:26','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#:</strong> <strong>AR10M3C-WD3</strong></h4>\r\nPlate\r\n\r\n<strong>Size:</strong> 10.25\"\r\n\r\n3 Compartments\r\n\r\n<strong>Color:</strong> Beige\r\n\r\n<strong>Material:</strong> Polypropylene composite\r\n\r\n<strong>Case Count:</strong> 500\r\n\r\n<strong>Cases/Pallet: </strong>28\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter size-large wp-image-17024\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR10M3C-WD3_10inPlate3CompBeige-1024x768.jpg\" alt=\"AR10M3C-WD3_10inPlate3CompBeige\" width=\"1024\" height=\"768\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','10\" Plate (3Comp)','','publish','open','open','','17053','','','2015-08-04 17:34:13','2015-08-04 17:34:13','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=17053',0,'portfolio_page','',0),(17058,1,'2015-07-14 19:40:44','2015-07-14 19:40:44','','foodprocessor','','inherit','open','open','','foodprocessor','','','2015-07-14 20:30:30','2015-07-14 20:30:30','',15876,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2014/05/foodprocessor.png',0,'attachment','image/png',0),(17059,1,'2015-07-14 19:41:27','2015-07-14 19:41:27','','retail','','inherit','open','open','','retail','','','2015-07-14 20:32:59','2015-07-14 20:32:59','',15876,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2014/05/retail.png',0,'attachment','image/png',0),(17060,1,'2015-07-14 19:42:12','2015-07-14 19:42:12','','foodservicedistribution','','inherit','open','open','','foodservicedistribution','','','2015-07-14 20:33:35','2015-07-14 20:33:35','',15876,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2014/05/foodservicedistribution.png',0,'attachment','image/png',0),(17061,1,'2015-07-14 19:42:20','2015-07-14 19:42:20','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_column_text el_class=\"h2\"]<strong>Absolute Plastics, LLC supplies three major markets: Food Processors, Food Service Distribution, & Retail.</strong>[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17058\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" img_size=\"full\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">01</span> FOOD PROCESSORS</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food industry giants buy Absolute Plastics products to package prepared meals. Food Processors use Absolute Plastics containers to sell everything from salads, to pastas, to XX. Then the food remains in Absolute Plastics containers and is sold in the XX section of the grocery store.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">02</span> RETAIL</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Grocery and warehouse stores buy Absolute Plastics products for either the prepared food section of their stores or to sell in small case packs for consumers. Absolute Plastics plates and containers can be found anywhere from the in-store deli section to the XX aisle in major retail stores across the nation.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17059\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_right\" transition_delay=\"0.4\" img_size=\"full\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17060\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" img_size=\"full\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">03</span> FOOD SERVICE DISTRIBUTION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food service distribution re-sells products to restaurants, bakeries, small grocers, and other distributors , giving smaller businesses access to Absolute Plastics products. Distributors’ large volume Absolute Plastics orders are resold along with other company’s products on weekly routes to smaller businesses.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\" padding_top=\"54\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"189\" font_color=\"#ffffff\" text=\"CUPS OF COFFEE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"987\" font_color=\"#ffffff\" text=\"LINES OF CODE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"67\" font_color=\"#ffffff\" text=\"AWARDS WON\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"276\" font_color=\"#ffffff\" text=\"FINISHED PROJECTS\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Markets','','inherit','open','open','','15876-revision-v1','','','2015-07-14 19:42:20','2015-07-14 19:42:20','',15876,'http://thisisradical.com/absoluteplastics/?p=17061',0,'revision','',0),(17062,1,'2015-07-14 19:47:58','2015-07-14 19:47:58','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_column_text el_class=\"h1\"]\r\n<h1><strong>Absolute Plastics, LLC supplies three major markets: Food Processors, Food Service Distribution, & Retail.[dropcaps type=\'normal\' font_size=\'60\' color=\'#3159a8\' background_color=\'\' border_color=\'\']A[/dropcaps]</strong></h1>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17058\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" img_size=\"full\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">01</span> FOOD PROCESSORS</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food industry giants buy Absolute Plastics products to package prepared meals. Food Processors use Absolute Plastics containers to sell everything from salads, to pastas, to XX. Then the food remains in Absolute Plastics containers and is sold in the XX section of the grocery store.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">02</span> RETAIL</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Grocery and warehouse stores buy Absolute Plastics products for either the prepared food section of their stores or to sell in small case packs for consumers. Absolute Plastics plates and containers can be found anywhere from the in-store deli section to the XX aisle in major retail stores across the nation.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17059\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_right\" transition_delay=\"0.4\" img_size=\"full\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17060\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" img_size=\"full\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">03</span> FOOD SERVICE DISTRIBUTION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food service distribution re-sells products to restaurants, bakeries, small grocers, and other distributors , giving smaller businesses access to Absolute Plastics products. Distributors’ large volume Absolute Plastics orders are resold along with other company’s products on weekly routes to smaller businesses.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\" padding_top=\"54\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"189\" font_color=\"#ffffff\" text=\"CUPS OF COFFEE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"987\" font_color=\"#ffffff\" text=\"LINES OF CODE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"67\" font_color=\"#ffffff\" text=\"AWARDS WON\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"276\" font_color=\"#ffffff\" text=\"FINISHED PROJECTS\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Markets','','inherit','open','open','','15876-revision-v1','','','2015-07-14 19:47:58','2015-07-14 19:47:58','',15876,'http://thisisradical.com/absoluteplastics/?p=17062',0,'revision','',0),(17063,1,'2015-07-14 19:49:05','2015-07-14 19:49:05','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_column_text el_class=\"h1\"][dropcaps type=\'normal\' font_size=\'60\' color=\'#3159a8\' background_color=\'\' border_color=\'\']A[/dropcaps]\r\n<h1>Absolute Plastics, LLC supplies three major markets: Food Processors, Food Service Distribution, & Retail.</h1>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17058\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" img_size=\"full\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">01</span> FOOD PROCESSORS</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food industry giants buy Absolute Plastics products to package prepared meals. Food Processors use Absolute Plastics containers to sell everything from salads, to pastas, to XX. Then the food remains in Absolute Plastics containers and is sold in the XX section of the grocery store.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">02</span> RETAIL</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Grocery and warehouse stores buy Absolute Plastics products for either the prepared food section of their stores or to sell in small case packs for consumers. Absolute Plastics plates and containers can be found anywhere from the in-store deli section to the XX aisle in major retail stores across the nation.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17059\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_right\" transition_delay=\"0.4\" img_size=\"full\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17060\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" img_size=\"full\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">03</span> FOOD SERVICE DISTRIBUTION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food service distribution re-sells products to restaurants, bakeries, small grocers, and other distributors , giving smaller businesses access to Absolute Plastics products. Distributors’ large volume Absolute Plastics orders are resold along with other company’s products on weekly routes to smaller businesses.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\" padding_top=\"54\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"189\" font_color=\"#ffffff\" text=\"CUPS OF COFFEE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"987\" font_color=\"#ffffff\" text=\"LINES OF CODE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"67\" font_color=\"#ffffff\" text=\"AWARDS WON\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"276\" font_color=\"#ffffff\" text=\"FINISHED PROJECTS\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Markets','','inherit','open','open','','15876-revision-v1','','','2015-07-14 19:49:05','2015-07-14 19:49:05','',15876,'http://thisisradical.com/absoluteplastics/?p=17063',0,'revision','',0),(17064,1,'2015-07-14 19:49:45','2015-07-14 19:49:45','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_column_text el_class=\"h1\"][dropcaps type=\'normal\' font_size=\'30\' color=\'#3159a8\' background_color=\'\' border_color=\'\']A[/dropcaps]\r\n<h1>bsolute Plastics, LLC supplies three major markets: Food Processors, Food Service Distribution, & Retail.</h1>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17058\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" img_size=\"full\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">01</span> FOOD PROCESSORS</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food industry giants buy Absolute Plastics products to package prepared meals. Food Processors use Absolute Plastics containers to sell everything from salads, to pastas, to XX. Then the food remains in Absolute Plastics containers and is sold in the XX section of the grocery store.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">02</span> RETAIL</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Grocery and warehouse stores buy Absolute Plastics products for either the prepared food section of their stores or to sell in small case packs for consumers. Absolute Plastics plates and containers can be found anywhere from the in-store deli section to the XX aisle in major retail stores across the nation.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17059\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_right\" transition_delay=\"0.4\" img_size=\"full\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17060\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" img_size=\"full\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">03</span> FOOD SERVICE DISTRIBUTION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food service distribution re-sells products to restaurants, bakeries, small grocers, and other distributors , giving smaller businesses access to Absolute Plastics products. Distributors’ large volume Absolute Plastics orders are resold along with other company’s products on weekly routes to smaller businesses.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\" padding_top=\"54\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"189\" font_color=\"#ffffff\" text=\"CUPS OF COFFEE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"987\" font_color=\"#ffffff\" text=\"LINES OF CODE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"67\" font_color=\"#ffffff\" text=\"AWARDS WON\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"276\" font_color=\"#ffffff\" text=\"FINISHED PROJECTS\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Markets','','inherit','open','open','','15876-revision-v1','','','2015-07-14 19:49:45','2015-07-14 19:49:45','',15876,'http://thisisradical.com/absoluteplastics/?p=17064',0,'revision','',0),(17065,1,'2015-07-14 19:51:20','2015-07-14 19:51:20','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_column_text el_class=\"h1\"][dropcaps type=\'normal\' font_size=\'30\' color=\'#3159a8\' background_color=\'\' border_color=\'\']A[/dropcaps]\r\n<h1 style=\"text-align: center;\">Absolute Plastics, LLC supplies three major markets: Food Processors, Food Service Distribution, & Retail.</h1>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17058\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" img_size=\"medium\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">01</span> FOOD PROCESSORS</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food industry giants buy Absolute Plastics products to package prepared meals. Food Processors use Absolute Plastics containers to sell everything from salads, to pastas, to XX. Then the food remains in Absolute Plastics containers and is sold in the XX section of the grocery store.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">02</span> RETAIL</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Grocery and warehouse stores buy Absolute Plastics products for either the prepared food section of their stores or to sell in small case packs for consumers. Absolute Plastics plates and containers can be found anywhere from the in-store deli section to the XX aisle in major retail stores across the nation.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17059\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_right\" transition_delay=\"0.4\" img_size=\"full\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17060\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" img_size=\"full\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">03</span> FOOD SERVICE DISTRIBUTION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food service distribution re-sells products to restaurants, bakeries, small grocers, and other distributors , giving smaller businesses access to Absolute Plastics products. Distributors’ large volume Absolute Plastics orders are resold along with other company’s products on weekly routes to smaller businesses.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\" padding_top=\"54\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"189\" font_color=\"#ffffff\" text=\"CUPS OF COFFEE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"987\" font_color=\"#ffffff\" text=\"LINES OF CODE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"67\" font_color=\"#ffffff\" text=\"AWARDS WON\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"276\" font_color=\"#ffffff\" text=\"FINISHED PROJECTS\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Markets','','inherit','open','open','','15876-revision-v1','','','2015-07-14 19:51:20','2015-07-14 19:51:20','',15876,'http://thisisradical.com/absoluteplastics/?p=17065',0,'revision','',0),(17066,1,'2015-07-14 19:52:11','2015-07-14 19:52:11','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_column_text el_class=\"h1\"][dropcaps type=\'normal\' font_size=\'30\' color=\'#3159a8\' background_color=\'\' border_color=\'\']A[/dropcaps]\r\n<h1 style=\"text-align: center;\">Absolute Plastics, LLC supplies three major markets: Food Processors, Food Service Distribution, & Retail.</h1>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17058\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" img_size=\"medium\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">01</span> FOOD PROCESSORS</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food industry giants buy Absolute Plastics products to package prepared meals. Food Processors use Absolute Plastics containers to sell everything from salads, to pastas, to XX. Then the food remains in Absolute Plastics containers and is sold in the XX section of the grocery store.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">02</span> RETAIL</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Grocery and warehouse stores buy Absolute Plastics products for either the prepared food section of their stores or to sell in small case packs for consumers. Absolute Plastics plates and containers can be found anywhere from the in-store deli section to the XX aisle in major retail stores across the nation.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17059\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_right\" transition_delay=\"0.4\" img_size=\"medium\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17060\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" img_size=\"medium\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">03</span> FOOD SERVICE DISTRIBUTION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food service distribution re-sells products to restaurants, bakeries, small grocers, and other distributors , giving smaller businesses access to Absolute Plastics products. Distributors’ large volume Absolute Plastics orders are resold along with other company’s products on weekly routes to smaller businesses.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\" padding_top=\"54\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"189\" font_color=\"#ffffff\" text=\"CUPS OF COFFEE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"987\" font_color=\"#ffffff\" text=\"LINES OF CODE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"67\" font_color=\"#ffffff\" text=\"AWARDS WON\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"276\" font_color=\"#ffffff\" text=\"FINISHED PROJECTS\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Markets','','inherit','open','open','','15876-revision-v1','','','2015-07-14 19:52:11','2015-07-14 19:52:11','',15876,'http://thisisradical.com/absoluteplastics/?p=17066',0,'revision','',0),(17067,1,'2015-07-14 19:53:04','2015-07-14 19:53:04','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_column_text el_class=\"h1\"][dropcaps type=\'normal\' font_size=\'30\' color=\'#3159a8\' background_color=\'\' border_color=\'\']A[/dropcaps]\r\n<h1 style=\"text-align: center;\">Absolute Plastics, LLC supplies three major markets: Food Processors, Food Service Distribution, & Retail.</h1>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17058\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" img_size=\"200x200\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">01</span> FOOD PROCESSORS</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food industry giants buy Absolute Plastics products to package prepared meals. Food Processors use Absolute Plastics containers to sell everything from salads, to pastas, to XX. Then the food remains in Absolute Plastics containers and is sold in the XX section of the grocery store.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">02</span> RETAIL</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Grocery and warehouse stores buy Absolute Plastics products for either the prepared food section of their stores or to sell in small case packs for consumers. Absolute Plastics plates and containers can be found anywhere from the in-store deli section to the XX aisle in major retail stores across the nation.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17059\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_right\" transition_delay=\"0.4\" img_size=\"medium\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17060\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" img_size=\"medium\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">03</span> FOOD SERVICE DISTRIBUTION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food service distribution re-sells products to restaurants, bakeries, small grocers, and other distributors , giving smaller businesses access to Absolute Plastics products. Distributors’ large volume Absolute Plastics orders are resold along with other company’s products on weekly routes to smaller businesses.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\" padding_top=\"54\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"189\" font_color=\"#ffffff\" text=\"CUPS OF COFFEE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"987\" font_color=\"#ffffff\" text=\"LINES OF CODE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"67\" font_color=\"#ffffff\" text=\"AWARDS WON\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"276\" font_color=\"#ffffff\" text=\"FINISHED PROJECTS\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Markets','','inherit','open','open','','15876-revision-v1','','','2015-07-14 19:53:04','2015-07-14 19:53:04','',15876,'http://thisisradical.com/absoluteplastics/?p=17067',0,'revision','',0),(17068,1,'2015-07-14 19:54:01','2015-07-14 19:54:01','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_column_text el_class=\"h1\"][dropcaps type=\'normal\' font_size=\'30\' color=\'#3159a8\' background_color=\'\' border_color=\'\']A[/dropcaps]\r\n<h1 style=\"text-align: center;\">Absolute Plastics, LLC supplies three major markets: Food Processors, Food Service Distribution, & Retail.</h1>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17058\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" img_size=\"100x100\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">01</span> FOOD PROCESSORS</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food industry giants buy Absolute Plastics products to package prepared meals. Food Processors use Absolute Plastics containers to sell everything from salads, to pastas, to XX. Then the food remains in Absolute Plastics containers and is sold in the XX section of the grocery store.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">02</span> RETAIL</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Grocery and warehouse stores buy Absolute Plastics products for either the prepared food section of their stores or to sell in small case packs for consumers. Absolute Plastics plates and containers can be found anywhere from the in-store deli section to the XX aisle in major retail stores across the nation.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17059\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_right\" transition_delay=\"0.4\" img_size=\"100x100\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17060\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" img_size=\"100x100\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">03</span> FOOD SERVICE DISTRIBUTION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food service distribution re-sells products to restaurants, bakeries, small grocers, and other distributors , giving smaller businesses access to Absolute Plastics products. Distributors’ large volume Absolute Plastics orders are resold along with other company’s products on weekly routes to smaller businesses.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\" padding_top=\"54\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"189\" font_color=\"#ffffff\" text=\"CUPS OF COFFEE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"987\" font_color=\"#ffffff\" text=\"LINES OF CODE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"67\" font_color=\"#ffffff\" text=\"AWARDS WON\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"276\" font_color=\"#ffffff\" text=\"FINISHED PROJECTS\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Markets','','inherit','open','open','','15876-revision-v1','','','2015-07-14 19:54:01','2015-07-14 19:54:01','',15876,'http://thisisradical.com/absoluteplastics/?p=17068',0,'revision','',0),(17069,1,'2015-07-14 19:54:42','2015-07-14 19:54:42','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_column_text el_class=\"h1\"][dropcaps type=\'normal\' font_size=\'30\' color=\'#3159a8\' background_color=\'\' border_color=\'\']A[/dropcaps]\r\n<h1 style=\"text-align: center;\">Absolute Plastics, LLC supplies three major markets:</h1>\r\n<h1 style=\"text-align: center;\">Food Processors, Food Service Distribution, & Retail.</h1>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17058\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" img_size=\"100x100\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">01</span> FOOD PROCESSORS</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food industry giants buy Absolute Plastics products to package prepared meals. Food Processors use Absolute Plastics containers to sell everything from salads, to pastas, to XX. Then the food remains in Absolute Plastics containers and is sold in the XX section of the grocery store.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">02</span> RETAIL</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Grocery and warehouse stores buy Absolute Plastics products for either the prepared food section of their stores or to sell in small case packs for consumers. Absolute Plastics plates and containers can be found anywhere from the in-store deli section to the XX aisle in major retail stores across the nation.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17059\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_right\" transition_delay=\"0.4\" img_size=\"100x100\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17060\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" img_size=\"100x100\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">03</span> FOOD SERVICE DISTRIBUTION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food service distribution re-sells products to restaurants, bakeries, small grocers, and other distributors , giving smaller businesses access to Absolute Plastics products. Distributors’ large volume Absolute Plastics orders are resold along with other company’s products on weekly routes to smaller businesses.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\" padding_top=\"54\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"189\" font_color=\"#ffffff\" text=\"CUPS OF COFFEE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"987\" font_color=\"#ffffff\" text=\"LINES OF CODE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"67\" font_color=\"#ffffff\" text=\"AWARDS WON\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"276\" font_color=\"#ffffff\" text=\"FINISHED PROJECTS\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Markets','','inherit','open','open','','15876-revision-v1','','','2015-07-14 19:54:42','2015-07-14 19:54:42','',15876,'http://thisisradical.com/absoluteplastics/?p=17069',0,'revision','',0),(17070,1,'2015-07-14 19:55:21','2015-07-14 19:55:21','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_column_text el_class=\"h1\"][dropcaps type=\'normal\' font_size=\'30\' color=\'#3159a8\' background_color=\'\' border_color=\'\']A[/dropcaps]\r\n<h1 style=\"text-align: center;\">Absolute Plastics, LLC supplies three major markets:</h1>\r\n<h1 style=\"text-align: center;\">Food Processors, Food Service Distribution, & Retail.</h1>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17058\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">01</span> FOOD PROCESSORS</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food industry giants buy Absolute Plastics products to package prepared meals. Food Processors use Absolute Plastics containers to sell everything from salads, to pastas, to XX. Then the food remains in Absolute Plastics containers and is sold in the XX section of the grocery store.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">02</span> RETAIL</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Grocery and warehouse stores buy Absolute Plastics products for either the prepared food section of their stores or to sell in small case packs for consumers. Absolute Plastics plates and containers can be found anywhere from the in-store deli section to the XX aisle in major retail stores across the nation.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17059\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_right\" transition_delay=\"0.4\" img_size=\"100x100\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17060\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" img_size=\"100x100\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">03</span> FOOD SERVICE DISTRIBUTION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food service distribution re-sells products to restaurants, bakeries, small grocers, and other distributors , giving smaller businesses access to Absolute Plastics products. Distributors’ large volume Absolute Plastics orders are resold along with other company’s products on weekly routes to smaller businesses.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\" padding_top=\"54\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"189\" font_color=\"#ffffff\" text=\"CUPS OF COFFEE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"987\" font_color=\"#ffffff\" text=\"LINES OF CODE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"67\" font_color=\"#ffffff\" text=\"AWARDS WON\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"276\" font_color=\"#ffffff\" text=\"FINISHED PROJECTS\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Markets','','inherit','open','open','','15876-revision-v1','','','2015-07-14 19:55:21','2015-07-14 19:55:21','',15876,'http://thisisradical.com/absoluteplastics/?p=17070',0,'revision','',0),(17071,1,'2015-07-14 19:56:20','2015-07-14 19:56:20','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_column_text el_class=\"h1\"][dropcaps type=\'normal\' font_size=\'30\' color=\'#3159a8\' background_color=\'\' border_color=\'\']A[/dropcaps]\r\n<h1 style=\"text-align: center;\">Absolute Plastics, LLC supplies three major markets:</h1>\r\n<h1 style=\"text-align: center;\">Food Processors, Food Service Distribution, & Retail.</h1>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17058\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">01</span> FOOD PROCESSORS</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food industry giants buy Absolute Plastics products to package prepared meals. Food Processors use Absolute Plastics containers to sell everything from salads, to pastas, to XX. Then the food remains in Absolute Plastics containers and is sold in the XX section of the grocery store.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">02</span> RETAIL</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Grocery and warehouse stores buy Absolute Plastics products for either the prepared food section of their stores or to sell in small case packs for consumers. Absolute Plastics plates and containers can be found anywhere from the in-store deli section to the XX aisle in major retail stores across the nation.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17059\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_right\" transition_delay=\"0.4\" img_size=\"100x100\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"10\" down=\"0\"][vc_single_image image=\"17060\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" img_size=\"100x100\" alignment=\"center\" img_link_large=\"\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">03</span> FOOD SERVICE DISTRIBUTION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food service distribution re-sells products to restaurants, bakeries, small grocers, and other distributors , giving smaller businesses access to Absolute Plastics products. Distributors’ large volume Absolute Plastics orders are resold along with other company’s products on weekly routes to smaller businesses.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\" padding_top=\"54\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"189\" font_color=\"#ffffff\" text=\"CUPS OF COFFEE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"987\" font_color=\"#ffffff\" text=\"LINES OF CODE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"67\" font_color=\"#ffffff\" text=\"AWARDS WON\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"276\" font_color=\"#ffffff\" text=\"FINISHED PROJECTS\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Markets','','inherit','open','open','','15876-revision-v1','','','2015-07-14 19:56:20','2015-07-14 19:56:20','',15876,'http://thisisradical.com/absoluteplastics/?p=17071',0,'revision','',0),(17072,1,'2015-07-14 19:57:17','2015-07-14 19:57:17','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_column_text el_class=\"h1\"][dropcaps type=\'normal\' font_size=\'30\' color=\'#3159a8\' background_color=\'\' border_color=\'\']A[/dropcaps]\r\n<h1 style=\"text-align: center;\">Absolute Plastics, LLC supplies three major markets:</h1>\r\n<h1 style=\"text-align: center;\">Food Processors, Food Service Distribution, & Retail.</h1>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image image=\"17058\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" alignment=\"center\" img_link_large=\"\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">01</span> FOOD PROCESSORS</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food industry giants buy Absolute Plastics products to package prepared meals. Food Processors use Absolute Plastics containers to sell everything from salads, to pastas, to XX. Then the food remains in Absolute Plastics containers and is sold in the XX section of the grocery store.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">02</span> RETAIL</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Grocery and warehouse stores buy Absolute Plastics products for either the prepared food section of their stores or to sell in small case packs for consumers. Absolute Plastics plates and containers can be found anywhere from the in-store deli section to the XX aisle in major retail stores across the nation.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17059\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_right\" transition_delay=\"0.4\" img_size=\"100x100\" alignment=\"center\" img_link_large=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image image=\"17060\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" img_size=\"100x100\" alignment=\"center\" img_link_large=\"\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">03</span> FOOD SERVICE DISTRIBUTION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food service distribution re-sells products to restaurants, bakeries, small grocers, and other distributors , giving smaller businesses access to Absolute Plastics products. Distributors’ large volume Absolute Plastics orders are resold along with other company’s products on weekly routes to smaller businesses.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\" padding_top=\"54\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"189\" font_color=\"#ffffff\" text=\"CUPS OF COFFEE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"987\" font_color=\"#ffffff\" text=\"LINES OF CODE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"67\" font_color=\"#ffffff\" text=\"AWARDS WON\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"276\" font_color=\"#ffffff\" text=\"FINISHED PROJECTS\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Markets','','inherit','open','open','','15876-revision-v1','','','2015-07-14 19:57:17','2015-07-14 19:57:17','',15876,'http://thisisradical.com/absoluteplastics/?p=17072',0,'revision','',0),(17074,1,'2015-07-14 20:28:13','2015-07-14 20:28:13','slider[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_column_text el_class=\"h1\"][dropcaps type=\'normal\' font_size=\'30\' color=\'#3159a8\' background_color=\'\' border_color=\'\']A[/dropcaps]\r\n<h1 style=\"text-align: center;\">Absolute Plastics, LLC supplies three major markets:</h1>\r\n<h1 style=\"text-align: center;\">Food Processors, Food Service Distribution, & Retail.</h1>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image image=\"17058\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" alignment=\"center\" img_link_large=\"\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">01</span> FOOD PROCESSORS</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food industry giants buy Absolute Plastics products to package prepared meals. Food Processors use Absolute Plastics containers to sell everything from salads, to pastas, to XX. Then the food remains in Absolute Plastics containers and is sold in the XX section of the grocery store.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">02</span> RETAIL</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Grocery and warehouse stores buy Absolute Plastics products for either the prepared food section of their stores or to sell in small case packs for consumers. Absolute Plastics plates and containers can be found anywhere from the in-store deli section to the XX aisle in major retail stores across the nation.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17059\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_right\" transition_delay=\"0.4\" img_size=\"100x100\" alignment=\"center\" img_link_large=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image image=\"17060\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" img_size=\"100x100\" alignment=\"center\" img_link_large=\"\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">03</span> FOOD SERVICE DISTRIBUTION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food service distribution re-sells products to restaurants, bakeries, small grocers, and other distributors , giving smaller businesses access to Absolute Plastics products. Distributors’ large volume Absolute Plastics orders are resold along with other company’s products on weekly routes to smaller businesses.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\" padding_top=\"54\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"189\" font_color=\"#ffffff\" text=\"CUPS OF COFFEE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"987\" font_color=\"#ffffff\" text=\"LINES OF CODE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"67\" font_color=\"#ffffff\" text=\"AWARDS WON\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"276\" font_color=\"#ffffff\" text=\"FINISHED PROJECTS\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Markets','','inherit','open','open','','15876-revision-v1','','','2015-07-14 20:28:13','2015-07-14 20:28:13','',15876,'http://thisisradical.com/absoluteplastics/?p=17074',0,'revision','',0),(17075,1,'2015-07-14 20:31:38','2015-07-14 20:31:38','[vc_row][vc_column][vc_column_text]slider[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_column_text el_class=\"h1\"][dropcaps type=\'normal\' font_size=\'30\' color=\'#3159a8\' background_color=\'\' border_color=\'\']A[/dropcaps]\r\n<h1 style=\"text-align: center;\">Absolute Plastics, LLC supplies three major markets:</h1>\r\n<h1 style=\"text-align: center;\">Food Processors, Food Service Distribution, & Retail.</h1>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image image=\"17058\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" alignment=\"center\" img_link_large=\"\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">01</span> FOOD PROCESSORS</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food industry giants buy Absolute Plastics products to package prepared meals. Food Processors use Absolute Plastics containers to sell everything from salads, to pastas, to XX. Then the food remains in Absolute Plastics containers and is sold in the XX section of the grocery store.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">02</span> RETAIL</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Grocery and warehouse stores buy Absolute Plastics products for either the prepared food section of their stores or to sell in small case packs for consumers. Absolute Plastics plates and containers can be found anywhere from the in-store deli section to the XX aisle in major retail stores across the nation.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17059\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_right\" transition_delay=\"0.4\" img_size=\"100x100\" alignment=\"center\" img_link_large=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image image=\"17060\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" img_size=\"100x100\" alignment=\"center\" img_link_large=\"\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">03</span> FOOD SERVICE DISTRIBUTION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food service distribution re-sells products to restaurants, bakeries, small grocers, and other distributors , giving smaller businesses access to Absolute Plastics products. Distributors’ large volume Absolute Plastics orders are resold along with other company’s products on weekly routes to smaller businesses.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\" padding_top=\"54\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"189\" font_color=\"#ffffff\" text=\"CUPS OF COFFEE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"987\" font_color=\"#ffffff\" text=\"LINES OF CODE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"67\" font_color=\"#ffffff\" text=\"AWARDS WON\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"276\" font_color=\"#ffffff\" text=\"FINISHED PROJECTS\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Markets','','inherit','open','open','','15876-revision-v1','','','2015-07-14 20:31:38','2015-07-14 20:31:38','',15876,'http://thisisradical.com/absoluteplastics/?p=17075',0,'revision','',0),(17076,1,'2015-07-14 20:33:55','2015-07-14 20:33:55','[vc_row][vc_column][vc_column_text]slider[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_column_text el_class=\"h1\"][dropcaps type=\'normal\' font_size=\'30\' color=\'#3159a8\' background_color=\'\' border_color=\'\']A[/dropcaps]\r\n<h1 style=\"text-align: center;\">Absolute Plastics, LLC supplies three major markets:</h1>\r\n<h1 style=\"text-align: center;\">Food Processors, Food Service Distribution, & Retail.</h1>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image image=\"17058\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" alignment=\"center\" img_link_large=\"\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">01</span> FOOD PROCESSORS</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food industry giants buy Absolute Plastics products to package prepared meals. Food Processors use Absolute Plastics containers to sell everything from salads, to pastas, to XX. Then the food remains in Absolute Plastics containers and is sold in the XX section of the grocery store.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">02</span> RETAIL</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Grocery and warehouse stores buy Absolute Plastics products for either the prepared food section of their stores or to sell in small case packs for consumers. Absolute Plastics plates and containers can be found anywhere from the in-store deli section to the XX aisle in major retail stores across the nation.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17059\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_right\" transition_delay=\"0.4\" alignment=\"center\" img_link_large=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image image=\"17060\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" alignment=\"center\" img_link_large=\"\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">03</span> FOOD SERVICE DISTRIBUTION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food service distribution re-sells products to restaurants, bakeries, small grocers, and other distributors , giving smaller businesses access to Absolute Plastics products. Distributors’ large volume Absolute Plastics orders are resold along with other company’s products on weekly routes to smaller businesses.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\" padding_top=\"54\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"189\" font_color=\"#ffffff\" text=\"CUPS OF COFFEE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"987\" font_color=\"#ffffff\" text=\"LINES OF CODE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"67\" font_color=\"#ffffff\" text=\"AWARDS WON\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"276\" font_color=\"#ffffff\" text=\"FINISHED PROJECTS\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Markets','','inherit','open','open','','15876-revision-v1','','','2015-07-14 20:33:55','2015-07-14 20:33:55','',15876,'http://thisisradical.com/absoluteplastics/?p=17076',0,'revision','',0),(17077,1,'2015-07-14 20:36:31','2015-07-14 20:36:31','','MarketsFeature','','inherit','open','open','','marketsfeature-2','','','2015-07-14 20:36:31','2015-07-14 20:36:31','',15876,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2014/05/MarketsFeature1.png',0,'attachment','image/png',0),(17078,1,'2015-07-14 20:43:07','2015-07-14 20:43:07','','MarketsFeature','','inherit','open','open','','marketsfeature-3','','','2015-07-14 20:43:07','2015-07-14 20:43:07','',15876,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2014/05/MarketsFeature2.png',0,'attachment','image/png',0),(17079,1,'2015-07-14 20:43:17','2015-07-14 20:43:17','[vc_row][vc_column][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_column_text el_class=\"h1\"]\r\n<h1 style=\"text-align: center;\">Absolute Plastics, LLC supplies three major markets:</h1>\r\n<h1 style=\"text-align: center;\">Food Processors, Food Service Distribution, & Retail.</h1>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image image=\"17058\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" alignment=\"center\" img_link_large=\"\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">01</span> FOOD PROCESSORS</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food industry giants buy Absolute Plastics products to package prepared meals. Food Processors use Absolute Plastics containers to sell everything from salads, to pastas, to XX. Then the food remains in Absolute Plastics containers and is sold in the XX section of the grocery store.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">02</span> RETAIL</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Grocery and warehouse stores buy Absolute Plastics products for either the prepared food section of their stores or to sell in small case packs for consumers. Absolute Plastics plates and containers can be found anywhere from the in-store deli section to the XX aisle in major retail stores across the nation.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17059\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_right\" transition_delay=\"0.4\" alignment=\"center\" img_link_large=\"\" img_size=\"full\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image image=\"17060\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" alignment=\"center\" img_link_large=\"\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">03</span> FOOD SERVICE DISTRIBUTION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food service distribution re-sells products to restaurants, bakeries, small grocers, and other distributors , giving smaller businesses access to Absolute Plastics products. Distributors’ large volume Absolute Plastics orders are resold along with other company’s products on weekly routes to smaller businesses.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\" padding_top=\"54\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"189\" font_color=\"#ffffff\" text=\"CUPS OF COFFEE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"987\" font_color=\"#ffffff\" text=\"LINES OF CODE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"67\" font_color=\"#ffffff\" text=\"AWARDS WON\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"276\" font_color=\"#ffffff\" text=\"FINISHED PROJECTS\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Markets','','inherit','open','open','','15876-revision-v1','','','2015-07-14 20:43:17','2015-07-14 20:43:17','',15876,'http://thisisradical.com/absoluteplastics/?p=17079',0,'revision','',0),(17080,1,'2015-07-14 20:55:11','2015-07-14 20:55:11','','MarketsFeature','','inherit','open','open','','marketsfeature-4','','','2015-07-14 20:55:11','2015-07-14 20:55:11','',15876,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2014/05/MarketsFeature3.png',0,'attachment','image/png',0),(17081,1,'2015-07-14 21:05:02','2015-07-14 21:05:02','[vc_row][vc_column][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_column_text el_class=\"h1\"]\r\n<h1 style=\"text-align: center;\">Absolute Plastics, LLC supplies three major markets:</h1>\r\n<h1 style=\"text-align: center;\">Food Processors, Food Service Distribution, & Retail.</h1>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image image=\"17058\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" alignment=\"center\" img_link_large=\"\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">01</span> FOOD PROCESSORS</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food industry giants buy Absolute Plastics products to package prepared meals. Food Processors use Absolute Plastics containers to sell everything from salads, to pastas, to XX. Then the food remains in Absolute Plastics containers and is sold in the XX section of the grocery store.[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">02</span> RETAIL</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Grocery and warehouse stores buy Absolute Plastics products for either the prepared food section of their stores or to sell in small case packs for consumers. Absolute Plastics plates and containers can be found anywhere from the in-store deli section to the XX aisle in major retail stores across the nation.[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17059\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_right\" transition_delay=\"0.4\" alignment=\"center\" img_link_large=\"\" img_size=\"full\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image image=\"17060\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" alignment=\"center\" img_link_large=\"\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">03</span> FOOD SERVICE DISTRIBUTION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food service distribution re-sells products to restaurants, bakeries, small grocers, and other distributors , giving smaller businesses access to Absolute Plastics products. Distributors’ large volume Absolute Plastics orders are resold along with other company’s products on weekly routes to smaller businesses.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\" padding_top=\"54\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"189\" font_color=\"#ffffff\" text=\"CUPS OF COFFEE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"987\" font_color=\"#ffffff\" text=\"LINES OF CODE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"67\" font_color=\"#ffffff\" text=\"AWARDS WON\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"276\" font_color=\"#ffffff\" text=\"FINISHED PROJECTS\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Markets','','inherit','open','open','','15876-revision-v1','','','2015-07-14 21:05:02','2015-07-14 21:05:02','',15876,'http://thisisradical.com/absoluteplastics/?p=17081',0,'revision','',0),(17082,1,'2015-07-14 21:05:52','2015-07-14 21:05:52','[vc_row][vc_column][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_column_text el_class=\"h1\"]\r\n<h1 style=\"text-align: center;\">Absolute Plastics, LLC supplies three major markets:</h1>\r\n<h1 style=\"text-align: center;\">Food Processors, Food Service Distribution, & Retail.</h1>\r\n[/vc_column_text][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image image=\"17058\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" alignment=\"center\" img_link_large=\"\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">01</span> FOOD PROCESSORS</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food industry giants buy Absolute Plastics products to package prepared meals. Food Processors use Absolute Plastics containers to sell everything from salads, to pastas, to XX. Then the food remains in Absolute Plastics containers and is sold in the XX section of the grocery store.[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">02</span> RETAIL</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Grocery and warehouse stores buy Absolute Plastics products for either the prepared food section of their stores or to sell in small case packs for consumers. Absolute Plastics plates and containers can be found anywhere from the in-store deli section to the XX aisle in major retail stores across the nation.[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17059\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_right\" transition_delay=\"0.4\" alignment=\"center\" img_link_large=\"\" img_size=\"full\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image image=\"17060\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" alignment=\"center\" img_link_large=\"\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">03</span> FOOD SERVICE DISTRIBUTION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food service distribution re-sells products to restaurants, bakeries, small grocers, and other distributors , giving smaller businesses access to Absolute Plastics products. Distributors’ large volume Absolute Plastics orders are resold along with other company’s products on weekly routes to smaller businesses.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\" padding_top=\"54\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"189\" font_color=\"#ffffff\" text=\"CUPS OF COFFEE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"987\" font_color=\"#ffffff\" text=\"LINES OF CODE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"67\" font_color=\"#ffffff\" text=\"AWARDS WON\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"276\" font_color=\"#ffffff\" text=\"FINISHED PROJECTS\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Markets','','inherit','open','open','','15876-revision-v1','','','2015-07-14 21:05:52','2015-07-14 21:05:52','',15876,'http://thisisradical.com/absoluteplastics/?p=17082',0,'revision','',0),(17083,1,'2015-07-14 21:14:05','2015-07-14 21:14:05','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"82\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_column_text]\n<h2 style=\"text-align: left;\">OUR STUDIO</h2>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" down=\"0\" up=\"20\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lorem quam, adipiscing condimentum tristique vel, eleifend sed turpis. Pellentesque cursus arcu id magna euismod in elementum purus molestie. Curabitur pellentesque massa eu nulla consequat sed porttitor arcu porttitor. Quisque volutpat pharetra felis, eu cursus lorem molestie vitae. Nulla vehicula, lacus ut suscipit fermentum, turpis felis ultricies dui, ut rhoncus libero augue at libero. Morbi ut arcu dolo.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" down=\"0\" up=\"28\"][vc_row_inner][vc_column_inner width=\"1/1\"][button target=\"_self\" text=\"PURCHASE THEME\" link=\"#\"][/vc_column_inner][/vc_row_inner][vc_separator type=\"transparent\" position=\"center\" up=\"99\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_separator type=\"transparent\" position=\"center\" up=\"5\" down=\"0\"][progress_bar title_tag=\"h3\" title=\"GRAPHIC DESIGN\" percent=\"35\" height=\"20\" percent_font_weight=\"700\"][vc_separator type=\"transparent\" position=\"center\" up=\"3\" down=\"0\"][progress_bar title_tag=\"h3\" title=\"SHORTCODE CENTRAL\" percent=\"90\" height=\"20\" percent_font_weight=\"700\"][vc_separator type=\"transparent\" position=\"center\" up=\"3\" down=\"0\"][progress_bar title_tag=\"h3\" title=\"STANDARDIZATION\" percent=\"70\" height=\"20\" percent_font_weight=\"700\"][vc_separator type=\"transparent\" position=\"center\" up=\"99\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"68\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/1\"][vc_column_text]\n<h2 style=\"text-align: center;\">OUR TEAM</h2>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" down=\"0\" up=\"13\"][vc_column_text]\n<h5 style=\"text-align: center;\">Absolutely Stunning Design & Functionality</h5>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" down=\"0\" up=\"66\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"15771\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"29\" down=\"0\"][vc_column_text]\n<h6>DESIGNER</h6>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"4\" down=\"0\"][vc_column_text]\n<h3>NATHANIEL JORDAN</h3>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"24\" down=\"0\"][vc_column_text]The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"81\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"15771\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"29\" down=\"0\"][vc_column_text]\n<h6>DESIGNER</h6>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"4\" down=\"0\"][vc_column_text]\n<h3>ROBERT STANIS</h3>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"24\" down=\"0\"][vc_column_text]The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"81\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"15771\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"29\" down=\"0\"][vc_column_text]\n<h6>DESIGNER</h6>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"4\" down=\"0\"][vc_column_text]\n<h3>NATHANIEL JORDAN</h3>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"24\" down=\"0\"][vc_column_text]The common things expected from a digital agency are nice looking websites, branded social media profiles, some mobile apps and possibly.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"81\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"88\" padding_bottom=\"20\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/1\"][vc_column_text]\n<h2 style=\"text-align: center;\">OUR TEAM</h2>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" down=\"0\" up=\"13\"][vc_column_text]\n<h5 style=\"text-align: center;\">Absolutely Stunning Design & Functionality</h5>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" down=\"0\" up=\"66\"][vc_row_inner][vc_column_inner width=\"1/4\"][pie_chart percent=\"34\" title=\"Creative Ideas\" text=\"Ut wisi enim ad minim veniam, quis nos trud exerci tation ullamcorper.\" title_tag=\"h3\" separator=\"no\" line_width=\"12\" noactive_color=\"#f7f7f7\"][vc_separator type=\"transparent\" position=\"center\" up=\"74\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][pie_chart percent=\"57\" title=\"Business Solutions\" text=\"Ut wisi enim ad minim veniam, quis nos trud exerci tation ullamcorper.\" title_tag=\"h3\" separator=\"no\" line_width=\"12\" noactive_color=\"#f7f7f7\"][vc_separator type=\"transparent\" position=\"center\" up=\"74\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][pie_chart percent=\"72\" title=\"Inovative Projects\" text=\"Ut wisi enim ad minim veniam, quis nos trud exerci tation ullamcorper.\" title_tag=\"h3\" separator=\"no\" line_width=\"12\" noactive_color=\"#f7f7f7\"][vc_separator type=\"transparent\" position=\"center\" up=\"74\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][pie_chart percent=\"88\" title=\"Customer Support\" text=\"Ut wisi enim ad minim veniam, quis nos trud exerci tation ullamcorper.\" title_tag=\"h3\" separator=\"no\" line_width=\"12\" noactive_color=\"#f7f7f7\"][vc_separator type=\"transparent\" position=\"center\" up=\"74\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_type=\"parallax\" type=\"full_width\" text_align=\"left\" background_image=\"15831\" section_height=\"535\"][vc_column width=\"1/1\"][vc_separator type=\"transparent\" position=\"center\" up=\"142\" down=\"0\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"center\"][vc_column_inner width=\"1/1\"][counter type=\"zero\" box=\"no\" position=\"center\" font_weight=\"700\" separator=\"no\" digit=\"2014\" font_size=\"72\" font_color=\"#ffffff\"][vc_separator type=\"transparent\" position=\"center\" up=\"2\" down=\"0\"][vc_column_text]\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">HAVE AN IDEA? WE’RE HERE TO HELP YOU MANAGE YOUR WORK</span></h3>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"21\" down=\"0\"][vc_column_text]\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">The common things expected from a digital agency are nice looking websites, </span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">branded social media.</span></p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_separator type=\"transparent\" position=\"center\" up=\"142\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\"][vc_column width=\"1/1\"][vc_row_inner row_type=\"row\" type=\"full_width\" text_align=\"center\" padding=\"5\"][vc_column_inner width=\"3/4\"][vc_separator type=\"transparent\" position=\"center\" up=\"50\" down=\"0\"][vc_column_text]\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">HAVE AN IDEA? WE ARE HERE TO HELP YOU MANAGE YOUR WORK</span></h3>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"50\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_separator type=\"transparent\" position=\"center\" up=\"43\" down=\"0\"][button target=\"_self\" text=\"PURCHASE THEME\" link=\"#\"][vc_separator type=\"transparent\" position=\"center\" up=\"43\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About','','inherit','open','open','','15756-autosave-v1','','','2015-07-14 21:14:05','2015-07-14 21:14:05','',15756,'http://thisisradical.com/absoluteplastics/?p=17083',0,'revision','',0),(17084,1,'2015-07-14 21:19:50','2015-07-14 21:19:50','','aboutwebfeature','','inherit','open','open','','aboutwebfeature','','','2015-07-14 21:19:50','2015-07-14 21:19:50','',16806,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/aboutwebfeature.png',0,'attachment','image/png',0),(17085,1,'2015-07-14 21:20:10','2015-07-14 21:20:10','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]<strong>Absolute Plastics, LLC – Company Overview & Background</strong>\r\n\r\nAbsolute Plastics is the most recent addition to 60 years of privately managed disposable container companies. Founded on cutting-edge technology, we are located in Wilson, NC, and serving the restaurant and retail (private label) markets. Utilizing a platform of new plastics materials and improved container design, Absolute Plastics is uniquely qualified to create solutions for your individual requirements. Ask us about our “Microwave Safe” materials and “Patented Lid Fit Technology” that helps eliminate take out spills.\r\n\r\nAbsolute Plastics is founded and owned by the Buff family. For over 60 years the Buffs have contributed innovation to the packaging industry through several independent companies.[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"grey\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/3\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" image=\"16818\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css_animation=\"\"]<strong><span class=\"subtitle\">Penny Plate</span></strong>\r\n\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/1\"][vc_separator type=\"normal\" position=\"center\" color=\"grey\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/3\"][vc_single_image image=\"16824\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css_animation=\"\"]\r\n\r\n<strong><span class=\"subtitle\">Absolute Plastics</span></strong>\r\n\r\nFounded in 2006, Absolute Plastics is a continuation of Penny Plate\'s philosophy to provide customers with high performance packaging that is environmentally responsible. Absolute Plastics provides custom thermoformed packaging to the Packer Processor, National Restaurant Chain, Foodservice and Retail markets. For microwave safe products, Absolute Plastics can provide customers with up to 40% natural product. Until there is commercial availability of reclaimed Polypropylene, this composite PP product offered by Absolute Plastics is among the most environmentally friendly and energy efficient microwavable plastic packaging available. For packaging inquiries, please contact the company at <a href=\"mailto:lgray@absoluteplastics.net?subject=Inquiry%20from%20Absolute%20Plastics%20Website\">sales@absoluteplastics.net</a>.\r\n\r\nAbsolute Plastics continues to explore all worldwide innovations that can improve the performance and sustainability of our packaging. We are particularly interested in the exciting developments in the use of natural materials in packaging materials. As we develop new materials or combinations, we will continue to present them to our customers as alternatives to current packaging. The natural materials can include one or more of the following: calcium carbonate, titanium dioxide, talc, silicon dioxide, mica, barium sulfate, starch, wood flour, tapioca, jute, sisal, corn based resins and other plant-based products. All of our microwavable products will have FDA approval for direct food contact.[/vc_column_text][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-07-14 21:20:10','2015-07-14 21:20:10','',16806,'http://thisisradical.com/absoluteplastics/?p=17085',0,'revision','',0),(17086,1,'2015-07-14 21:25:47','2015-07-14 21:25:47','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1><strong>Absolute Plastics, LLC </strong></h1>\r\n<h3><strong>Company Overview & Background</strong></h3>\r\nAbsolute Plastics is the most recent addition to 60 years of privately managed disposable container companies. Founded on cutting-edge technology, we are located in Wilson, NC, and serving the restaurant and retail (private label) markets. Utilizing a platform of new plastics materials and improved container design, Absolute Plastics is uniquely qualified to create solutions for your individual requirements.\r\n\r\nAbsolute Plastics is founded and owned by the Buff family. For over 60 years the Buffs have contributed innovation to the packaging industry through several independent companies.[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"grey\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css_animation=\"\"]\r\n<h2><strong><span class=\"subtitle\">Penny Plate</span></strong></h2>\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"grey\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css_animation=\"\"]\r\n<h2><strong><span class=\"subtitle\">Absolute Plastics</span></strong></h2>\r\nFounded in 2006, Absolute Plastics is a continuation of Penny Plate\'s philosophy to provide customers with high performance packaging that is environmentally responsible. Absolute Plastics provides custom thermoformed packaging to the Packer Processor, National Restaurant Chain, Foodservice and Retail markets. For microwave safe products, Absolute Plastics can provide customers with up to 40% natural product. Until there is commercial availability of reclaimed Polypropylene, this composite PP product offered by Absolute Plastics is among the most environmentally friendly and energy efficient microwavable plastic packaging available. For packaging inquiries, please contact the company at <a href=\"mailto:lgray@absoluteplastics.net?subject=Inquiry%20from%20Absolute%20Plastics%20Website\">sales@absoluteplastics.net</a>.\r\n\r\nAbsolute Plastics continues to explore all worldwide innovations that can improve the performance and sustainability of our packaging. We are particularly interested in the exciting developments in the use of natural materials in packaging materials. As we develop new materials or combinations, we will continue to present them to our customers as alternatives to current packaging. The natural materials can include one or more of the following: calcium carbonate, titanium dioxide, talc, silicon dioxide, mica, barium sulfate, starch, wood flour, tapioca, jute, sisal, corn based resins and other plant-based products. All of our microwavable products will have FDA approval for direct food contact.[/vc_column_text][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-07-14 21:25:47','2015-07-14 21:25:47','',16806,'http://thisisradical.com/absoluteplastics/?p=17086',0,'revision','',0),(17087,1,'2015-07-14 21:28:12','2015-07-14 21:28:12','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1><strong>Absolute Plastics, LLC </strong></h1>\r\n<h3><strong>Company Overview & Background</strong></h3>\r\nAbsolute Plastics is the most recent addition to 60 years of privately managed disposable container companies. Founded on cutting-edge technology, we are located in Wilson, NC, and serving the restaurant and retail (private label) markets. Utilizing a platform of new plastics materials and improved container design, Absolute Plastics is uniquely qualified to create solutions for your individual requirements.\r\n\r\nAbsolute Plastics is founded and owned by the Buff family. For over 60 years the Buffs have contributed innovation to the packaging industry through several independent companies.[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h2><strong><span class=\"subtitle\">Penny Plate</span></strong></h2>\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css_animation=\"\"]\r\n<h2><strong><span class=\"subtitle\">Absolute Plastics</span></strong></h2>\r\nFounded in 2006, Absolute Plastics is a continuation of Penny Plate\'s philosophy to provide customers with high performance packaging that is environmentally responsible. Absolute Plastics provides custom thermoformed packaging to the Packer Processor, National Restaurant Chain, Foodservice and Retail markets. For microwave safe products, Absolute Plastics can provide customers with up to 40% natural product. Until there is commercial availability of reclaimed Polypropylene, this composite PP product offered by Absolute Plastics is among the most environmentally friendly and energy efficient microwavable plastic packaging available. For packaging inquiries, please contact the company at <a href=\"mailto:lgray@absoluteplastics.net?subject=Inquiry%20from%20Absolute%20Plastics%20Website\">sales@absoluteplastics.net</a>.\r\n\r\nAbsolute Plastics continues to explore all worldwide innovations that can improve the performance and sustainability of our packaging. We are particularly interested in the exciting developments in the use of natural materials in packaging materials. As we develop new materials or combinations, we will continue to present them to our customers as alternatives to current packaging. The natural materials can include one or more of the following: calcium carbonate, titanium dioxide, talc, silicon dioxide, mica, barium sulfate, starch, wood flour, tapioca, jute, sisal, corn based resins and other plant-based products. All of our microwavable products will have FDA approval for direct food contact.[/vc_column_text][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-07-14 21:28:12','2015-07-14 21:28:12','',16806,'http://thisisradical.com/absoluteplastics/?p=17087',0,'revision','',0),(17088,1,'2015-07-14 21:35:21','2015-07-14 21:35:21','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1><strong>Absolute Plastics, LLC </strong></h1>\r\n<h3><strong>Company Overview & Background</strong></h3>\r\nAbsolute Plastics is the most recent addition to 60 years of privately managed disposable container companies. Founded on cutting-edge technology, we are located in Wilson, NC, and serving the restaurant and retail (private label) markets. Utilizing a platform of new plastics materials and improved container design, Absolute Plastics is uniquely qualified to create solutions for your individual requirements.\r\n\r\nFounded in 2006, Absolute Plastics is a continuation of Penny Plate\'s philosophy to provide customers with high performance packaging that is environmentally responsible. Absolute Plastics provides custom thermoformed packaging to the Packer Processor, National Restaurant Chain, Foodservice and Retail markets. For microwave safe products, Absolute Plastics can provide customers with up to 40% natural product. Until there is commercial availability of reclaimed Polypropylene, this composite PP product offered by Absolute Plastics is among the most environmentally friendly and energy efficient microwavable plastic packaging available.\r\n\r\nAbsolute Plastics continues to explore all worldwide innovations that can improve the performance and sustainability of our packaging. We are particularly interested in the exciting developments in the use of natural materials in packaging materials. As we develop new materials or combinations, we will continue to present them to our customers as alternatives to current packaging. The natural materials can include one or more of the following: calcium carbonate, titanium dioxide, talc, silicon dioxide, mica, barium sulfate, starch, wood flour, tapioca, jute, sisal, corn based resins and other plant-based products. All of our microwavable products will have FDA approval for direct food contact.\r\n\r\n \r\n\r\nAbsolute Plastics is founded and owned by the Buff family. For over half a century, the Buffs have contributed innovation to the packaging industry through several independent companies.[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h2><strong><span class=\"subtitle\">Penny Plate</span></strong></h2>\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css_animation=\"\"]\r\n<h2><strong><span class=\"subtitle\">Absolute Plastics</span></strong></h2>\r\n[/vc_column_text][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-07-14 21:35:21','2015-07-14 21:35:21','',16806,'http://thisisradical.com/absoluteplastics/?p=17088',0,'revision','',0),(17089,1,'2015-07-14 21:38:30','2015-07-14 21:38:30','','PP LOGO(Blk)','','inherit','open','open','','pp-logoblk','','','2015-07-14 21:38:30','2015-07-14 21:38:30','',16806,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/PP-LOGOBlk.jpg',0,'attachment','image/jpeg',0),(17090,1,'2015-07-14 21:38:50','2015-07-14 21:38:50','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1><strong>Absolute Plastics, LLC </strong></h1>\r\n<h3><strong>Company Overview & Background</strong></h3>\r\nAbsolute Plastics is the most recent addition to 60 years of privately managed disposable container companies. Founded on cutting-edge technology, we are located in Wilson, NC, and serving the restaurant and retail (private label) markets. Utilizing a platform of new plastics materials and improved container design, Absolute Plastics is uniquely qualified to create solutions for your individual requirements.\r\n\r\nFounded in 2006, Absolute Plastics is a continuation of Penny Plate\'s philosophy to provide customers with high performance packaging that is environmentally responsible. Absolute Plastics provides custom thermoformed packaging to the Packer Processor, National Restaurant Chain, Foodservice and Retail markets. For microwave safe products, Absolute Plastics can provide customers with up to 40% natural product. Until there is commercial availability of reclaimed Polypropylene, this composite PP product offered by Absolute Plastics is among the most environmentally friendly and energy efficient microwavable plastic packaging available.\r\n\r\nAbsolute Plastics continues to explore all worldwide innovations that can improve the performance and sustainability of our packaging. We are particularly interested in the exciting developments in the use of natural materials in packaging materials. As we develop new materials or combinations, we will continue to present them to our customers as alternatives to current packaging. The natural materials can include one or more of the following: calcium carbonate, titanium dioxide, talc, silicon dioxide, mica, barium sulfate, starch, wood flour, tapioca, jute, sisal, corn based resins and other plant-based products. All of our microwavable products will have FDA approval for direct food contact.\r\n\r\n \r\n\r\nAbsolute Plastics is founded and owned by the Buff family. For over half a century, the Buffs have contributed innovation to the packaging industry through several independent companies.[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/3\"][vc_single_image image=\"17089\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"medium\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h2><strong><span class=\"subtitle\">Penny Plate</span></strong></h2>\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-07-14 21:38:50','2015-07-14 21:38:50','',16806,'http://thisisradical.com/absoluteplastics/?p=17090',0,'revision','',0),(17091,1,'2015-07-14 21:40:00','2015-07-14 21:40:00','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1><strong>Absolute Plastics, LLC </strong></h1>\r\n<h3><strong>Company Overview & Background</strong></h3>\r\nAbsolute Plastics is the most recent addition to 60 years of privately managed disposable container companies. Founded on cutting-edge technology, we are located in Wilson, NC, and serving the restaurant and retail (private label) markets. Utilizing a platform of new plastics materials and improved container design, Absolute Plastics is uniquely qualified to create solutions for your individual requirements.\r\n\r\n \r\n\r\nFounded in 2006, Absolute Plastics is a continuation of Penny Plate\'s philosophy to provide customers with high performance packaging that is environmentally responsible. Absolute Plastics provides custom thermoformed packaging to the Packer Processor, National Restaurant Chain, Foodservice and Retail markets. For microwave safe products, Absolute Plastics can provide customers with up to 40% natural product. Until there is commercial availability of reclaimed Polypropylene, this composite PP product offered by Absolute Plastics is among the most environmentally friendly and energy efficient microwavable plastic packaging available.\r\n\r\n \r\n\r\nAbsolute Plastics continues to explore all worldwide innovations that can improve the performance and sustainability of our packaging. We are particularly interested in the exciting developments in the use of natural materials in packaging materials. As we develop new materials or combinations, we will continue to present them to our customers as alternatives to current packaging. The natural materials can include one or more of the following: calcium carbonate, titanium dioxide, talc, silicon dioxide, mica, barium sulfate, starch, wood flour, tapioca, jute, sisal, corn based resins and other plant-based products. All of our microwavable products will have FDA approval for direct food contact.\r\n\r\n \r\n\r\nAbsolute Plastics is founded and owned by the Buff family. For over half a century, the Buffs have contributed innovation to the packaging industry through several independent companies.[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/3\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_single_image image=\"17089\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"medium\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h2><strong><span class=\"subtitle\">Penny Plate</span></strong></h2>\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-07-14 21:40:00','2015-07-14 21:40:00','',16806,'http://thisisradical.com/absoluteplastics/?p=17091',0,'revision','',0),(17092,1,'2015-07-14 21:40:37','2015-07-14 21:40:37','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1><strong>Absolute Plastics, LLC </strong></h1>\r\n<h3><strong>Company Overview & Background</strong></h3>\r\n \r\n\r\nAbsolute Plastics is the most recent addition to 60 years of privately managed disposable container companies. Founded on cutting-edge technology, we are located in Wilson, NC, and serving the restaurant and retail (private label) markets. Utilizing a platform of new plastics materials and improved container design, Absolute Plastics is uniquely qualified to create solutions for your individual requirements.\r\n\r\n \r\n\r\nFounded in 2006, Absolute Plastics is a continuation of Penny Plate\'s philosophy to provide customers with high performance packaging that is environmentally responsible. Absolute Plastics provides custom thermoformed packaging to the Packer Processor, National Restaurant Chain, Foodservice and Retail markets. For microwave safe products, Absolute Plastics can provide customers with up to 40% natural product. Until there is commercial availability of reclaimed Polypropylene, this composite PP product offered by Absolute Plastics is among the most environmentally friendly and energy efficient microwavable plastic packaging available.\r\n\r\n \r\n\r\nAbsolute Plastics continues to explore all worldwide innovations that can improve the performance and sustainability of our packaging. We are particularly interested in the exciting developments in the use of natural materials in packaging materials. As we develop new materials or combinations, we will continue to present them to our customers as alternatives to current packaging. The natural materials can include one or more of the following: calcium carbonate, titanium dioxide, talc, silicon dioxide, mica, barium sulfate, starch, wood flour, tapioca, jute, sisal, corn based resins and other plant-based products. All of our microwavable products will have FDA approval for direct food contact.\r\n\r\n \r\n\r\nAbsolute Plastics is founded and owned by the Buff family. For over half a century, the Buffs have contributed innovation to the packaging industry through several independent companies.[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/3\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_single_image image=\"17089\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"medium\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h2><strong><span class=\"subtitle\">Penny Plate</span></strong></h2>\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-07-14 21:40:37','2015-07-14 21:40:37','',16806,'http://thisisradical.com/absoluteplastics/?p=17092',0,'revision','',0),(17093,1,'2015-07-14 21:43:28','2015-07-14 21:43:28','','Absolute Plastics Logo Blue (3)','','inherit','open','open','','absolute-plastics-logo-blue-3','','','2015-07-14 21:43:28','2015-07-14 21:43:28','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Absolute-Plastics-Logo-Blue-3.png',0,'attachment','image/png',0),(17094,1,'2015-07-15 15:02:49','2015-07-15 15:02:49','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"We are 100% cool\" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"40\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\" text_color=\"#1e73be\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics offers a wide range of products designed around functionality, sustainability and convenience.\r\n<ul>\r\n <li>Our products significantly reduce logistics costs and have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\" link=\"http://thisisradical.com/absoluteplastics/?page_id=16674\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, 70% recycled container program addresses the environmental issues related to foam and conventional plastic take out products.</li>\r\n <li style=\"text-align: left;\">Innovative materials including compostable, sustainable paper and 70% recycled, recyclable plastic add a new environmentally focused dimension to the private label table top category.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Most Americans favor buying and supporting products made in the USA it strengthens our economy, protects our environmental standards, and minimizes exploitation of workers in third world countries.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">Design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Absolute Plastics utilizes a highly experienced design, production, and distribution team to provide for a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-07-15 15:02:49','2015-07-15 15:02:49','',15676,'http://thisisradical.com/absoluteplastics/?p=17094',0,'revision','',0),(17095,1,'2015-07-15 15:12:33','2015-07-15 15:12:33','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"We are 100% cool\" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"40\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\" text_color=\"#1e73be\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics offers a wide range of products designed around functionality, sustainability and convenience.\r\n<ul>\r\n <li>Our products significantly reduce logistics costs and have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\" link=\"http://thisisradical.com/absoluteplastics/?page_id=16674\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics is dedicated to adding an environmentally focused dimension to the private label top category through using innovative materials such as compostable, sustainable paper and 70% post-consumer recyclable plastic.\r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, 70% recycled container program addresses the environmental issues related to foam and conventional plastic take out products.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Absolute Plastics products are all made in the United States. Supporting products made in the USA strengthens our economy, protects our environmental standards, and minimizes exploitation of workers in third world countries.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">With Absolute Plastics design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>A highly experienced design, production, and distribution team to provide a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-07-15 15:12:33','2015-07-15 15:12:33','',15676,'http://thisisradical.com/absoluteplastics/?p=17095',0,'revision','',0),(17096,1,'2015-07-15 15:13:16','2015-07-15 15:13:16','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"We are 100% cool\" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"40\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\" text_color=\"#1e73be\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics offers a wide range of products designed around functionality, sustainability and convenience.\r\n\r\n \r\n<ul>\r\n <li>Our products significantly reduce logistics costs and have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\" link=\"http://thisisradical.com/absoluteplastics/?page_id=16674\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics is dedicated to adding an environmentally focused dimension to the private label top category through using innovative materials such as compostable, sustainable paper and 70% post-consumer recyclable plastic.\r\n\r\n \r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, 70% recycled container program addresses the environmental issues related to foam and conventional plastic take out products.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Absolute Plastics products are all made in the United States. Supporting products made in the USA strengthens our economy, protects our environmental standards, and minimizes exploitation of workers in third world countries.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">With Absolute Plastics design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>A highly experienced design, production, and distribution team to provide a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-07-15 15:13:16','2015-07-15 15:13:16','',15676,'http://thisisradical.com/absoluteplastics/?p=17096',0,'revision','',0),(17097,1,'2015-07-15 15:14:29','2015-07-15 15:14:29','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"We are 100% cool\" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"40\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\" text_color=\"#1e73be\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics offers a wide range of products designed around functionality, sustainability and convenience.\r\n\r\n \r\n<ul>\r\n <li>Our products significantly reduce logistics costs and have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\" link=\"http://thisisradical.com/absoluteplastics/?page_id=16674\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics is dedicated to adding an environmentally focused dimension to the private label top category through using innovative materials such as compostable, sustainable paper and 70% post-consumer recyclable plastic.\r\n\r\n \r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, the 70% recycled container program addresses the environmental issues related to foam and conventional plastic take out products.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Absolute Plastics products are all made in the United States. Supporting products made in the USA strengthens our economy, protects our environmental standards, and minimizes exploitation of workers in third world countries.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">With Absolute Plastics design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>A highly experienced design, production, and distribution team to provide a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-07-15 15:14:29','2015-07-15 15:14:29','',15676,'http://thisisradical.com/absoluteplastics/?p=17097',0,'revision','',0),(17098,1,'2015-07-15 20:24:24','2015-07-15 20:24:24','','ABSOLUTEbanner3','','inherit','open','open','','absolutebanner3','','','2015-07-15 20:24:24','2015-07-15 20:24:24','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/ABSOLUTEbanner3.png',0,'attachment','image/png',0),(17099,1,'2015-07-15 20:32:40','2015-07-15 20:32:40','','ABSOLUTEbanner3','','inherit','open','open','','absolutebanner3-2','','','2015-07-15 20:32:40','2015-07-15 20:32:40','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/ABSOLUTEbanner31.png',0,'attachment','image/png',0),(17100,1,'2015-07-15 20:40:43','2015-07-15 20:40:43','','ABSOLUTEbanner4','','inherit','open','open','','absolutebanner4','','','2015-07-15 20:40:43','2015-07-15 20:40:43','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/ABSOLUTEbanner4.png',0,'attachment','image/png',0),(17101,1,'2015-07-15 20:45:23','2015-07-15 20:45:23','','ABSOLUTEbanner4','','inherit','open','open','','absolutebanner4-2','','','2015-07-15 20:45:23','2015-07-15 20:45:23','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/ABSOLUTEbanner41.png',0,'attachment','image/png',0),(17102,1,'2015-07-15 20:50:37','2015-07-15 20:50:37','','ABSOLUTEbanner3','','inherit','open','open','','absolutebanner3-3','','','2015-07-15 20:50:37','2015-07-15 20:50:37','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/ABSOLUTEbanner32.png',0,'attachment','image/png',0),(17103,1,'2015-07-15 20:57:14','2015-07-15 20:57:14','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"Absolute Plastics was built on over 60 years of packaging experience. \" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"40\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\" text_color=\"#1e73be\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics offers a wide range of products designed around functionality, sustainability and convenience.\r\n\r\n \r\n<ul>\r\n <li>Our products significantly reduce logistics costs and have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\" link=\"http://thisisradical.com/absoluteplastics/?page_id=16674\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics is dedicated to adding an environmentally focused dimension to the private label top category through using innovative materials such as compostable, sustainable paper and 70% post-consumer recyclable plastic.\r\n\r\n \r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, the 70% recycled container program addresses the environmental issues related to foam and conventional plastic take out products.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Absolute Plastics products are all made in the United States. Supporting products made in the USA strengthens our economy, protects our environmental standards, and minimizes exploitation of workers in third world countries.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">With Absolute Plastics design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>A highly experienced design, production, and distribution team to provide a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-07-15 20:57:14','2015-07-15 20:57:14','',15676,'http://thisisradical.com/absoluteplastics/?p=17103',0,'revision','',0),(17104,1,'2015-07-15 21:13:41','2015-07-15 21:13:41','','ABSOLUTEbanner6','','inherit','open','open','','absolutebanner6','','','2015-07-15 21:13:41','2015-07-15 21:13:41','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/ABSOLUTEbanner6.png',0,'attachment','image/png',0),(17105,1,'2015-07-15 21:14:10','2015-07-15 21:14:10','','ABSOLUTEbanner5','','inherit','open','open','','absolutebanner5','','','2015-07-15 21:14:10','2015-07-15 21:14:10','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/ABSOLUTEbanner5.png',0,'attachment','image/png',0),(17106,1,'2015-07-15 21:30:25','2015-07-15 21:30:25','','ABSOLUTE PLASTICS','','publish','closed','closed','','absolute-plastics','','','2015-07-16 14:22:27','2015-07-16 14:22:27','',0,'http://thisisradical.com/absoluteplastics/?post_type=slides&p=17106',0,'slides','',0),(17107,1,'2015-07-15 21:29:35','2015-07-15 21:29:35','','ABSOLUTEbanner7','','inherit','open','open','','absolutebanner7','','','2015-07-15 21:29:35','2015-07-15 21:29:35','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/ABSOLUTEbanner7.png',0,'attachment','image/png',0),(17108,1,'2015-07-15 21:38:33','2015-07-15 21:38:33','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1><strong>Absolute Plastics, LLC </strong></h1>\r\n<h3><strong>Company Overview & Background</strong></h3>\r\n \r\n\r\nAbsolute Plastics is the most recent addition to 60 years of privately managed disposable container companies. Founded on cutting-edge technology, we are located in Wilson, NC, and serving the restaurant and retail (private label) markets. Utilizing a platform of new plastics materials and improved container design, Absolute Plastics is uniquely qualified to create solutions for your individual requirements.\r\n\r\n \r\n\r\nFounded in 2006, Absolute Plastics is a continuation of Penny Plate\'s philosophy to provide customers with high performance packaging that is environmentally responsible. Absolute Plastics provides custom thermoformed packaging to the Packer Processor, National Restaurant Chain, Foodservice and Retail markets. For microwave safe products, Absolute Plastics can provide customers with up to 40% natural product, which is among the most environmentally friendly and energy efficient microwavable plastic packaging available.\r\n\r\n \r\n\r\nAbsolute Plastics continues to explore all worldwide innovations that can improve the performance and sustainability of our packaging. We are particularly interested in the exciting developments in the use of natural materials in packaging materials. As we develop new materials or combinations, we will continue to present them to our customers as alternatives to current packaging. The natural materials can include one or more of the following: calcium carbonate, titanium dioxide, talc, silicon dioxide, mica, barium sulfate, starch, wood flour, tapioca, jute, sisal, corn based resins and other plant-based products. All of our microwavable products have FDA approval for direct food contact.\r\n\r\n \r\n\r\nAbsolute Plastics is founded and owned by the Buff family. For over half a century, the Buffs have contributed innovation to the packaging industry through several independent companies.[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/3\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_single_image image=\"17089\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"medium\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h2><strong><span class=\"subtitle\">Penny Plate</span></strong></h2>\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-07-15 21:38:33','2015-07-15 21:38:33','',16806,'http://thisisradical.com/absoluteplastics/?p=17108',0,'revision','',0),(17109,1,'2015-07-15 21:38:52','2015-07-15 21:38:52','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1><strong>Absolute Plastics, LLC </strong></h1>\r\n<h3><strong>Company Overview & Background</strong></h3>\r\n \r\n\r\nAbsolute Plastics is the most recent addition to 60 years of privately managed disposable container companies. Founded on cutting-edge technology, we are located in Wilson, NC, and serving the restaurant and retail (private label) markets. Utilizing a platform of new plastics materials and improved container design, Absolute Plastics is uniquely qualified to create solutions for your individual requirements.\r\n\r\n \r\n\r\nFounded in 2006, Absolute Plastics is a continuation of Penny Plate\'s philosophy to provide customers with high performance packaging that is environmentally responsible. Absolute Plastics provides custom thermoformed packaging to the Packer Processor, National Restaurant Chain, Foodservice and Retail markets. For microwave safe products, Absolute Plastics can provide customers with up to 40% natural product, which is among the most environmentally friendly and energy efficient microwavable plastic packaging available.\r\n\r\n \r\n\r\nAbsolute Plastics continues to explore all worldwide innovations that can improve the performance and sustainability of our packaging. We are particularly interested in the exciting developments in the use of natural materials in packaging materials. As we develop new materials or combinations, we will continue to present them to our customers as alternatives to current packaging. The natural materials can include one or more of the following: calcium carbonate, titanium dioxide, talc, silicon dioxide, mica, barium sulfate, starch, wood flour, tapioca, jute, sisal, corn based resins and other plant-based products. All of our microwavable products have FDA approval for direct food contact.\r\n\r\n \r\n\r\nAbsolute Plastics is founded and owned by the Buff family. For over half a century, the Buffs have contributed innovation to the packaging industry through several independent companies.[/vc_column_text][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/3\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_single_image image=\"17089\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"medium\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h2><strong><span class=\"subtitle\">Penny Plate</span></strong></h2>\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-07-15 21:38:52','2015-07-15 21:38:52','',16806,'http://thisisradical.com/absoluteplastics/?p=17109',0,'revision','',0),(17110,1,'2015-07-15 21:45:06','2015-07-15 21:45:06','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"yes\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_raw_html]\r\n\r\nJTNDc2NyaXB0JTNFJTBBalF1ZXJ5JTI4JTIwZG9jdW1lbnQlMjAlMjkucmVhZHklMjhmdW5jdGlvbiUyOCUyNCUyOSUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyNCUyOCUyNy5teUhUTUx2aWRlbyUyNyUyOS5jbGljayUyOGZ1bmN0aW9uJTI4JTI5JTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTI0JTI4dGhpcyUyOS5nZXQlMjgwJTI5LnBhdXNlZCUyMCUzRiUyMCUyNCUyOHRoaXMlMjkuZ2V0JTI4MCUyOS5wbGF5JTI4JTI5JTIwJTNBJTIwJTI0JTI4dGhpcyUyOS5nZXQlMjgwJTI5LnBhdXNlJTI4JTI5JTNCJTBBJTIwJTIwJTIwJTIwJTdEJTI5JTNCJTBBJTdEJTI5JTNCJTNDJTJGc2NyaXB0JTNFJTBBJTNDdmlkZW8lMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGNsYXNzJTNEJTIybXlIVE1MdmlkZW8lMjIlMjBwb3N0ZXIlM0QlMjJodHRwJTNBJTJGJTJGYWJzb2x1dGVwbGFzdGljcy5uZXQlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwNCUyRnRodW1ibmFpbC5qcGclMjIlMjBjb250cm9scyUyMG9uY2xpY2slM0QlMjJwbGF5UGF1c2UlMjglMjklMjIlM0UlMEElMjAlMjAlM0Nzb3VyY2UlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGMDJkMGZmOS5uZXRzb2xob3N0LmNvbSUyRndvcmRwcmVzczIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwNCUyRkFic29sdXRlJTI1MjBQbGFzdGljcyUyNTIwQ2xvc2VkLUxvb3AlMjUyMFJlY3ljbGluZy1IRC5tcDQlMjIlMjB0eXBlJTNEJTIydmlkZW8lMkZtcDQlMjIlMEElMEElM0Nzb3VyY2UlMjBzcmMlM0QlMjJmdHAlM0ElMkYlMkYyZDBmZjkubmV0c29saG9zdC5jb20lMkZ3b3JkcHJlc3MyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE2JTJGMDQlMkZBYnNvbHV0ZV9QbGFzdGljc19DbG9zZWQtTG9vcF9SZWN5Y2xpbmctSEQub2d2JTIyJTIwdHlwZSUzRCUyMnZpZGVvJTJGb2dnJTIyJTBBJTNFJTBBJTNDJTJGdmlkZW8lM0U=\r\n\r\n[/vc_raw_html][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"yes\" type=\"grid\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]\r\n\r\nAs a part of rePlanet Holdings, Absolute Plastics is one of the first plastics packaging suppliers that is building a closed loop recycling system for packaging. rePlanet collection has over 700 collection centers that collect PET, aluminum cans and glass. ECO2 Plastics has the capability to shred and clean over 60 million pounds of recovered PET. Absolute Plastics uses recycled PET (rPET) to produce new PET packaging custom designed to meet the application.\r\n\r\n[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_empty_space height=\"62px\" image_repeat=\"no-repeat\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17313\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">rePlanet</h3>\r\nWhen rePlanet says every bottle counts, they mean it. Every year, rePlanet collect billions of containers from countless Californians. These containers put millions of dollars into people’s hands, which makes a real difference – from putting dollars in your wallet, to keeping containers out of the landfill, to supporting community and national causes. At rePlanet, making every bottle count is more than just adding up numbers, it’s about making a difference and creating real value.\r\n\r\n \r\n\r\nrePlanet has built the largest recycling collection network in the country and partnered with every major grocery chain to make sure a recycling location is always nearby in California. Simply bring in your bottles and get your extra spending money, or donate your recycling dollars to a cause you care about. Recycling with rePlanet is easy and rewarding.\r\n\r\n[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">ECO2 Plastics</h3>\r\nrePlanet Holdings, Inc. owns ECO2 Plastics, a PET bottle washing company. With ECO2, rePlanet has the ability to recover and clean our own collected bottles. Once the PET bottle is collected and baled, the label and caps are removed and the bottle is shredded. The shredded PET is then systematically cleaned for safe use in producing new beverage bottles or PET packaging.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17197\" alignment=\"right\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nFounded in 1948, Penny Plate, LLC has been committed to innovation, identifying opportunities to exceed customer expectations, and entering the market as a low cost provider. Today, Penny Plate has one of the most extensive lines of aluminum containers, selling to Foodservice, Retail, and Packer Processor industries. Inventors of the widely used rolled rim technology, Penny Plate continues to be one of the leading innovators in aluminum container packaging. We pride ourselves in the sustainability of our products, and our aluminum containers are 100% recyclable.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','publish','open','open','','sustainability','','','2016-04-13 03:22:13','2016-04-13 03:22:13','',0,'http://thisisradical.com/absoluteplastics/?page_id=17110',0,'page','',0),(17111,1,'2015-07-15 21:44:45','2015-07-15 21:44:45','','ABSOLUTE PLASTICS','','publish','closed','closed','','absolute-plastics-2','','','2015-07-16 14:22:41','2015-07-16 14:22:41','',0,'http://thisisradical.com/absoluteplastics/?post_type=slides&p=17111',0,'slides','',0),(17112,1,'2015-07-15 21:43:11','2015-07-15 21:43:11','','ABSOLUTEbanner5','','inherit','open','open','','absolutebanner5-2','','','2015-07-15 21:43:11','2015-07-15 21:43:11','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/ABSOLUTEbanner51.png',0,'attachment','image/png',0),(17113,1,'2015-07-15 21:43:27','2015-07-15 21:43:27','','closed loop','','inherit','open','open','','closed-loop','','','2015-07-16 13:45:49','2015-07-16 13:45:49','',17110,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/closed-loop.png',0,'attachment','image/png',0),(17114,1,'2015-07-15 21:43:45','2015-07-15 21:43:45','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 21:43:45','2015-07-15 21:43:45','',17110,'http://thisisradical.com/absoluteplastics/?p=17114',0,'revision','',0),(17115,1,'2015-07-15 21:44:05','2015-07-15 21:44:05','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"medium\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 21:44:05','2015-07-15 21:44:05','',17110,'http://thisisradical.com/absoluteplastics/?p=17115',0,'revision','',0),(17116,1,'2015-07-15 21:44:33','2015-07-15 21:44:33','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"512x750\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 21:44:33','2015-07-15 21:44:33','',17110,'http://thisisradical.com/absoluteplastics/?p=17116',0,'revision','',0),(17117,1,'2015-07-15 21:44:53','2015-07-15 21:44:53','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"512x300\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 21:44:53','2015-07-15 21:44:53','',17110,'http://thisisradical.com/absoluteplastics/?p=17117',0,'revision','',0),(17118,1,'2015-07-15 21:45:06','2015-07-15 21:45:06','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"large\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 21:45:06','2015-07-15 21:45:06','',17110,'http://thisisradical.com/absoluteplastics/?p=17118',0,'revision','',0),(17119,1,'2016-03-29 21:53:42','2016-03-29 21:53:42','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_video][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]\n\nAs a part of rePlanet Holdings, Absolute Plastics is one of the first plastics packaging suppliers that is building a closed loop recycling system for packaging. rePlanet collection has over 700 collection centers that collect PET, aluminum cans and glass. ECO2 Plastics has the capability to shred and clean over 60 million pounds of recovered PET. Absolute Plastics uses recycled PET (rPET) to produce new PET packaging custom designed to meet the application.\n\n[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_empty_space height=\"62px\" image_repeat=\"no-repeat\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17313\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\n<h3 style=\"text-align: center;\">rePlanet</h3>\nWhen rePlanet says every bottle counts, they mean it. Every year, rePlanet collect billions of containers from countless Californians. These containers put millions of dollars into people’s hands, which makes a real difference – from putting dollars in your wallet, to keeping containers out of the landfill, to supporting community and national causes. At rePlanet, making every bottle count is more than just adding up numbers, it’s about making a difference and creating real value.\n\n \n\nrePlanet has built the largest recycling collection network in the country and partnered with every major grocery chain to make sure a recycling location is always nearby in California. Simply bring in your bottles and get your extra spending money, or donate your recycling dollars to a cause you care about. Recycling with rePlanet is easy and rewarding.\n\n[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\n<h3 style=\"text-align: center;\">ECO2 Plastics</h3>\nrePlanet Holdings, Inc. owns ECO2 Plastics, a PET bottle washing company. With ECO2, rePlanet has the ability to recover and clean our own collected bottles. Once the PET bottle is collected and baled, the label and caps are removed and the bottle is shredded. The shredded PET is then systematically cleaned for safe use in producing new beverage bottles or PET packaging.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17197\" alignment=\"right\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h3 style=\"text-align: center;\">Penny Plate</h3>\nFounded in 1948, Penny Plate, LLC has been committed to innovation, identifying opportunities to exceed customer expectations, and entering the market as a low cost provider. Today, Penny Plate has one of the most extensive lines of aluminum containers, selling to Foodservice, Retail, and Packer Processor industries. Inventors of the widely used rolled rim technology, Penny Plate continues to be one of the leading innovators in aluminum container packaging. We pride ourselves in the sustainability of our products, and our aluminum containers are 100% recyclable.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-autosave-v1','','','2016-03-29 21:53:42','2016-03-29 21:53:42','',17110,'http://thisisradical.com/absoluteplastics/?p=17119',0,'revision','',0),(17120,1,'2015-07-15 21:47:36','2015-07-15 21:47:36','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"large\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>1) Collection</h3>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 21:47:36','2015-07-15 21:47:36','',17110,'http://thisisradical.com/absoluteplastics/?p=17120',0,'revision','',0),(17121,1,'2015-07-15 21:48:55','2015-07-15 21:48:55','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"large\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>1) Collection</h3>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"10\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3>2) Material Prep</h3>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products, and provides a low cost foam replacement alternative.[/vc_column_text][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 21:48:55','2015-07-15 21:48:55','',17110,'http://thisisradical.com/absoluteplastics/?p=17121',0,'revision','',0),(17122,1,'2015-07-15 21:49:11','2015-07-15 21:49:11','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"large\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>1) Collection</h3>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3>2) Material Prep</h3>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products, and provides a low cost foam replacement alternative.[/vc_column_text][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 21:49:11','2015-07-15 21:49:11','',17110,'http://thisisradical.com/absoluteplastics/?p=17122',0,'revision','',0),(17123,1,'2015-07-15 21:50:09','2015-07-15 21:50:09','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"large\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>1) Collection</h3>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3>2) Material Prep</h3>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n \r\n\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products, and provides a low cost foam replacement alternative.[/vc_column_text][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 21:50:09','2015-07-15 21:50:09','',17110,'http://thisisradical.com/absoluteplastics/?p=17123',0,'revision','',0),(17124,1,'2015-07-15 21:50:23','2015-07-15 21:50:23','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"large\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>1) Collection</h3>\r\n \r\n\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3>2) Material Prep</h3>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n \r\n\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products, and provides a low cost foam replacement alternative.[/vc_column_text][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 21:50:23','2015-07-15 21:50:23','',17110,'http://thisisradical.com/absoluteplastics/?p=17124',0,'revision','',0),(17125,1,'2015-07-15 21:50:57','2015-07-15 21:50:57','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"large\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n \r\n\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products, and provides a low cost foam replacement alternative.[/vc_column_text][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 21:50:57','2015-07-15 21:50:57','',17110,'http://thisisradical.com/absoluteplastics/?p=17125',0,'revision','',0),(17126,1,'2015-07-15 21:51:26','2015-07-15 21:51:26','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"large\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"20\" background_image=\"\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n \r\n\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products, and provides a low cost foam replacement alternative.[/vc_column_text][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 21:51:26','2015-07-15 21:51:26','',17110,'http://thisisradical.com/absoluteplastics/?p=17126',0,'revision','',0),(17127,1,'2015-07-15 21:51:49','2015-07-15 21:51:49','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\" css=\".vc_custom_1436997107288{padding-left: 10px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"large\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"20\" background_image=\"\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n \r\n\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products, and provides a low cost foam replacement alternative.[/vc_column_text][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 21:51:49','2015-07-15 21:51:49','',17110,'http://thisisradical.com/absoluteplastics/?p=17127',0,'revision','',0),(17128,1,'2015-07-15 21:52:05','2015-07-15 21:52:05','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\" css=\".vc_custom_1436997123542{border-left-width: 15px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"large\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"20\" background_image=\"\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n \r\n\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products, and provides a low cost foam replacement alternative.[/vc_column_text][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 21:52:05','2015-07-15 21:52:05','',17110,'http://thisisradical.com/absoluteplastics/?p=17128',0,'revision','',0),(17129,1,'2015-07-15 21:52:24','2015-07-15 21:52:24','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\" css=\".vc_custom_1436997142241{margin-left: 50px !important;}\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"large\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"20\" background_image=\"\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n \r\n\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products, and provides a low cost foam replacement alternative.[/vc_column_text][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 21:52:24','2015-07-15 21:52:24','',17110,'http://thisisradical.com/absoluteplastics/?p=17129',0,'revision','',0),(17130,1,'2015-07-15 21:53:03','2015-07-15 21:53:03','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"large\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"20\" background_image=\"\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997172655{margin-left: 20px !important;}\"]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997181574{margin-left: 20px !important;}\"]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n \r\n\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products, and provides a low cost foam replacement alternative.[/vc_column_text][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 21:53:03','2015-07-15 21:53:03','',17110,'http://thisisradical.com/absoluteplastics/?p=17130',0,'revision','',0),(17131,1,'2015-07-15 21:53:13','2015-07-15 21:53:13','','ABSOLUTEbanner5','','inherit','open','open','','absolutebanner5-3','','','2015-07-15 21:53:13','2015-07-15 21:53:13','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/ABSOLUTEbanner52.png',0,'attachment','image/png',0),(17132,1,'2015-07-15 21:56:02','2015-07-15 21:56:02','','ABSOLUTEbanner5','','inherit','open','open','','absolutebanner5-4','','','2015-07-15 21:56:02','2015-07-15 21:56:02','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/ABSOLUTEbanner53.png',0,'attachment','image/png',0),(17133,1,'2015-07-15 21:58:40','2015-07-15 21:58:40','','ABSOLUTEbanner6_b','','inherit','open','open','','absolutebanner6_b','','','2015-07-15 21:58:40','2015-07-15 21:58:40','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/ABSOLUTEbanner6_b.png',0,'attachment','image/png',0),(17134,1,'2015-07-15 21:59:41','2015-07-15 21:59:41','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"large\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"20\" background_image=\"\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997172655{margin-left: 20px !important;}\"]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997408583{margin-left: 20px !important;}\"]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2>3. Production</h2>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 21:59:41','2015-07-15 21:59:41','',17110,'http://thisisradical.com/absoluteplastics/?p=17134',0,'revision','',0),(17135,1,'2015-07-15 22:00:12','2015-07-15 22:00:12','','ABSOLUTEbanner6_b','','inherit','open','open','','absolutebanner6_b-2','','','2015-07-15 22:00:12','2015-07-15 22:00:12','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/ABSOLUTEbanner6_b1.png',0,'attachment','image/png',0),(17136,1,'2015-07-15 22:00:17','2015-07-15 22:00:17','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"large\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"100\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997172655{margin-left: 20px !important;}\"]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997408583{margin-left: 20px !important;}\"]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2>3. Production</h2>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 22:00:17','2015-07-15 22:00:17','',17110,'http://thisisradical.com/absoluteplastics/?p=17136',0,'revision','',0),(17137,1,'2015-07-15 22:00:47','2015-07-15 22:00:47','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"large\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"100\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997172655{margin-left: 20px !important;}\"]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997408583{margin-left: 20px !important;}\"]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2>3. Production</h2>\r\n[/vc_column_text][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 22:00:47','2015-07-15 22:00:47','',17110,'http://thisisradical.com/absoluteplastics/?p=17137',0,'revision','',0),(17138,1,'2015-07-15 22:01:27','2015-07-15 22:01:27','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"large\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"100\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997172655{margin-left: 20px !important;}\"]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997408583{margin-left: 20px !important;}\"]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">3. Production</h2>\r\n[/vc_column_text][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1436997676292{margin-left: 20px !important;}\"]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 22:01:27','2015-07-15 22:01:27','',17110,'http://thisisradical.com/absoluteplastics/?p=17138',0,'revision','',0); INSERT INTO `wp_posts` VALUES (17139,1,'2015-07-15 22:01:56','2015-07-15 22:01:56','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"large\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"100\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997172655{margin-left: 20px !important;}\"]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997408583{margin-left: 20px !important;}\"]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">3. Production</h2>\r\n[/vc_column_text][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1436997676292{margin-left: 20px !important;}\"]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 22:01:56','2015-07-15 22:01:56','',17110,'http://thisisradical.com/absoluteplastics/?p=17139',0,'revision','',0),(17140,1,'2015-07-15 22:02:27','2015-07-15 22:02:27','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"large\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"100\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997172655{margin-left: 20px !important;}\"]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997408583{margin-left: 20px !important;}\"]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">3. Production</h2>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1436997676292{margin-left: 20px !important;}\"]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 22:02:27','2015-07-15 22:02:27','',17110,'http://thisisradical.com/absoluteplastics/?p=17140',0,'revision','',0),(17141,1,'2015-07-15 22:03:21','2015-07-15 22:03:21',' ','','','publish','open','open','','17141','','','2015-07-17 17:28:02','2015-07-17 17:28:02','',0,'http://thisisradical.com/absoluteplastics/?p=17141',3,'nav_menu_item','',0),(17142,1,'2015-07-15 22:03:54','2015-07-15 22:03:54','','ABSOLUTEbanner6_b','','inherit','open','open','','absolutebanner6_b-3','','','2015-07-15 22:03:54','2015-07-15 22:03:54','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/ABSOLUTEbanner6_b2.png',0,'attachment','image/png',0),(17143,1,'2015-07-15 22:05:03','2015-07-15 22:05:03','','ABSOLUTEbanner6_b','','inherit','open','open','','absolutebanner6_b-4','','','2015-07-15 22:05:03','2015-07-15 22:05:03','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/ABSOLUTEbanner6_b3.png',0,'attachment','image/png',0),(17144,1,'2015-07-15 22:05:56','2015-07-15 22:05:56','','ABSOLUTEbanner6_b','','inherit','open','open','','absolutebanner6_b-5','','','2015-07-15 22:05:56','2015-07-15 22:05:56','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/ABSOLUTEbanner6_b4.png',0,'attachment','image/png',0),(17145,1,'2015-07-15 22:09:07','2015-07-15 22:09:07','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"medium\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"100\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997172655{margin-left: 20px !important;}\"]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997408583{margin-left: 20px !important;}\"]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">3. Production</h2>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1436997676292{margin-left: 20px !important;}\"]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 22:09:07','2015-07-15 22:09:07','',17110,'http://thisisradical.com/absoluteplastics/?p=17145',0,'revision','',0),(17146,1,'2015-07-15 22:11:58','2015-07-15 22:11:58','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"100\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997172655{margin-left: 20px !important;}\"]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997408583{margin-left: 20px !important;}\"]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">3. Production</h2>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1436997676292{margin-left: 20px !important;}\"]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 22:11:58','2015-07-15 22:11:58','',17110,'http://thisisradical.com/absoluteplastics/?p=17146',0,'revision','',0),(17147,1,'2015-07-15 22:12:12','2015-07-15 22:12:12','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"large\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"100\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997172655{margin-left: 20px !important;}\"]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997408583{margin-left: 20px !important;}\"]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">3. Production</h2>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1436997676292{margin-left: 20px !important;}\"]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 22:12:12','2015-07-15 22:12:12','',17110,'http://thisisradical.com/absoluteplastics/?p=17147',0,'revision','',0),(17148,1,'2015-07-15 22:12:28','2015-07-15 22:12:28','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"100\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997172655{margin-left: 20px !important;}\"]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997408583{margin-left: 20px !important;}\"]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">3. Production</h2>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1436997676292{margin-left: 20px !important;}\"]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 22:12:28','2015-07-15 22:12:28','',17110,'http://thisisradical.com/absoluteplastics/?p=17148',0,'revision','',0),(17149,1,'2015-07-15 22:14:37','2015-07-15 22:14:37','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"100\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997172655{margin-left: 20px !important;}\"]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997408583{margin-left: 20px !important;}\"]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">3. Production</h2>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1436997676292{margin-left: 20px !important;}\"]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 22:14:37','2015-07-15 22:14:37','',17110,'http://thisisradical.com/absoluteplastics/?p=17149',0,'revision','',0),(17150,1,'2015-07-15 22:14:53','2015-07-15 22:14:53','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"100\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997172655{margin-left: 20px !important;}\"]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997408583{margin-left: 20px !important;}\"]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">3. Production</h2>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1436997676292{margin-left: 20px !important;}\"]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 22:14:53','2015-07-15 22:14:53','',17110,'http://thisisradical.com/absoluteplastics/?p=17150',0,'revision','',0),(17151,1,'2015-07-15 22:15:31','2015-07-15 22:15:31','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" img_size=\"2500x2500\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"100\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997172655{margin-left: 20px !important;}\"]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997408583{margin-left: 20px !important;}\"]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">3. Production</h2>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1436997676292{margin-left: 20px !important;}\"]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 22:15:31','2015-07-15 22:15:31','',17110,'http://thisisradical.com/absoluteplastics/?p=17151',0,'revision','',0),(17152,1,'2015-07-15 22:15:49','2015-07-15 22:15:49','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" img_size=\"2300x2300\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"100\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997172655{margin-left: 20px !important;}\"]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997408583{margin-left: 20px !important;}\"]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">3. Production</h2>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1436997676292{margin-left: 20px !important;}\"]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-15 22:15:49','2015-07-15 22:15:49','',17110,'http://thisisradical.com/absoluteplastics/?p=17152',0,'revision','',0),(17153,1,'2015-07-16 13:45:57','2015-07-16 13:45:57','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" img_size=\"2300x2300\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"100\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997172655{margin-left: 20px !important;}\"]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997408583{margin-left: 20px !important;}\"]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">3. Production</h2>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1436997676292{margin-left: 20px !important;}\"]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 13:45:57','2015-07-16 13:45:57','',17110,'http://thisisradical.com/absoluteplastics/?p=17153',0,'revision','',0),(17154,1,'2015-07-16 13:46:19','2015-07-16 13:46:19','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"100\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997172655{margin-left: 20px !important;}\"]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997408583{margin-left: 20px !important;}\"]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">3. Production</h2>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1436997676292{margin-left: 20px !important;}\"]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 13:46:19','2015-07-16 13:46:19','',17110,'http://thisisradical.com/absoluteplastics/?p=17154',0,'revision','',0),(17155,1,'2015-07-16 13:46:34','2015-07-16 13:46:34','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" img_size=\"2300x2300\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"100\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1437054320286{margin-left: 20px !important;}\"]\r\n<h1>1) Collection</h1>\r\n<h2>rePlanet</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1437054342226{margin-left: 20px !important;}\"]\r\n<h1>2) Material Prep</h1>\r\n<h2>ECO2</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">3. Production</h1>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Absolute Plastics</h2>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1437054381666{margin-left: 20px !important;}\"]\r\n<h2 style=\"text-align: center;\">Penny Plate</h2>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 13:46:34','2015-07-16 13:46:34','',17110,'http://thisisradical.com/absoluteplastics/?p=17155',0,'revision','',0),(17156,1,'2015-07-16 13:46:44','2015-07-16 13:46:44','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"100\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997172655{margin-left: 20px !important;}\"]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997408583{margin-left: 20px !important;}\"]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">3. Production</h2>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1436997676292{margin-left: 20px !important;}\"]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 13:46:44','2015-07-16 13:46:44','',17110,'http://thisisradical.com/absoluteplastics/?p=17156',0,'revision','',0),(17157,1,'2015-07-16 13:46:58','2015-07-16 13:46:58','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" img_size=\"2300x2300\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"100\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1437054320286{margin-left: 20px !important;}\"]\r\n<h1>1) Collection</h1>\r\n<h2>rePlanet</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1437054342226{margin-left: 20px !important;}\"]\r\n<h1>2) Material Prep</h1>\r\n<h2>ECO2</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">3. Production</h1>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Absolute Plastics</h2>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1437054381666{margin-left: 20px !important;}\"]\r\n<h2 style=\"text-align: center;\">Penny Plate</h2>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 13:46:58','2015-07-16 13:46:58','',17110,'http://thisisradical.com/absoluteplastics/?p=17157',0,'revision','',0),(17158,1,'2015-07-16 13:47:17','2015-07-16 13:47:17','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1436997172655{margin-left: 20px !important;}\"]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997408583{margin-left: 20px !important;}\"]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">3. Production</h2>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1436997676292{margin-left: 20px !important;}\"]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 13:47:17','2015-07-16 13:47:17','',17110,'http://thisisradical.com/absoluteplastics/?p=17158',0,'revision','',0),(17159,1,'2015-07-16 13:49:50','2015-07-16 13:49:50','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_empty_space height=\"50\" background_image=\"\" image_repeat=\"no-repeat\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" img_size=\"2300x2300\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1437054320286{margin-left: 20px !important;}\"]\r\n<h1>1) Collection</h1>\r\n<h2>rePlanet</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1437054342226{margin-left: 20px !important;}\"]\r\n<h1>2) Material Prep</h1>\r\n<h2>ECO2</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">3. Production</h1>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Absolute Plastics</h2>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1437054381666{margin-left: 20px !important;}\"]\r\n<h2 style=\"text-align: center;\">Penny Plate</h2>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 13:49:50','2015-07-16 13:49:50','',17110,'http://thisisradical.com/absoluteplastics/?p=17159',0,'revision','',0),(17160,1,'2015-07-16 13:50:05','2015-07-16 13:50:05','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1436997172655{margin-left: 20px !important;}\"]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1436997408583{margin-left: 20px !important;}\"]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">3. Production</h2>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1436997676292{margin-left: 20px !important;}\"]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 13:50:05','2015-07-16 13:50:05','',17110,'http://thisisradical.com/absoluteplastics/?p=17160',0,'revision','',0),(17161,1,'2015-07-16 13:50:27','2015-07-16 13:50:27','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_empty_space height=\"50\" background_image=\"\" image_repeat=\"no-repeat\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" img_size=\"2350x2350\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1437054320286{margin-left: 20px !important;}\"]\r\n<h1>1) Collection</h1>\r\n<h2>rePlanet</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1437054342226{margin-left: 20px !important;}\"]\r\n<h1>2) Material Prep</h1>\r\n<h2>ECO2</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">3. Production</h1>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Absolute Plastics</h2>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1437054381666{margin-left: 20px !important;}\"]\r\n<h2 style=\"text-align: center;\">Penny Plate</h2>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 13:50:27','2015-07-16 13:50:27','',17110,'http://thisisradical.com/absoluteplastics/?p=17161',0,'revision','',0),(17162,1,'2015-07-16 13:51:14','2015-07-16 13:51:14','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_empty_space height=\"50\" background_image=\"\" image_repeat=\"no-repeat\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" img_size=\"2350x2350\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1437054320286{margin-left: 20px !important;}\"]\r\n<h1>1) Collection</h1>\r\n<h2>rePlanet</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1437054342226{margin-left: 20px !important;}\"]\r\n<h1>2) Material Prep</h1>\r\n<h2>ECO2</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">3. Production</h1>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Absolute Plastics</h2>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1437054381666{margin-left: 20px !important;}\"]\r\n<h2 style=\"text-align: center;\">Penny Plate</h2>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 13:51:14','2015-07-16 13:51:14','',17110,'http://thisisradical.com/absoluteplastics/?p=17162',0,'revision','',0),(17163,1,'2015-07-16 13:59:43','2015-07-16 13:59:43','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">3. Production</h2>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1436997676292{margin-left: 20px !important;}\"]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 13:59:43','2015-07-16 13:59:43','',17110,'http://thisisradical.com/absoluteplastics/?p=17163',0,'revision','',0),(17164,1,'2015-07-16 14:00:06','2015-07-16 14:00:06','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">3. Production</h2>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 14:00:06','2015-07-16 14:00:06','',17110,'http://thisisradical.com/absoluteplastics/?p=17164',0,'revision','',0),(17165,1,'2015-07-16 14:16:33','2015-07-16 14:16:33','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17113\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" img_size=\"2350x2350\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1437054320286{margin-left: 20px !important;}\"]\r\n<h1>1) Collection</h1>\r\n<h2>rePlanet</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text css=\".vc_custom_1437054342226{margin-left: 20px !important;}\"]\r\n<h1>2) Material Prep</h1>\r\n<h2>ECO2</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">3. Production</h1>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Absolute Plastics</h2>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1437054381666{margin-left: 20px !important;}\"]\r\n<h2 style=\"text-align: center;\">Penny Plate</h2>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 14:16:33','2015-07-16 14:16:33','',17110,'http://thisisradical.com/absoluteplastics/?p=17165',0,'revision','',0),(17166,1,'2015-07-16 14:17:44','2015-07-16 14:17:44','','ABSOLUTEbanner5','','inherit','open','open','','absolutebanner5-5','','','2015-07-16 14:17:44','2015-07-16 14:17:44','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/ABSOLUTEbanner54.png',0,'attachment','image/png',0),(17167,1,'2015-07-16 14:17:47','2015-07-16 14:17:47','','ABSOLUTEbanner7','','inherit','open','open','','absolutebanner7-2','','','2015-07-16 14:17:47','2015-07-16 14:17:47','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/ABSOLUTEbanner71.png',0,'attachment','image/png',0),(17168,1,'2015-07-16 14:17:52','2015-07-16 14:17:52','','ABSOLUTEbanner6_b','','inherit','open','open','','absolutebanner6_b-6','','','2015-07-16 14:17:52','2015-07-16 14:17:52','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/ABSOLUTEbanner6_b5.png',0,'attachment','image/png',0),(17169,1,'2015-07-16 14:27:52','2015-07-16 14:27:52','','ABSOLUTEbanner6_b','','inherit','open','open','','absolutebanner6_b-7','','','2015-07-16 14:27:52','2015-07-16 14:27:52','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/ABSOLUTEbanner6_b6.png',0,'attachment','image/png',0),(17170,1,'2015-07-16 14:32:31','2015-07-16 14:32:31','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">3. Production</h2>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 14:32:31','2015-07-16 14:32:31','',17110,'http://thisisradical.com/absoluteplastics/?p=17170',0,'revision','',0),(17171,1,'2015-07-16 14:32:54','2015-07-16 14:32:54','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">3. Production</h2>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 14:32:54','2015-07-16 14:32:54','',17110,'http://thisisradical.com/absoluteplastics/?p=17171',0,'revision','',0),(17173,1,'2015-07-16 14:45:05','2015-07-16 14:45:05','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17172\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\"][vc_column_text]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">3. Production</h2>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 14:45:05','2015-07-16 14:45:05','',17110,'http://thisisradical.com/absoluteplastics/?p=17173',0,'revision','',0),(17174,1,'2015-07-16 14:45:42','2015-07-16 14:45:42','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17172\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_column_text]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">3. Production</h2>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 14:45:42','2015-07-16 14:45:42','',17110,'http://thisisradical.com/absoluteplastics/?p=17174',0,'revision','',0),(17175,1,'2015-07-16 14:48:43','2015-07-16 14:48:43','','collection','','inherit','open','open','','collection-2','','','2015-07-16 14:48:43','2015-07-16 14:48:43','',17110,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/collection1.png',0,'attachment','image/png',0),(17176,1,'2015-07-16 14:49:16','2015-07-16 14:49:16','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_column_text]\r\n<h2>1) Collection</h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">3. Production</h2>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 14:49:16','2015-07-16 14:49:16','',17110,'http://thisisradical.com/absoluteplastics/?p=17176',0,'revision','',0),(17177,1,'2015-07-16 14:50:36','2015-07-16 14:50:36','','material prep','','inherit','open','open','','material-prep','','','2015-07-16 14:50:36','2015-07-16 14:50:36','',17110,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/material-prep.png',0,'attachment','image/png',0),(17178,1,'2015-07-16 14:51:44','2015-07-16 14:51:44','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_column_text]rePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_column_text]\r\n<h2>2) Material Prep</h2>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">3. Production</h2>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 14:51:44','2015-07-16 14:51:44','',17110,'http://thisisradical.com/absoluteplastics/?p=17178',0,'revision','',0),(17179,1,'2015-07-16 14:53:19','2015-07-16 14:53:19','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_column_text]rePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_column_text]After collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">3. Production</h2>\r\n[/vc_column_text][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 14:53:19','2015-07-16 14:53:19','',17110,'http://thisisradical.com/absoluteplastics/?p=17179',0,'revision','',0),(17181,1,'2015-07-16 14:55:42','2015-07-16 14:55:42','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_column_text]rePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_column_text]After collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_single_image image=\"17180\" alignment=\"center\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 14:55:42','2015-07-16 14:55:42','',17110,'http://thisisradical.com/absoluteplastics/?p=17181',0,'revision','',0),(17182,1,'2015-07-16 14:56:59','2015-07-16 14:56:59','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" image_repeat=\"no-repeat\"][vc_column_text]rePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" background_image=\"\" image_repeat=\"no-repeat\"][vc_column_text]After collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_single_image image=\"17180\" alignment=\"center\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 14:56:59','2015-07-16 14:56:59','',17110,'http://thisisradical.com/absoluteplastics/?p=17182',0,'revision','',0),(17183,1,'2015-07-16 14:57:44','2015-07-16 14:57:44','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50\" background_image=\"\" image_repeat=\"no-repeat\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" image_repeat=\"no-repeat\"][vc_column_text]rePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" background_image=\"\" image_repeat=\"no-repeat\"][vc_column_text]After collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_single_image image=\"17180\" alignment=\"center\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 14:57:44','2015-07-16 14:57:44','',17110,'http://thisisradical.com/absoluteplastics/?p=17183',0,'revision','',0),(17184,1,'2015-07-16 14:58:37','2015-07-16 14:58:37','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" image_repeat=\"no-repeat\"][vc_column_text]rePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" background_image=\"\" image_repeat=\"no-repeat\"][vc_column_text]After collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][vc_empty_space height=\"32\" image_repeat=\"no-repeat\"][vc_single_image image=\"17180\" alignment=\"center\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 14:58:37','2015-07-16 14:58:37','',17110,'http://thisisradical.com/absoluteplastics/?p=17184',0,'revision','',0),(17185,1,'2015-07-16 15:02:37','2015-07-16 15:02:37','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" image_repeat=\"no-repeat\"][vc_column_text]rePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" background_image=\"\" image_repeat=\"no-repeat\"][vc_column_text]After collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17180\" alignment=\"center\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"32\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 15:02:37','2015-07-16 15:02:37','',17110,'http://thisisradical.com/absoluteplastics/?p=17185',0,'revision','',0),(17186,1,'2015-07-16 15:03:08','2015-07-16 15:03:08','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" image_repeat=\"no-repeat\"][vc_column_text]rePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" background_image=\"\" image_repeat=\"no-repeat\"][vc_column_text]After collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17180\" alignment=\"center\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 15:03:08','2015-07-16 15:03:08','',17110,'http://thisisradical.com/absoluteplastics/?p=17186',0,'revision','',0),(17187,1,'2015-07-16 15:03:57','2015-07-16 15:03:57','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"24\" image_repeat=\"no-repeat\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" image_repeat=\"no-repeat\"][vc_column_text]rePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" background_image=\"\" image_repeat=\"no-repeat\"][vc_column_text]After collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17180\" alignment=\"center\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 15:03:57','2015-07-16 15:03:57','',17110,'http://thisisradical.com/absoluteplastics/?p=17187',0,'revision','',0),(17188,1,'2015-07-16 15:04:47','2015-07-16 15:04:47','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"15\" image_repeat=\"no-repeat\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" image_repeat=\"no-repeat\"][vc_column_text]rePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" background_image=\"\" image_repeat=\"no-repeat\"][vc_column_text]After collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17180\" alignment=\"center\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 15:04:47','2015-07-16 15:04:47','',17110,'http://thisisradical.com/absoluteplastics/?p=17188',0,'revision','',0),(17189,1,'2015-07-16 15:06:17','2015-07-16 15:06:17','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"5\" image_repeat=\"no-repeat\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" image_repeat=\"no-repeat\"][vc_column_text]rePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" background_image=\"\" image_repeat=\"no-repeat\"][vc_column_text]After collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17180\" alignment=\"center\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 15:06:17','2015-07-16 15:06:17','',17110,'http://thisisradical.com/absoluteplastics/?p=17189',0,'revision','',0),(17190,1,'2015-07-16 15:07:43','2015-07-16 15:07:43','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"9\" image_repeat=\"no-repeat\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" image_repeat=\"no-repeat\"][vc_column_text]rePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" background_image=\"\" image_repeat=\"no-repeat\"][vc_column_text]After collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17180\" alignment=\"center\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 15:07:43','2015-07-16 15:07:43','',17110,'http://thisisradical.com/absoluteplastics/?p=17190',0,'revision','',0),(17191,1,'2015-07-16 15:10:13','2015-07-16 15:10:13','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"13\" image_repeat=\"no-repeat\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" image_repeat=\"no-repeat\"][vc_column_text]rePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" background_image=\"\" image_repeat=\"no-repeat\"][vc_column_text]After collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17180\" alignment=\"center\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 15:10:13','2015-07-16 15:10:13','',17110,'http://thisisradical.com/absoluteplastics/?p=17191',0,'revision','',0),(17192,1,'2015-07-16 15:19:01','2015-07-16 15:19:01','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"13\" image_repeat=\"no-repeat\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" image_repeat=\"no-repeat\"][vc_column_text]rePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" background_image=\"\" image_repeat=\"no-repeat\"][vc_column_text]After collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17180\" alignment=\"center\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 15:19:01','2015-07-16 15:19:01','',17110,'http://thisisradical.com/absoluteplastics/?p=17192',0,'revision','',0),(17193,1,'2015-07-16 15:22:42','2015-07-16 15:22:42','','production','','inherit','open','open','','production','','','2015-07-16 15:22:42','2015-07-16 15:22:42','',17110,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/production.png',0,'attachment','image/png',0),(17194,1,'2015-07-16 15:22:51','2015-07-16 15:22:51','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"13\" image_repeat=\"no-repeat\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" image_repeat=\"no-repeat\"][vc_column_text]rePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" background_image=\"\" image_repeat=\"no-repeat\"][vc_column_text]After collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17193\" alignment=\"center\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 15:22:51','2015-07-16 15:22:51','',17110,'http://thisisradical.com/absoluteplastics/?p=17194',0,'revision','',0),(17195,1,'2015-07-16 15:23:23','2015-07-16 15:23:23','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"13\" image_repeat=\"no-repeat\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" image_repeat=\"no-repeat\"][vc_column_text]rePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" background_image=\"\" image_repeat=\"no-repeat\"][vc_column_text]After collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17193\" alignment=\"center\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"large\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 15:23:23','2015-07-16 15:23:23','',17110,'http://thisisradical.com/absoluteplastics/?p=17195',0,'revision','',0),(17196,1,'2015-07-16 15:24:00','2015-07-16 15:24:00','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"13\" image_repeat=\"no-repeat\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" image_repeat=\"no-repeat\"][vc_column_text]rePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" background_image=\"\" image_repeat=\"no-repeat\"][vc_column_text]After collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17193\" alignment=\"center\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"1050x75\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 15:24:00','2015-07-16 15:24:00','',17110,'http://thisisradical.com/absoluteplastics/?p=17196',0,'revision','',0),(17197,1,'2015-07-16 15:25:44','2015-07-16 15:25:44','','production','','inherit','open','open','','production-2','','','2015-07-16 15:25:44','2015-07-16 15:25:44','',17110,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/production1.png',0,'attachment','image/png',0),(17198,1,'2015-07-16 15:26:04','2015-07-16 15:26:04','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"13\" image_repeat=\"no-repeat\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" image_repeat=\"no-repeat\"][vc_column_text]rePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" background_image=\"\" image_repeat=\"no-repeat\"][vc_column_text]After collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17197\" alignment=\"center\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 15:26:04','2015-07-16 15:26:04','',17110,'http://thisisradical.com/absoluteplastics/?p=17198',0,'revision','',0),(17199,1,'2015-07-16 15:26:31','2015-07-16 15:26:31','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"13\" image_repeat=\"no-repeat\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" image_repeat=\"no-repeat\"][vc_column_text]rePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" background_image=\"\" image_repeat=\"no-repeat\"][vc_column_text]After collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17197\" alignment=\"right\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 15:26:31','2015-07-16 15:26:31','',17110,'http://thisisradical.com/absoluteplastics/?p=17199',0,'revision','',0),(17200,1,'2015-07-16 15:47:00','2015-07-16 15:47:00','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"13\" image_repeat=\"no-repeat\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" image_repeat=\"no-repeat\"][vc_column_text]rePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" background_image=\"\" image_repeat=\"no-repeat\"][vc_column_text]After collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17197\" alignment=\"right\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate, LLC. emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, Penny Plate has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 15:47:00','2015-07-16 15:47:00','',17110,'http://thisisradical.com/absoluteplastics/?p=17200',0,'revision','',0),(17202,1,'2015-07-16 15:54:17','2015-07-16 15:54:17','','market title','','inherit','open','open','','market-title','','','2015-07-16 15:54:17','2015-07-16 15:54:17','',15876,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2014/05/market-title.png',0,'attachment','image/png',0),(17203,1,'2015-07-16 16:14:44','2015-07-16 16:14:44','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"13\" image_repeat=\"no-repeat\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" image_repeat=\"no-repeat\"][vc_column_text]rePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" background_image=\"\" image_repeat=\"no-repeat\"][vc_column_text]After collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17197\" alignment=\"right\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, the company has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-16 16:14:44','2015-07-16 16:14:44','',17110,'http://thisisradical.com/absoluteplastics/?p=17203',0,'revision','',0),(17204,1,'2015-08-06 19:54:03','2015-08-06 19:54:03','[vc_row][vc_column][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_column_text el_class=\"h1\"]\n<h1 style=\"text-align: center;\">Absolute Plastics, LLC supplies three major markets:</h1>\n<h1 style=\"text-align: center;\">Food Processors, Food Service Distribution, & Retail.</h1>\n[/vc_column_text][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image image=\"17058\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" alignment=\"center\" img_link_large=\"\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">01</span> FOOD PROCESSORS</h2>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]\n<div>Food industry giants buy Absolute Plastics products to package food for sale to the consumer. Food Processors use Absolute Plastics containers to sell everything from salads to pastas to desserts to meals. Then the food remains in Absolute Plastics containers and is sold in the refrigerated and frozen section of the grocery store.</div>\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">02</span> RETAIL</h2>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Grocery and warehouse stores buy Absolute Plastics products directly or from Food Processors for the fresh, frozen or prepared food section of their stores. Absolute Plastics plates and containers can be found anywhere from the vegetable and produce sections to the refrigerated and frozen aisles in major retail stores across the nation.[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17059\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_right\" transition_delay=\"0.4\" alignment=\"center\" img_link_large=\"\" img_size=\"full\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image image=\"17060\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" alignment=\"center\" img_link_large=\"\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">03</span> FOOD SERVICE DISTRIBUTION</h2>\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food service distribution re-sells products to restaurants, bakeries, small grocers, and other distributors , giving smaller businesses access to Absolute Plastics products. Distributors’ large volume Absolute Plastics orders are resold along with other company’s products on weekly routes to smaller businesses.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\" padding_top=\"54\"][vc_column width=\"1/3\"][counter type=\"zero\" box=\"no\" position=\"center\" text_transform=\"none\" separator=\"no\" digit=\"98%\" font_color=\"#ffffff\" text=\"Order Fill Rate\" text_color=\"#ffffff\" font_size=\"50\" text_size=\"25\"][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/3\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"95%\" font_color=\"#ffffff\" text=\"Line Fill Rate\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"25\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/3\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"100%\" font_color=\"#ffffff\" text=\"Customer Satisfaction\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"25\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][/vc_column][/vc_row]','Markets','','inherit','open','open','','15876-autosave-v1','','','2015-08-06 19:54:03','2015-08-06 19:54:03','',15876,'http://thisisradical.com/absoluteplastics/?p=17204',0,'revision','',0),(17213,1,'2015-07-16 20:41:02','2015-07-16 20:41:02','','bottles','','inherit','open','open','','bottles','','','2015-07-16 20:41:02','2015-07-16 20:41:02','',17110,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/bottles.png',0,'attachment','image/png',0),(17214,1,'2015-07-17 13:54:10','2015-07-17 13:54:10',' ','','','publish','open','open','','17214','','','2015-07-17 17:28:02','2015-07-17 17:28:02','',0,'http://thisisradical.com/absoluteplastics/?p=17214',8,'nav_menu_item','',0),(17215,1,'2015-07-17 13:56:19','2015-07-17 13:56:19','[vc_row row_type=\"row\" type=\"full_width\" text_align=\"left\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h3>Our Office</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"6\" down=\"6\"][vc_column_text]\r\n<div class=\"vk_txt\">2107B Miller Road</div>\r\n<div class=\"vk_txt\">Wilson, NC 27893</div>\r\nEmail: sales@absoluteplastics.net\r\n\r\nPhone: (252) 206-9941\r\n\r\nFax: (252) 206-9947[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"6\" down=\"6\"][social_icons icon=\"fa-twitter\" size=\"fa-lg\" link=\"https://twitter.com/\" target=\"_blank\" type=\"normal_social\" top_gradient_background_color=\"#f9f9f9\" bottom_gradient_background_color=\"#eeeeee\" border_color=\"#eaeaea\" use_custom_size=\"no\" icon_margin=\"0 13px 0 0\"][social_icons icon=\"fa-facebook\" size=\"fa-lg\" link=\"https://www.facebook.com/\" target=\"_blank\" type=\"normal_social\" top_gradient_background_color=\"#f9f9f9\" bottom_gradient_background_color=\"#eeeeee\" border_color=\"#eaeaea\" use_custom_size=\"no\" icon_margin=\"0 13px 0 0\"][social_icons icon=\"fa-google-plus\" size=\"fa-lg\" link=\"https://plus.google.com\" target=\"_blank\" type=\"normal_social\" top_gradient_background_color=\"#f9f9f9\" bottom_gradient_background_color=\"#eeeeee\" border_color=\"#eaeaea\" use_custom_size=\"no\" icon_margin=\"0 13px 0 0\"][social_icons icon=\"fa-instagram\" size=\"fa-lg\" link=\"http://instagram.com\" target=\"_blank\" type=\"normal_social\" top_gradient_background_color=\"#f9f9f9\" bottom_gradient_background_color=\"#eeeeee\" border_color=\"#eaeaea\" use_custom_size=\"no\" icon_margin=\"0 13px 0 0\"][social_icons icon=\"fa-tumblr\" size=\"fa-lg\" link=\"https://www.tumblr.com/\" target=\"_blank\" type=\"normal_social\" top_gradient_background_color=\"#f9f9f9\" bottom_gradient_background_color=\"#eeeeee\" border_color=\"#eaeaea\" use_custom_size=\"no\" icon_margin=\"0 13px 0 0\"][social_icons icon=\"fa-pinterest\" size=\"fa-lg\" link=\"https://www.pinterest.com/\" target=\"_blank\" type=\"normal_social\" top_gradient_background_color=\"#f9f9f9\" bottom_gradient_background_color=\"#eeeeee\" border_color=\"#eaeaea\" use_custom_size=\"no\" icon_margin=\"0 13px 0 0\"][/vc_column][/vc_row]','Contact','','inherit','open','open','','1452-revision-v1','','','2015-07-17 13:56:19','2015-07-17 13:56:19','',1452,'http://thisisradical.com/absoluteplastics/?p=17215',0,'revision','',0),(17216,1,'2015-07-17 13:56:25','2015-07-17 13:56:25','[vc_row row_type=\"row\" type=\"full_width\" text_align=\"left\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h3>Our Office</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"6\" down=\"6\"][vc_column_text]\r\n<div class=\"vk_txt\">2107B Miller Road</div>\r\n<div class=\"vk_txt\">Wilson, NC 27893</div>\r\nEmail: sales@absoluteplastics.net\r\n\r\nPhone: (252) 206-9941\r\n\r\nFax: (252) 206-9947[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"6\" down=\"6\"][social_icons icon=\"fa-twitter\" size=\"fa-lg\" link=\"https://twitter.com/\" target=\"_blank\" type=\"normal_social\" top_gradient_background_color=\"#f9f9f9\" bottom_gradient_background_color=\"#eeeeee\" border_color=\"#eaeaea\" use_custom_size=\"no\" icon_margin=\"0 13px 0 0\"][social_icons icon=\"fa-facebook\" size=\"fa-lg\" link=\"https://www.facebook.com/\" target=\"_blank\" type=\"normal_social\" top_gradient_background_color=\"#f9f9f9\" bottom_gradient_background_color=\"#eeeeee\" border_color=\"#eaeaea\" use_custom_size=\"no\" icon_margin=\"0 13px 0 0\"][social_icons icon=\"fa-google-plus\" size=\"fa-lg\" link=\"https://plus.google.com\" target=\"_blank\" type=\"normal_social\" top_gradient_background_color=\"#f9f9f9\" bottom_gradient_background_color=\"#eeeeee\" border_color=\"#eaeaea\" use_custom_size=\"no\" icon_margin=\"0 13px 0 0\"][social_icons icon=\"fa-instagram\" size=\"fa-lg\" link=\"http://instagram.com\" target=\"_blank\" type=\"normal_social\" top_gradient_background_color=\"#f9f9f9\" bottom_gradient_background_color=\"#eeeeee\" border_color=\"#eaeaea\" use_custom_size=\"no\" icon_margin=\"0 13px 0 0\"][social_icons icon=\"fa-tumblr\" size=\"fa-lg\" link=\"https://www.tumblr.com/\" target=\"_blank\" type=\"normal_social\" top_gradient_background_color=\"#f9f9f9\" bottom_gradient_background_color=\"#eeeeee\" border_color=\"#eaeaea\" use_custom_size=\"no\" icon_margin=\"0 13px 0 0\"][social_icons icon=\"fa-pinterest\" size=\"fa-lg\" link=\"https://www.pinterest.com/\" target=\"_blank\" type=\"normal_social\" top_gradient_background_color=\"#f9f9f9\" bottom_gradient_background_color=\"#eeeeee\" border_color=\"#eaeaea\" use_custom_size=\"no\" icon_margin=\"0 13px 0 0\"][/vc_column][/vc_row]','Contact','','inherit','open','open','','1452-autosave-v1','','','2015-07-17 13:56:25','2015-07-17 13:56:25','',1452,'http://thisisradical.com/absoluteplastics/?p=17216',0,'revision','',0),(17217,1,'2015-07-17 13:58:09','2015-07-17 13:58:09','[vc_row row_type=\"row\" type=\"full_width\" text_align=\"left\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h3>Our Office</h3>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"6\" down=\"6\"][vc_column_text]\r\n<div class=\"vk_txt\">2107B Miller Road</div>\r\n<div class=\"vk_txt\">Wilson, NC 27893</div>\r\nEmail: sales@absoluteplastics.net\r\n\r\nPhone: (252) 206-9941\r\n\r\nFax: (252) 206-9947[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"6\" down=\"6\"][/vc_column][/vc_row]','Contact','','inherit','open','open','','1452-revision-v1','','','2015-07-17 13:58:09','2015-07-17 13:58:09','',1452,'http://thisisradical.com/absoluteplastics/?p=17217',0,'revision','',0),(17218,1,'2015-07-17 15:05:01','2015-07-17 15:05:01','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"13\" image_repeat=\"no-repeat\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">rePlanet</h3>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"7\" background_image=\"\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">ECO2</h3>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17197\" alignment=\"right\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, the company has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-17 15:05:01','2015-07-17 15:05:01','',17110,'http://thisisradical.com/absoluteplastics/?p=17218',0,'revision','',0),(17219,1,'2015-07-17 15:06:10','2015-07-17 15:06:10','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"13\" image_repeat=\"no-repeat\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">rePlanet</h3>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">ECO2</h3>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17197\" alignment=\"right\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, the company has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-17 15:06:10','2015-07-17 15:06:10','',17110,'http://thisisradical.com/absoluteplastics/?p=17219',0,'revision','',0),(17220,1,'2015-07-17 17:27:42','2015-07-17 17:27:42','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17221\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\" img_size=\"large\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"75px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h4>At left is a diagram of our innovative sealing system. Absolute Plastics’ patented lid fit uses three distinct seals to resist leaking and help prevent spills. The lid audibly attaches both inside the bowl and outside the bowl flange. When the button on the outside of lid snaps over the bowl flange, the seal bead is pulled down to add a third seal against the bowl flange. These three seals (inside the bowl, on top of the flange and over the bowl flange) work together to prevent spills. Additionally, the outside buttons keep the lid attached to the bowl in case the entire package is dropped to help prevent the contents from spilling out.</h4>\r\n<h4></h4>\r\n<h4></h4>\r\n[/vc_column_text][vc_empty_space height=\"22px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h4>Not only does the lid create a tight, leak resistant seal, but also easily attaches to the bowl and audibly snaps into place to let you know it is secure. Here at Absolute Plastics, we are committed to sustainable innovation that gives you added assurance against leaks and spills.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"42px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\"][vc_empty_space height=\"22px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h1 style=\"text-align: center;\"></h1>\r\n<h1 style=\"text-align: center;\">Creating a Custom Container or Plate</h1>\r\n \r\n<h4></h4>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\"][vc_column_text]\r\n<h4>At Absolute Plastics, we pride ourselves in providing our customers with high quality products that fit their needs. If you would like a container that we do not offer, please contact us at <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:info@absoluteplastics.com\">info@absoluteplastics.com</a></span> and include the information below:</h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #000000;\">1. Current Packaging Code, Description, and Dimensions</span></h4>\r\n<h4><span style=\"color: #000000;\">2. Annual Container/Plate Usage</span></h4>\r\n<h4><span style=\"color: #000000;\">3. Application of Packaging</span></h4>\r\n<h4><span style=\"color: #000000;\">4. Your Type of Business (retail, processor, etc.)</span></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #000000;\">5. Do you Co-Pack? Do you need a Co-Packer?</span></h4>\r\n<h4><span style=\"color: #000000;\">6. Container/Plate Requirements: Top Out, Top In, Bottom, Depth, Capacity</span></h4>\r\n<h4><span style=\"color: #000000;\">7. Any other Requirements/Comments</span></h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"100px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Custom Innovation','','publish','open','open','','custom-innovation','','','2015-08-11 15:03:47','2015-08-11 15:03:47','',0,'http://thisisradical.com/absoluteplastics/?page_id=17220',0,'page','',0),(17221,1,'2015-07-17 16:13:21','2015-07-17 16:13:21','','AP_PatentedSeal','','inherit','open','open','','ap_patentedseal','','','2015-07-17 16:13:21','2015-07-17 16:13:21','',17220,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AP_PatentedSeal.png',0,'attachment','image/png',0),(17222,1,'2015-07-17 16:16:09','2015-07-17 16:16:09','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"grey\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17221\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\" img_size=\"large\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"\"]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"\" alignment=\"\" style=\"\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" qode_css_animation=\"\" transition_delay=\"\" css_animation=\"\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"\"]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Custom Innovation','','inherit','open','open','','17220-revision-v1','','','2015-07-17 16:16:09','2015-07-17 16:16:09','',17220,'http://thisisradical.com/absoluteplastics/?p=17222',0,'revision','',0),(17223,1,'2015-07-17 17:27:42','2015-07-17 17:27:42','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17221\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\" img_size=\"large\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"\"]At left is a diagram of our innovative sealing system. The three-part seal eliminates troublesome takeout spills, resulting in higher container quality and customer satisfaction.[/vc_column_text][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1>Creating a Custom Container</h1>\r\nAt Absolute Plastics, we pride ourselves in providing our customers with high quality products that fit their needs. If you would like a container that we do not offer, please contact us at info@absoluteplastics.com and include the information below:\r\n\r\nCurrent Packaging Code, Description, and Dimensions\r\n\r\nAnnual Pan Usage\r\n\r\nApplication of Packaging\r\n\r\nYour Type of Business (retail, processor, etc.)\r\n\r\nDo you Co-Pack? Do you need a Co-Packer?\r\n\r\nPan Requirements: Top Out, Top In, Bottom, Depth, Capacity\r\n\r\nAny other Requirements/Comments[/vc_column_text][/vc_column][/vc_row]','Custom Innovation','','inherit','open','open','','17220-revision-v1','','','2015-07-17 17:27:42','2015-07-17 17:27:42','',17220,'http://thisisradical.com/absoluteplastics/?p=17223',0,'revision','',0),(17224,1,'2015-07-17 17:28:02','2015-07-17 17:28:02',' ','','','publish','open','open','','17224','','','2015-07-17 17:28:02','2015-07-17 17:28:02','',0,'http://thisisradical.com/absoluteplastics/?p=17224',7,'nav_menu_item','',0),(17225,1,'2015-08-11 14:58:15','2015-08-11 14:58:15','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17221\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\" img_size=\"large\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"75px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\n<h4>At left is a diagram of our innovative sealing system. Absolute Plastics’ patented lid fit uses three distinct seals to resist leaking and help prevent spills. The lid audibly attaches both inside the bowl and outside the bowl flange. When the button on the outside of lid snaps over the bowl flange, the seal bead is pulled down to add a third seal against the bowl flange. These three seals (inside the bowl, on top of the flange and over the bowl flange) work together to prevent spills. Additionally, the outside buttons keep the lid attached to the bowl in case the entire package is dropped to help prevent the contents from spilling out.</h4>\n<h4></h4>\n<h4></h4>\n[/vc_column_text][vc_column_text css_animation=\"\"]\n<h4>Not only does the lid create a tight, leak resistant seal, but also easily attaches to the bowl and audibly snaps into place to let you know it is secure. Here at Absolute Plastics, we are committed to sustainable innovation that gives you added assurance against leaks and spills.</h4>\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_text_separator title=\"Title\" title_align=\"separator_align_center\" border=\"no\"][vc_empty_space height=\"42px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\n<h1>Creating a Custom Container or Plate</h1>\n \n<h4></h4>\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\"][vc_column_text]\n<h4>At Absolute Plastics, we pride ourselves in providing our customers with high quality products that fit their needs. If you would like a container that we do not offer, please contact us at <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:info@absoluteplastics.com\">info@absoluteplastics.com</a></span> and include the information below:</h4>\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\n<h4><span style=\"color: #000000;\">1. Current Packaging Code, Description, and Dimensions</span></h4>\n<h4><span style=\"color: #000000;\">2. Annual Container/Plate Usage</span></h4>\n<h4><span style=\"color: #000000;\">3. Application of Packaging</span></h4>\n<h4><span style=\"color: #000000;\">4. Your Type of Business (retail, processor, etc.)</span></h4>\n<h4></h4>\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h4><span style=\"color: #000000;\">5. Do you Co-Pack? Do you need a Co-Packer?</span></h4>\n<h4><span style=\"color: #000000;\">6. Container/Plate Requirements: Top Out, Top In, Bottom, Depth, Capacity</span></h4>\n<h4><span style=\"color: #000000;\">7. Any other Requirements/Comments</span></h4>\n[/vc_column_text][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"100px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Custom Innovation','','inherit','open','open','','17220-autosave-v1','','','2015-08-11 14:58:15','2015-08-11 14:58:15','',17220,'http://thisisradical.com/absoluteplastics/?p=17225',0,'revision','',0),(17226,1,'2015-07-17 17:29:23','2015-07-17 17:29:23','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17221\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\" img_size=\"large\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]At left is a diagram of our innovative sealing system. The three-part seal eliminates troublesome takeout spills, resulting in higher container quality and customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1>Creating a Custom Container</h1>\r\nAt Absolute Plastics, we pride ourselves in providing our customers with high quality products that fit their needs. If you would like a container that we do not offer, please contact us at info@absoluteplastics.com and include the information below:\r\n\r\nCurrent Packaging Code, Description, and Dimensions\r\n\r\nAnnual Pan Usage\r\n\r\nApplication of Packaging\r\n\r\nYour Type of Business (retail, processor, etc.)\r\n\r\nDo you Co-Pack? Do you need a Co-Packer?\r\n\r\nPan Requirements: Top Out, Top In, Bottom, Depth, Capacity\r\n\r\nAny other Requirements/Comments[/vc_column_text][vc_empty_space height=\"100px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Custom Innovation','','inherit','open','open','','17220-revision-v1','','','2015-07-17 17:29:23','2015-07-17 17:29:23','',17220,'http://thisisradical.com/absoluteplastics/?p=17226',0,'revision','',0),(17227,1,'2015-07-17 17:30:22','2015-07-17 17:30:22','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17221\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\" img_size=\"large\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"75px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]At left is a diagram of our innovative sealing system. The three-part seal eliminates troublesome takeout spills, resulting in higher container quality and customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1>Creating a Custom Container</h1>\r\nAt Absolute Plastics, we pride ourselves in providing our customers with high quality products that fit their needs. If you would like a container that we do not offer, please contact us at info@absoluteplastics.com and include the information below:\r\n\r\nCurrent Packaging Code, Description, and Dimensions\r\n\r\nAnnual Pan Usage\r\n\r\nApplication of Packaging\r\n\r\nYour Type of Business (retail, processor, etc.)\r\n\r\nDo you Co-Pack? Do you need a Co-Packer?\r\n\r\nPan Requirements: Top Out, Top In, Bottom, Depth, Capacity\r\n\r\nAny other Requirements/Comments[/vc_column_text][vc_empty_space height=\"100px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Custom Innovation','','inherit','open','open','','17220-revision-v1','','','2015-07-17 17:30:22','2015-07-17 17:30:22','',17220,'http://thisisradical.com/absoluteplastics/?p=17227',0,'revision','',0),(17228,1,'2015-07-17 17:31:36','2015-07-17 17:31:36','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17221\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\" img_size=\"large\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"75px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]At left is a diagram of our innovative sealing system. The three-part seal eliminates troublesome takeout spills, resulting in higher container quality and customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1>Creating a Custom Container</h1>\r\n \r\n\r\nAt Absolute Plastics, we pride ourselves in providing our customers with high quality products that fit their needs. If you would like a container that we do not offer, please contact us at info@absoluteplastics.com and include the information below:\r\n\r\nCurrent Packaging Code, Description, and Dimensions\r\n\r\nAnnual Pan Usage\r\n\r\nApplication of Packaging\r\n\r\nYour Type of Business (retail, processor, etc.)\r\n\r\nDo you Co-Pack? Do you need a Co-Packer?\r\n\r\nPan Requirements: Top Out, Top In, Bottom, Depth, Capacity\r\n\r\nAny other Requirements/Comments[/vc_column_text][vc_empty_space height=\"100px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Custom Innovation','','inherit','open','open','','17220-revision-v1','','','2015-07-17 17:31:36','2015-07-17 17:31:36','',17220,'http://thisisradical.com/absoluteplastics/?p=17228',0,'revision','',0),(17229,1,'2015-07-17 17:33:16','2015-07-17 17:33:16','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17221\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\" img_size=\"large\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"75px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]At left is a diagram of our innovative sealing system. The three-part seal eliminates troublesome takeout spills, resulting in higher container quality and customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1>Creating a Custom Container</h1>\r\n \r\n\r\nAt Absolute Plastics, we pride ourselves in providing our customers with high quality products that fit their needs. If you would like a container that we do not offer, please contact us at info@absoluteplastics.com and include the information below:\r\n\r\n \r\n\r\nCurrent Packaging Code, Description, and Dimensions\r\n\r\nAnnual Pan Usage\r\n\r\nApplication of Packaging\r\n\r\nYour Type of Business (retail, processor, etc.)\r\n\r\nDo you Co-Pack? Do you need a Co-Packer?\r\n\r\nPan Requirements: Top Out, Top In, Bottom, Depth, Capacity\r\n\r\nAny other Requirements/Comments[/vc_column_text][vc_empty_space height=\"100px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Custom Innovation','','inherit','open','open','','17220-revision-v1','','','2015-07-17 17:33:16','2015-07-17 17:33:16','',17220,'http://thisisradical.com/absoluteplastics/?p=17229',0,'revision','',0),(17230,1,'2015-07-17 18:02:04','2015-07-17 18:02:04','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"Absolute Plastics was built on over 60 years of packaging experience. \" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"70%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"First to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"40\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\" text_color=\"#1e73be\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics offers a wide range of products designed around functionality, sustainability and convenience.\r\n\r\n \r\n<ul>\r\n <li>Our products significantly reduce logistics costs and have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\" link=\"http://thisisradical.com/absoluteplastics/?page_id=16674\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics is dedicated to adding an environmentally focused dimension to the private label top category through using innovative materials such as compostable, sustainable paper and 70% post-consumer recyclable plastic.\r\n\r\n \r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, the 70% recycled container program addresses the environmental issues related to foam and conventional plastic take out products.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Absolute Plastics products are all made in the United States. Supporting products made in the USA strengthens our economy, protects our environmental standards, and minimizes exploitation of workers in third world countries.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">With Absolute Plastics design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>A highly experienced design, production, and distribution team to provide a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-07-17 18:02:04','2015-07-17 18:02:04','',15676,'http://thisisradical.com/absoluteplastics/?p=17230',0,'revision','',0),(17231,1,'2015-07-17 18:20:41','2015-07-17 18:20:41','','Container-Header','','inherit','open','open','','container-header','','','2015-07-17 18:20:41','2015-07-17 18:20:41','',17220,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Container-Header.jpg',0,'attachment','image/jpeg',0),(17232,1,'2015-07-17 18:31:28','2015-07-17 18:31:28','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17221\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\" img_size=\"large\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"75px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]At left is a diagram of our innovative sealing system. The three-part seal eliminates troublesome takeout spills, resulting in higher container quality and customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1>Creating a Custom Container or Plate</h1>\r\n \r\n<h3>At Absolute Plastics, we pride ourselves in providing our customers with high quality products that fit their needs. If you would like a container that we do not offer, please contact us at <a href=\"mailto:info@absoluteplastics.com\">info@absoluteplastics.com</a> and include the information below:</h3>\r\n \r\n\r\n1. Current Packaging Code, Description, and Dimensions\r\n\r\n2. Annual Container/Plate Usage\r\n\r\n3. Application of Packaging\r\n\r\n4. Your Type of Business (retail, processor, etc.)\r\n\r\n5. Do you Co-Pack? Do you need a Co-Packer?\r\n\r\n6. Container/Plate Requirements: Top Out, Top In, Bottom, Depth, Capacity\r\n\r\n7. Any other Requirements/Comments[/vc_column_text][vc_empty_space height=\"100px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Custom Innovation','','inherit','open','open','','17220-revision-v1','','','2015-07-17 18:31:28','2015-07-17 18:31:28','',17220,'http://thisisradical.com/absoluteplastics/?p=17232',0,'revision','',0),(17233,1,'2015-07-17 18:33:36','2015-07-17 18:33:36','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17221\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\" img_size=\"large\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"75px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]At left is a diagram of our innovative sealing system. The three-part seal eliminates troublesome takeout spills, resulting in higher container quality and customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1>Creating a Custom Container or Plate</h1>\r\n \r\n<h3>At Absolute Plastics, we pride ourselves in providing our customers with high quality products that fit their needs. If you would like a container that we do not offer, please contact us at <a href=\"mailto:info@absoluteplastics.com\">info@absoluteplastics.com</a> and include the information below:</h3>\r\n \r\n<h4>1. Current Packaging Code, Description, and Dimensions</h4>\r\n<h4>2. Annual Container/Plate Usage</h4>\r\n<h4>3. Application of Packaging</h4>\r\n<h4>4. Your Type of Business (retail, processor, etc.)</h4>\r\n<h4>5. Do you Co-Pack? Do you need a Co-Packer?</h4>\r\n<h4>6. Container/Plate Requirements: Top Out, Top In, Bottom, Depth, Capacity</h4>\r\n<h4>7. Any other Requirements/Comments</h4>\r\n[/vc_column_text][vc_empty_space height=\"100px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Custom Innovation','','inherit','open','open','','17220-revision-v1','','','2015-07-17 18:33:36','2015-07-17 18:33:36','',17220,'http://thisisradical.com/absoluteplastics/?p=17233',0,'revision','',0),(17234,1,'2015-07-17 18:36:00','2015-07-17 18:36:00','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17221\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\" img_size=\"large\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"75px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]At left is a diagram of our innovative sealing system. The three-part seal eliminates troublesome takeout spills, resulting in higher container quality and customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1>Creating a Custom Container or Plate</h1>\r\n \r\n<h4>At Absolute Plastics, we pride ourselves in providing our customers with high quality products that fit their needs. If you would like a container that we do not offer, please contact us at <a href=\"mailto:info@absoluteplastics.com\">info@absoluteplastics.com</a> and include the information below:</h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>1. Current Packaging Code, Description, and Dimensions</h4>\r\n<h4>2. Annual Container/Plate Usage</h4>\r\n<h4>3. Application of Packaging</h4>\r\n<h4>4. Your Type of Business (retail, processor, etc.)</h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>5. Do you Co-Pack? Do you need a Co-Packer?</h4>\r\n<h4>6. Container/Plate Requirements: Top Out, Top In, Bottom, Depth, Capacity</h4>\r\n<h4>7. Any other Requirements/Comments</h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"100px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Custom Innovation','','inherit','open','open','','17220-revision-v1','','','2015-07-17 18:36:00','2015-07-17 18:36:00','',17220,'http://thisisradical.com/absoluteplastics/?p=17234',0,'revision','',0),(17235,1,'2015-07-17 18:37:25','2015-07-17 18:37:25','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17221\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\" img_size=\"large\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"75px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]At left is a diagram of our innovative sealing system. The three-part seal eliminates troublesome takeout spills, resulting in higher container quality and customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1>Creating a Custom Container or Plate</h1>\r\n \r\n<h4></h4>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\"][vc_empty_space height=\"45px\" image_repeat=\"no-repeat\"][vc_column_text]At Absolute Plastics, we pride ourselves in providing our customers with high quality products that fit their needs. If you would like a container that we do not offer, please contact us at <a href=\"mailto:info@absoluteplastics.com\">info@absoluteplastics.com</a> and include the information below:[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>1. Current Packaging Code, Description, and Dimensions</h4>\r\n<h4>2. Annual Container/Plate Usage</h4>\r\n<h4>3. Application of Packaging</h4>\r\n<h4>4. Your Type of Business (retail, processor, etc.)</h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>5. Do you Co-Pack? Do you need a Co-Packer?</h4>\r\n<h4>6. Container/Plate Requirements: Top Out, Top In, Bottom, Depth, Capacity</h4>\r\n<h4>7. Any other Requirements/Comments</h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"100px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Custom Innovation','','inherit','open','open','','17220-revision-v1','','','2015-07-17 18:37:25','2015-07-17 18:37:25','',17220,'http://thisisradical.com/absoluteplastics/?p=17235',0,'revision','',0),(17236,1,'2015-07-17 18:38:02','2015-07-17 18:38:02','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17221\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\" img_size=\"large\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"75px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]At left is a diagram of our innovative sealing system. The three-part seal eliminates troublesome takeout spills, resulting in higher container quality and customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1>Creating a Custom Container or Plate</h1>\r\n \r\n<h4></h4>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\"][vc_column_text]\r\n<h4>At Absolute Plastics, we pride ourselves in providing our customers with high quality products that fit their needs. If you would like a container that we do not offer, please contact us at <a href=\"mailto:info@absoluteplastics.com\">info@absoluteplastics.com</a> and include the information below:</h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>1. Current Packaging Code, Description, and Dimensions</h4>\r\n<h4>2. Annual Container/Plate Usage</h4>\r\n<h4>3. Application of Packaging</h4>\r\n<h4>4. Your Type of Business (retail, processor, etc.)</h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>5. Do you Co-Pack? Do you need a Co-Packer?</h4>\r\n<h4>6. Container/Plate Requirements: Top Out, Top In, Bottom, Depth, Capacity</h4>\r\n<h4>7. Any other Requirements/Comments</h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"100px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Custom Innovation','','inherit','open','open','','17220-revision-v1','','','2015-07-17 18:38:02','2015-07-17 18:38:02','',17220,'http://thisisradical.com/absoluteplastics/?p=17236',0,'revision','',0),(17237,1,'2015-07-17 18:39:10','2015-07-17 18:39:10','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17221\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\" img_size=\"large\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"75px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]At left is a diagram of our innovative sealing system. The three-part seal eliminates troublesome takeout spills, resulting in higher container quality and customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1>Creating a Custom Container or Plate</h1>\r\n \r\n<h4></h4>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\"][vc_column_text]\r\n<h4>At Absolute Plastics, we pride ourselves in providing our customers with high quality products that fit their needs. If you would like a container that we do not offer, please contact us at <a href=\"mailto:info@absoluteplastics.com\">info@absoluteplastics.com</a> and include the information below:</h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #0000ff;\">1. Current Packaging Code, Description, and Dimensions</span></h4>\r\n<h4><span style=\"color: #0000ff;\">2. Annual Container/Plate Usage</span></h4>\r\n<h4><span style=\"color: #0000ff;\">3. Application of Packaging</span></h4>\r\n<h4><span style=\"color: #0000ff;\">4. Your Type of Business <span style=\"color: #000000;\">(retail, processor, etc.)</span></span></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #0000ff;\">5. Do you Co-Pack? Do you need a Co-Packer?</span></h4>\r\n<h4><span style=\"color: #0000ff;\">6. Container/Plate Requirements:</span> Top Out, Top In, Bottom, Depth, Capacity</h4>\r\n<h4><span style=\"color: #0000ff;\">7. Any other Requirements/Comments</span></h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"100px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Custom Innovation','','inherit','open','open','','17220-revision-v1','','','2015-07-17 18:39:10','2015-07-17 18:39:10','',17220,'http://thisisradical.com/absoluteplastics/?p=17237',0,'revision','',0),(17238,1,'2015-07-17 18:40:41','2015-07-17 18:40:41','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17221\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\" img_size=\"large\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"75px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]At left is a diagram of our innovative sealing system. The three-part seal eliminates troublesome takeout spills, resulting in higher container quality and customer satisfaction.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1>Creating a Custom Container or Plate</h1>\r\n \r\n<h4></h4>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\"][vc_column_text]\r\n<h4>At Absolute Plastics, we pride ourselves in providing our customers with high quality products that fit their needs. If you would like a container that we do not offer, please contact us at <a href=\"mailto:info@absoluteplastics.com\">info@absoluteplastics.com</a> and include the information below:</h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #000000;\">1. Current Packaging Code, Description, and Dimensions</span></h4>\r\n<h4><span style=\"color: #000000;\">2. Annual Container/Plate Usage</span></h4>\r\n<h4><span style=\"color: #000000;\">3. Application of Packaging</span></h4>\r\n<h4><span style=\"color: #000000;\">4. Your Type of Business (retail, processor, etc.)</span></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #000000;\">5. Do you Co-Pack? Do you need a Co-Packer?</span></h4>\r\n<h4><span style=\"color: #000000;\">6. Container/Plate Requirements: Top Out, Top In, Bottom, Depth, Capacity</span></h4>\r\n<h4><span style=\"color: #000000;\">7. Any other Requirements/Comments</span></h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"100px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Custom Innovation','','inherit','open','open','','17220-revision-v1','','','2015-07-17 18:40:41','2015-07-17 18:40:41','',17220,'http://thisisradical.com/absoluteplastics/?p=17238',0,'revision','',0),(17240,1,'2015-07-29 19:06:32','2015-07-29 19:06:32','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1><strong>Absolute Plastics, LLC </strong></h1>\r\n<h3><strong>Company Overview & Background</strong></h3>\r\n \r\n\r\nAbsolute Plastics prides itself on being an innovator of sustainable plastic packaging for the foodservice, retail, and distribution markets throughout North America. A subsidiary of re-Planet Holdings, Absolute Plastics, LLC is the most recent addition to over 60 years of privately owned disposable container companies. Founded on cutting-edge technology with PET and Polypropylene thermoforming capabilities, we are located in Wilson, NC with a second manufacturing facility in Visalia, CA (rePLANET Packaging).\r\n\r\n \r\n\r\nUtilizing a platform of new plastics materials and improved container design, Absolute Plastics is uniquely qualified to create solutions for your individual requirements. Having extrusion operations in our plants allow Absolute Plastics to recover and reuse virtually all of our web and part scrap, creating a near zero waste plastics operation.\r\n\r\n \r\n\r\nAbsolute Plastics sells a full line of “Microwave Safe,” 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products and provides a low cost foam replacement alternative.\r\n\r\n \r\n\r\nAs of 2015, Absolute Plastics has developed <b>70% Post-Consumer Recycled</b> (PCR) PET packaging available in clear, black and custom colors. Absolute Plastics has been committed to innovation, exceeding customer expectations, and manufacturing in the USA. To achieve our competitive pricing, Absolute Plastics extrudes most of the roll stock used in their thermoforming process.[/vc_column_text][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/3\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_single_image image=\"17089\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"medium\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h2><strong><span class=\"subtitle\">Penny Plate</span></strong></h2>\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-07-29 19:06:32','2015-07-29 19:06:32','',16806,'http://thisisradical.com/absoluteplastics/?p=17240',0,'revision','',0),(17241,1,'2015-07-29 19:08:15','2015-07-29 19:08:15','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]As a part of rePlanet Holdings, Absolute Plastics is one of the first plastics packaging suppliers that is building a closed loop recycling system for packaging. RePLANET collection has over 700 collection centers that collect PET, aluminum cans and glass. ECO2 has the capability to shred and clean over 60 million pounds of recovered PET. Absolute Plastics uses recycled PET (rPET) to produce new PET packaging custom designed to meet the application.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"13\" image_repeat=\"no-repeat\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">rePlanet</h3>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet consists of over 700 recycling centers and 1,400 employees. It collects over 60 million lbs of aluminum, 90 million lbs of PET bottles, and 120 million lbs of glass annually using its staffed collection centers and reverse vending technology.[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">ECO2</h3>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17197\" alignment=\"right\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, the company has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-29 19:08:15','2015-07-29 19:08:15','',17110,'http://thisisradical.com/absoluteplastics/?p=17241',0,'revision','',0),(17242,1,'2015-07-29 19:08:55','2015-07-29 19:08:55','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]As a part of rePlanet Holdings, Absolute Plastics is one of the first plastics packaging suppliers that is building a closed loop recycling system for packaging. RePLANET collection has over 700 collection centers that collect PET, aluminum cans and glass. ECO2 has the capability to shred and clean over 60 million pounds of recovered PET. Absolute Plastics uses recycled PET (rPET) to produce new PET packaging custom designed to meet the application.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"13\" image_repeat=\"no-repeat\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">rePlanet</h3>\r\nEvery bottle counts.\r\n\r\n \r\n\r\nAnd when we say every bottle counts, we mean it. Every year, we collect billions of containers from countless Californians. These containers put millions of dollars into people’s hands, which makes a real difference – from putting dollars in your wallet, to keeping containers out of the landfill, to supporting community and national causes. At rePlanet, making every bottle count is more than just adding up numbers, it’s about making a difference and creating real value.\r\n\r\n \r\n\r\nWe’ve built the largest recycling collection network in the country and partnered with every major grocery chain to make sure a recycling location is always nearby in California. Simply bring in your bottles and get your extra spending money, or donate your recycling dollars to a cause you care about. Recycling with rePlanet is easy and rewarding.\r\n\r\n \r\n\r\nAnd if that isn’t enough, you can feel good knowing rePlanet gives every bottle and can you recycle a new life. We use the containers we collect to design, manufacture, and distribute the world’s most sustainable Aluminum and PET packaging, which ends up being used by restaurants, foodservice, and your local grocery store.\r\n\r\n \r\n\r\nIt’s how we create real value.[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">ECO2</h3>\r\nAfter collection, PET containers are then transferred to Re-Planet’s ECO2 location. ECO2 is a bottle washing facility located in California where Absolute Plastics repurposes used beverage containers and: washes, grinds, extrudes PET sheet and ultimately thermoforms sheet into new containers with up to 70% PCR.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17197\" alignment=\"right\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, the company has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-29 19:08:55','2015-07-29 19:08:55','',17110,'http://thisisradical.com/absoluteplastics/?p=17242',0,'revision','',0),(17243,1,'2015-07-29 19:09:37','2015-07-29 19:09:37','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]As a part of rePlanet Holdings, Absolute Plastics is one of the first plastics packaging suppliers that is building a closed loop recycling system for packaging. RePLANET collection has over 700 collection centers that collect PET, aluminum cans and glass. ECO2 has the capability to shred and clean over 60 million pounds of recovered PET. Absolute Plastics uses recycled PET (rPET) to produce new PET packaging custom designed to meet the application.[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"13\" image_repeat=\"no-repeat\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">rePlanet</h3>\r\nEvery bottle counts.\r\n\r\n \r\n\r\nAnd when we say every bottle counts, we mean it. Every year, we collect billions of containers from countless Californians. These containers put millions of dollars into people’s hands, which makes a real difference – from putting dollars in your wallet, to keeping containers out of the landfill, to supporting community and national causes. At rePlanet, making every bottle count is more than just adding up numbers, it’s about making a difference and creating real value.\r\n\r\n \r\n\r\nWe’ve built the largest recycling collection network in the country and partnered with every major grocery chain to make sure a recycling location is always nearby in California. Simply bring in your bottles and get your extra spending money, or donate your recycling dollars to a cause you care about. Recycling with rePlanet is easy and rewarding.\r\n\r\n \r\n\r\nAnd if that isn’t enough, you can feel good knowing rePlanet gives every bottle and can you recycle a new life. We use the containers we collect to design, manufacture, and distribute the world’s most sustainable Aluminum and PET packaging, which ends up being used by restaurants, foodservice, and your local grocery store.\r\n\r\n \r\n\r\nIt’s how we create real value.[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">ECO2</h3>\r\nrePLANET Holdings owns ECO2, a PET bottle washing company. With ECO2, rePlanet has the ability to recover and clean our own collected bottles. Once the PET bottle is collected and baled, the label and caps are removed and the bottle is shredded. The shredded PET is then systematically cleaned for safe use in producing new beverage bottles or PET packaging.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17197\" alignment=\"right\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, the company has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-29 19:09:37','2015-07-29 19:09:37','',17110,'http://thisisradical.com/absoluteplastics/?p=17243',0,'revision','',0),(17244,1,'2015-07-29 19:10:31','2015-07-29 19:10:31','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]As a part of rePlanet Holdings, Absolute Plastics is one of the first plastics packaging suppliers that is building a closed loop recycling system for packaging. RePLANET collection has over 700 collection centers that collect PET, aluminum cans and glass. ECO2 has the capability to shred and clean over 60 million pounds of recovered PET. Absolute Plastics uses recycled PET (rPET) to produce new PET packaging custom designed to meet the application.[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"13\" image_repeat=\"no-repeat\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">rePlanet</h3>\r\nWhen we say every bottle counts, we mean it. Every year, we collect billions of containers from countless Californians. These containers put millions of dollars into people’s hands, which makes a real difference – from putting dollars in your wallet, to keeping containers out of the landfill, to supporting community and national causes. At rePlanet, making every bottle count is more than just adding up numbers, it’s about making a difference and creating real value.\r\n\r\n \r\n\r\nWe’ve built the largest recycling collection network in the country and partnered with every major grocery chain to make sure a recycling location is always nearby in California. Simply bring in your bottles and get your extra spending money, or donate your recycling dollars to a cause you care about. Recycling with rePlanet is easy and rewarding.\r\n\r\n \r\n\r\nAnd if that isn’t enough, you can feel good knowing rePlanet gives every bottle and can you recycle a new life. We use the containers we collect to design, manufacture, and distribute the world’s most sustainable Aluminum and PET packaging, which ends up being used by restaurants, foodservice, and your local grocery store.\r\n\r\n[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">ECO2</h3>\r\nrePLANET Holdings owns ECO2, a PET bottle washing company. With ECO2, rePlanet has the ability to recover and clean our own collected bottles. Once the PET bottle is collected and baled, the label and caps are removed and the bottle is shredded. The shredded PET is then systematically cleaned for safe use in producing new beverage bottles or PET packaging.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17197\" alignment=\"right\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nPenny Plate emerged as a leader in the aluminum packaging industry when it debuted the rolled rim pie pan technology in 1948. Since then, the company has been dedicated to environmentally friendly business practices.\r\n\r\nPenny Plate is dedicated to the use of post-consumer recycled content in the production of our aluminum pans. Our pans are made in the United States from 60% recycled content.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-29 19:10:31','2015-07-29 19:10:31','',17110,'http://thisisradical.com/absoluteplastics/?p=17244',0,'revision','',0),(17245,1,'2015-07-29 20:21:33','2015-07-29 20:21:33','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]As a part of rePlanet Holdings, Absolute Plastics is one of the first plastics packaging suppliers that is building a closed loop recycling system for packaging. RePLANET collection has over 700 collection centers that collect PET, aluminum cans and glass. ECO2 has the capability to shred and clean over 60 million pounds of recovered PET. Absolute Plastics uses recycled PET (rPET) to produce new PET packaging custom designed to meet the application.[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"13\" image_repeat=\"no-repeat\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">rePlanet</h3>\r\nWhen we say every bottle counts, we mean it. Every year, we collect billions of containers from countless Californians. These containers put millions of dollars into people’s hands, which makes a real difference – from putting dollars in your wallet, to keeping containers out of the landfill, to supporting community and national causes. At rePlanet, making every bottle count is more than just adding up numbers, it’s about making a difference and creating real value.\r\n\r\n \r\n\r\nWe’ve built the largest recycling collection network in the country and partnered with every major grocery chain to make sure a recycling location is always nearby in California. Simply bring in your bottles and get your extra spending money, or donate your recycling dollars to a cause you care about. Recycling with rePlanet is easy and rewarding.\r\n\r\n \r\n\r\nAnd if that isn’t enough, you can feel good knowing rePlanet gives every bottle and can you recycle a new life. We use the containers we collect to design, manufacture, and distribute the world’s most sustainable Aluminum and PET packaging, which ends up being used by restaurants, foodservice, and your local grocery store.\r\n\r\n[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">ECO2</h3>\r\nrePLANET Holdings owns ECO2, a PET bottle washing company. With ECO2, rePlanet has the ability to recover and clean our own collected bottles. Once the PET bottle is collected and baled, the label and caps are removed and the bottle is shredded. The shredded PET is then systematically cleaned for safe use in producing new beverage bottles or PET packaging.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17197\" alignment=\"right\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nFounded in 1948, Penny Plate, LLC has been committed to innovation, identifying opportunities to exceed customer expectations, and entering the market as a low cost provider. Today, Penny Plate has one of the most extensive lines of aluminum containers, selling to Foodservice, Retail, and Packer Processor industries. Inventors of the widely used rolled rim technology, Penny Plate continues to be one of the leading innovators in aluminum container packaging. We pride ourselves in the sustainability of our products, and our aluminum containers are 100% recyclable.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-29 20:21:33','2015-07-29 20:21:33','',17110,'http://thisisradical.com/absoluteplastics/?p=17245',0,'revision','',0),(17246,1,'2015-07-29 20:46:15','2015-07-29 20:46:15','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]As a part of rePlanet Holdings, Absolute Plastics is one of the first plastics packaging suppliers that is building a closed loop recycling system for packaging. RePLANET collection has over 700 collection centers that collect PET, aluminum cans and glass. ECO2 has the capability to shred and clean over 60 million pounds of recovered PET. Absolute Plastics uses recycled PET (rPET) to produce new PET packaging custom designed to meet the application.[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"13\" image_repeat=\"no-repeat\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">rePlanet</h3>\r\nWhen rePlanet says every bottle counts, they mean it. Every year, rePlanet collect billions of containers from countless Californians. These containers put millions of dollars into people’s hands, which makes a real difference – from putting dollars in your wallet, to keeping containers out of the landfill, to supporting community and national causes. At rePlanet, making every bottle count is more than just adding up numbers, it’s about making a difference and creating real value.\r\n\r\n \r\n\r\nrePlanet has built the largest recycling collection network in the country and partnered with every major grocery chain to make sure a recycling location is always nearby in California. Simply bring in your bottles and get your extra spending money, or donate your recycling dollars to a cause you care about. Recycling with rePlanet is easy and rewarding.\r\n\r\n[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">ECO2</h3>\r\nrePLANET Holdings owns ECO2, a PET bottle washing company. With ECO2, rePlanet has the ability to recover and clean our own collected bottles. Once the PET bottle is collected and baled, the label and caps are removed and the bottle is shredded. The shredded PET is then systematically cleaned for safe use in producing new beverage bottles or PET packaging.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17197\" alignment=\"right\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nFounded in 1948, Penny Plate, LLC has been committed to innovation, identifying opportunities to exceed customer expectations, and entering the market as a low cost provider. Today, Penny Plate has one of the most extensive lines of aluminum containers, selling to Foodservice, Retail, and Packer Processor industries. Inventors of the widely used rolled rim technology, Penny Plate continues to be one of the leading innovators in aluminum container packaging. We pride ourselves in the sustainability of our products, and our aluminum containers are 100% recyclable.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-29 20:46:15','2015-07-29 20:46:15','',17110,'http://thisisradical.com/absoluteplastics/?p=17246',0,'revision','',0),(17247,1,'2015-07-29 20:50:01','2015-07-29 20:50:01','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]As a part of rePlanet Holdings, Absolute Plastics is one of the first plastics packaging suppliers that is building a closed loop recycling system for packaging. RePLANET collection has over 700 collection centers that collect PET, aluminum cans and glass. ECO2 has the capability to shred and clean over 60 million pounds of recovered PET. Absolute Plastics uses recycled PET (rPET) to produce new PET packaging custom designed to meet the application.[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17113\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">rePlanet</h3>\r\nWhen rePlanet says every bottle counts, they mean it. Every year, rePlanet collect billions of containers from countless Californians. These containers put millions of dollars into people’s hands, which makes a real difference – from putting dollars in your wallet, to keeping containers out of the landfill, to supporting community and national causes. At rePlanet, making every bottle count is more than just adding up numbers, it’s about making a difference and creating real value.\r\n\r\n \r\n\r\nrePlanet has built the largest recycling collection network in the country and partnered with every major grocery chain to make sure a recycling location is always nearby in California. Simply bring in your bottles and get your extra spending money, or donate your recycling dollars to a cause you care about. Recycling with rePlanet is easy and rewarding.\r\n\r\n[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">ECO2</h3>\r\nrePLANET Holdings owns ECO2, a PET bottle washing company. With ECO2, rePlanet has the ability to recover and clean our own collected bottles. Once the PET bottle is collected and baled, the label and caps are removed and the bottle is shredded. The shredded PET is then systematically cleaned for safe use in producing new beverage bottles or PET packaging.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17197\" alignment=\"right\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nFounded in 1948, Penny Plate, LLC has been committed to innovation, identifying opportunities to exceed customer expectations, and entering the market as a low cost provider. Today, Penny Plate has one of the most extensive lines of aluminum containers, selling to Foodservice, Retail, and Packer Processor industries. Inventors of the widely used rolled rim technology, Penny Plate continues to be one of the leading innovators in aluminum container packaging. We pride ourselves in the sustainability of our products, and our aluminum containers are 100% recyclable.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-07-29 20:50:01','2015-07-29 20:50:01','',17110,'http://thisisradical.com/absoluteplastics/?p=17247',0,'revision','',0),(17248,1,'2015-07-30 16:20:27','2015-07-30 16:20:27','','SideDishLid','','inherit','open','open','','sidedishlid','','','2015-07-30 16:20:27','2015-07-30 16:20:27','',16785,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/SideDishLid.png',0,'attachment','image/png',0),(17249,1,'2015-07-30 16:23:19','2015-07-30 16:23:19','','NEW_AO969WC','','inherit','open','open','','new_ao969wc','','','2015-07-30 16:23:19','2015-07-30 16:23:19','',16888,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/NEW_AO969WC.jpg',0,'attachment','image/jpeg',0),(17250,1,'2015-07-30 16:34:00','2015-07-30 16:34:00','','AO828WC2C','','inherit','open','open','','ao828wc2c','','','2015-07-30 16:34:00','2015-07-30 16:34:00','',16892,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AO828WC2C.jpg',0,'attachment','image/jpeg',0),(17251,1,'2015-07-30 16:38:30','2015-07-30 16:38:30','','AO969BC','','inherit','open','open','','ao969bc','','','2015-08-02 20:38:48','2015-08-02 20:38:48','',16889,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AO969BC.png',0,'attachment','image/png',0),(17252,1,'2015-07-30 16:57:02','2015-07-30 16:57:02','','AO862BC','','inherit','open','open','','ao862bc','','','2015-07-30 16:57:02','2015-07-30 16:57:02','',16895,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AO862BC.png',0,'attachment','image/png',0),(17253,1,'2015-07-30 17:51:36','2015-07-30 17:51:36','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#:</strong></h4>\r\nLid\r\n\r\n<strong>Fits item:</strong> <a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=small-cake-base\">AS624CBR</a>\r\n\r\n<strong>Dimensions:</strong> 6″ x 6″\r\n\r\n<strong>Color: </strong>Clear\r\n\r\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\r\n\r\n<strong>Case Count:</strong> 200\r\n\r\n<strong>Cases/Pallet:</strong>\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<a href=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/6cake-dome.png\"><img class=\"aligncenter size-large wp-image-17254\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/6cake-dome-1024x768.png\" alt=\"6\'cake-dome\" width=\"1024\" height=\"768\" /></a>\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','Small Cake Dome','','publish','open','open','','small-cake-dome','','','2015-08-03 01:52:25','2015-08-03 01:52:25','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=17253',0,'portfolio_page','',0),(17254,1,'2015-07-30 17:50:39','2015-07-30 17:50:39','','6\'cake-dome','','inherit','open','open','','6cake-dome','','','2015-07-30 17:50:39','2015-07-30 17:50:39','',17253,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/6cake-dome.png',0,'attachment','image/png',0),(17255,1,'2015-07-30 17:53:19','2015-07-30 17:53:19','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#:</strong></h4>\r\nCake Base\r\n\r\n<strong>Dimensions</strong>: 6″ x 6″\r\n\r\n<strong>Color:</strong> Black\r\n\r\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\r\n\r\n<strong>Case Count:</strong> 240\r\n\r\n<strong>Cases/Pallet:</strong>\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter wp-image-17256 size-large\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/NEW_6inCakeBase-1024x768.jpg\" alt=\"NEW_6inCakeBase\" width=\"1024\" height=\"768\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','Small Cake Base','','publish','open','open','','small-cake-base','','','2015-08-02 20:14:43','2015-08-02 20:14:43','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=17255',0,'portfolio_page','',0),(17256,1,'2015-07-30 17:52:33','2015-07-30 17:52:33','','NEW_6inCakeBase','','inherit','open','open','','new_6incakebase','','','2015-07-30 17:52:33','2015-07-30 17:52:33','',17255,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/NEW_6inCakeBase.jpg',0,'attachment','image/jpeg',0),(17257,1,'2015-07-31 18:14:26','2015-07-31 18:14:26','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: </strong>AS68CLR</h4>\r\nSalad Lid\r\n\r\n<strong>Fits Item:</strong> <a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=6-salad-bowl\">AS68BBR</a>\r\n\r\n<strong>Diameter:</strong> 6″\r\n\r\n<strong>Height:</strong> 1\"\r\n\r\n<strong>Color:</strong> Clear\r\n\r\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\r\n\r\n<strong>Case Count:</strong> 504\r\n\r\n<strong>Cases/Pallet:</strong> 18\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter size-large wp-image-17258\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/6salad-lid-1024x683.png\" alt=\"6\'salad-lid\" width=\"1024\" height=\"683\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','6\" Salad Lid','','publish','open','open','','6-salad-lid','','','2015-08-04 18:18:51','2015-08-04 18:18:51','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=17257',0,'portfolio_page','',0),(17258,1,'2015-07-31 18:14:10','2015-07-31 18:14:10','','6\'salad-lid','','inherit','open','open','','6salad-lid','','','2015-07-31 18:14:10','2015-07-31 18:14:10','',17257,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/6salad-lid.png',0,'attachment','image/png',0),(17259,1,'2015-07-31 18:16:34','2015-07-31 18:16:34','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: </strong>AS8CLR</h4>\r\nSalad Lid\r\n\r\n<strong>Fits Item:</strong> <strong></strong><a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=8-salad-bowl\">AS829BBR</a>\r\n\r\n<strong>Diameter:</strong> 8″\r\n\r\n<strong>Height:</strong> 1.4\"\r\n\r\n<strong>Color:</strong> Clear\r\n\r\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\r\n\r\n<strong>Case Count:</strong> 504\r\n\r\n<strong>Cases/Pallet:</strong> 12\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter size-large wp-image-17260\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/8saladlid-1024x768.png\" alt=\"8\'saladlid\" width=\"1024\" height=\"768\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','8\" Salad Lid','','publish','open','open','','17259','','','2015-08-04 18:20:58','2015-08-04 18:20:58','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=17259',0,'portfolio_page','',0),(17260,1,'2015-07-31 18:16:17','2015-07-31 18:16:17','','8\'saladlid','','inherit','open','open','','8saladlid','','','2015-07-31 18:16:17','2015-07-31 18:16:17','',17259,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/8saladlid.png',0,'attachment','image/png',0),(17261,1,'2015-07-31 18:19:40','2015-07-31 18:19:40','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: </strong>AS9CLR</h4>\r\nSalad Lid\r\n\r\n<strong>Fits Item:</strong> <a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=9-salad-bowl\">AS947BBR</a>\r\n\r\n<strong>Diameter:</strong> 9″\r\n\r\n<strong>Height:</strong> 1.3\"\r\n\r\n<strong>Color:</strong> Clear\r\n\r\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\r\n\r\n<strong>Case Count:</strong> 300\r\n\r\n<strong>Cases/Pallet:</strong> 8\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter size-large wp-image-17262\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/9saladlid-1024x768.png\" alt=\"9\'saladlid\" width=\"1024\" height=\"768\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','9\" Salad Lid','','publish','open','open','','9-salad-lid','','','2015-08-04 18:22:34','2015-08-04 18:22:34','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=17261',0,'portfolio_page','',0),(17262,1,'2015-07-31 18:18:32','2015-07-31 18:18:32','','9\'saladlid','','inherit','open','open','','9saladlid','','','2015-07-31 18:18:32','2015-07-31 18:18:32','',17261,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/9saladlid.png',0,'attachment','image/png',0),(17263,1,'2015-07-31 18:27:19','2015-07-31 18:27:19','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: </strong>AS947BBR</h4>\r\nSalad Bowl\r\n\r\n<strong>Diameter:</strong> 9″\r\n\r\n<strong>Height:</strong> 1.9\"\r\n\r\n<strong>Capacity:</strong> 30 fl oz\r\n\r\n<strong>Color:</strong> Black\r\n\r\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\r\n\r\n<strong>Case Count:</strong> 300\r\n\r\n<strong>Cases/Pallet:</strong> 8\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter wp-image-17264 size-large\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/9saladbowl-1024x768.png\" alt=\"9\'saladbowl\" width=\"1024\" height=\"768\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','9\" Salad Bowl','','publish','open','open','','9-salad-bowl','','','2015-08-04 18:02:30','2015-08-04 18:02:30','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=17263',0,'portfolio_page','',0),(17264,1,'2015-07-31 18:22:35','2015-07-31 18:22:35','','9\'saladbowl','','inherit','open','open','','9saladbowl','','','2015-07-31 18:22:35','2015-07-31 18:22:35','',17263,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/9saladbowl.png',0,'attachment','image/png',0),(17265,1,'2015-07-31 18:29:08','2015-07-31 18:29:08','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: </strong>AS829BBR</h4>\r\nSalad Bowl\r\n\r\n<strong>Diameter:</strong> 8″\r\n\r\n<strong>Height:</strong> 1.9\"\r\n\r\n<strong>Capacity:</strong> 30 fl oz\r\n\r\n<strong>Color:</strong> Black\r\n\r\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\r\n\r\n<strong>Case Count:</strong> 504\r\n\r\n<strong>Cases/Pallet:</strong> 12\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter size-large wp-image-17266\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/8saladbowl-1024x768.png\" alt=\"8\'saladbowl\" width=\"1024\" height=\"768\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','8\" Salad Bowl','','publish','open','open','','8-salad-bowl','','','2015-08-04 18:01:23','2015-08-04 18:01:23','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=17265',0,'portfolio_page','',0),(17266,1,'2015-07-31 18:28:54','2015-07-31 18:28:54','','8\'saladbowl','','inherit','open','open','','8saladbowl','','','2015-07-31 18:28:54','2015-07-31 18:28:54','',17265,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/8saladbowl.png',0,'attachment','image/png',0),(17267,1,'2015-07-31 18:30:28','2015-07-31 18:30:28','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: </strong>AS68BBR</h4>\r\nSalad Bowl\r\n\r\n<strong>Diameter:</strong> 6″\r\n\r\n<strong>Height:</strong> 1.6\"\r\n\r\n<strong>Capacity:</strong> 16 fl oz\r\n\r\n<strong>Color:</strong> Black\r\n\r\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\r\n\r\n<strong>Case Count:</strong> 504\r\n\r\n<strong>Cases/Pallet:</strong> 18\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<img class=\"aligncenter size-large wp-image-17268\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/6saladbowl-1024x768.png\" alt=\"6\'saladbowl\" width=\"1024\" height=\"768\" />\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','6\" Salad Bowl','','publish','open','open','','6-salad-bowl','','','2015-08-04 18:00:14','2015-08-04 18:00:14','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=17267',0,'portfolio_page','',0),(17268,1,'2015-07-31 18:30:14','2015-07-31 18:30:14','','6\'saladbowl','','inherit','open','open','','6saladbowl','','','2015-07-31 18:30:14','2015-07-31 18:30:14','',17267,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/6saladbowl.png',0,'attachment','image/png',0),(17269,1,'2015-07-31 18:38:09','2015-07-31 18:38:09','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1><strong>Absolute Plastics, LLC </strong></h1>\r\n<h3><strong>Company Overview & Background</strong></h3>\r\n \r\n\r\nAbsolute Plastics prides itself on being an innovator of sustainable plastic packaging for the foodservice, retail, and distribution markets throughout North America. A subsidiary of re-Planet Holdings, Absolute Plastics, LLC is the most recent addition to over 60 years of privately owned disposable container companies. Founded on cutting-edge technology with PET and Polypropylene thermoforming capabilities, we are located in Wilson, NC with a second manufacturing facility in Visalia, CA (rePLANET Packaging).\r\n\r\n \r\n\r\nUtilizing a platform of new plastics materials and improved container design, Absolute Plastics is uniquely qualified to create solutions for your individual requirements. Having extrusion operations in our plants allow Absolute Plastics to recover and reuse virtually all of our web and part scrap, creating a near zero waste plastics operation.\r\n\r\n \r\n\r\nAbsolute Plastics sells a full line of “Microwave Safe,” 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products and provides a low cost foam replacement alternative.\r\n\r\n \r\n\r\nAs of 2015, Absolute Plastics has developed <b>70% Post-Consumer Recycled</b> (PCR) PET packaging available in clear, black and custom colors. Absolute Plastics has been committed to innovation, exceeding customer expectations, and manufacturing in the USA. To achieve our competitive pricing, Absolute Plastics extrudes most of the roll stock used in their thermoforming process.[/vc_column_text][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Sister Companies</h2>\r\n[/vc_column_text][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/3\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_single_image image=\"17089\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"medium\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h2><strong><span class=\"subtitle\">Penny Plate</span></strong></h2>\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-07-31 18:38:09','2015-07-31 18:38:09','',16806,'http://thisisradical.com/absoluteplastics/?p=17269',0,'revision','',0),(17270,1,'2015-07-31 18:47:14','2015-07-31 18:47:14','','rePlanet-Logos-Vertical2-090414-140px','','inherit','open','open','','replanet-logos-vertical2-090414-140px','','','2015-07-31 18:47:14','2015-07-31 18:47:14','',16806,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/06/rePlanet-Logos-Vertical2-090414-140px.jpg',0,'attachment','image/jpeg',0),(17271,1,'2015-07-31 18:47:48','2015-07-31 18:47:48','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1><strong>Absolute Plastics, LLC </strong></h1>\r\n<h3><strong>Company Overview & Background</strong></h3>\r\n \r\n\r\nAbsolute Plastics prides itself on being an innovator of sustainable plastic packaging for the foodservice, retail, and distribution markets throughout North America. A subsidiary of re-Planet Holdings, Absolute Plastics, LLC is the most recent addition to over 60 years of privately owned disposable container companies. Founded on cutting-edge technology with PET and Polypropylene thermoforming capabilities, we are located in Wilson, NC with a second manufacturing facility in Visalia, CA (rePLANET Packaging).\r\n\r\n \r\n\r\nUtilizing a platform of new plastics materials and improved container design, Absolute Plastics is uniquely qualified to create solutions for your individual requirements. Having extrusion operations in our plants allow Absolute Plastics to recover and reuse virtually all of our web and part scrap, creating a near zero waste plastics operation.\r\n\r\n \r\n\r\nAbsolute Plastics sells a full line of “Microwave Safe,” 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products and provides a low cost foam replacement alternative.\r\n\r\n \r\n\r\nAs of 2015, Absolute Plastics has developed <b>70% Post-Consumer Recycled</b> (PCR) PET packaging available in clear, black and custom colors. Absolute Plastics has been committed to innovation, exceeding customer expectations, and manufacturing in the USA. To achieve our competitive pricing, Absolute Plastics extrudes most of the roll stock used in their thermoforming process.[/vc_column_text][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Sister Companies</h2>\r\n[/vc_column_text][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/3\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_single_image image=\"17089\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"medium\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h2><strong><span class=\"subtitle\">Penny Plate</span></strong></h2>\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/3\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_single_image image=\"17270\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"medium\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3><a href=\"http://replanet.com/\">rePlanet </a></h3>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet has over 700 recycling centers and collects over 60 million pounds of aluminum, 90 million pounds of PET, and 120 million pounds of glass annually. Their reverse vending technology has put millions of dollars into people’s hands while keeping containers out of the landfills.\r\n\r\n[/vc_column_text][vc_empty_space height=\"15px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-07-31 18:47:48','2015-07-31 18:47:48','',16806,'http://thisisradical.com/absoluteplastics/?p=17271',0,'revision','',0),(17272,1,'2015-07-31 18:48:46','2015-07-31 18:48:46','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1><strong>Absolute Plastics, LLC </strong></h1>\r\n<h3><strong>Company Overview & Background</strong></h3>\r\n \r\n\r\nAbsolute Plastics prides itself on being an innovator of sustainable plastic packaging for the foodservice, retail, and distribution markets throughout North America. A subsidiary of re-Planet Holdings, Absolute Plastics, LLC is the most recent addition to over 60 years of privately owned disposable container companies. Founded on cutting-edge technology with PET and Polypropylene thermoforming capabilities, we are located in Wilson, NC with a second manufacturing facility in Visalia, CA (rePLANET Packaging).\r\n\r\n \r\n\r\nUtilizing a platform of new plastics materials and improved container design, Absolute Plastics is uniquely qualified to create solutions for your individual requirements. Having extrusion operations in our plants allow Absolute Plastics to recover and reuse virtually all of our web and part scrap, creating a near zero waste plastics operation.\r\n\r\n \r\n\r\nAbsolute Plastics sells a full line of “Microwave Safe,” 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products and provides a low cost foam replacement alternative.\r\n\r\n \r\n\r\nAs of 2015, Absolute Plastics has developed <b>70% Post-Consumer Recycled</b> (PCR) PET packaging available in clear, black and custom colors. Absolute Plastics has been committed to innovation, exceeding customer expectations, and manufacturing in the USA. To achieve our competitive pricing, Absolute Plastics extrudes most of the roll stock used in their thermoforming process.[/vc_column_text][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Sister Companies</h2>\r\n[/vc_column_text][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" color=\"#1e73be\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/3\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_single_image image=\"17089\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"medium\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h2><strong><span class=\"subtitle\">Penny Plate</span></strong></h2>\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/3\"][vc_single_image image=\"17270\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"medium\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3><a href=\"http://replanet.com/\">rePlanet </a></h3>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet has over 700 recycling centers and collects over 60 million pounds of aluminum, 90 million pounds of PET, and 120 million pounds of glass annually. Their reverse vending technology has put millions of dollars into people’s hands while keeping containers out of the landfills.\r\n\r\n[/vc_column_text][vc_empty_space height=\"15px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-07-31 18:48:46','2015-07-31 18:48:46','',16806,'http://thisisradical.com/absoluteplastics/?p=17272',0,'revision','',0),(17273,1,'2015-07-31 18:49:48','2015-07-31 18:49:48','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1><strong>Absolute Plastics, LLC </strong></h1>\r\n<h3><strong>Company Overview & Background</strong></h3>\r\n \r\n\r\nAbsolute Plastics prides itself on being an innovator of sustainable plastic packaging for the foodservice, retail, and distribution markets throughout North America. A subsidiary of re-Planet Holdings, Absolute Plastics, LLC is the most recent addition to over 60 years of privately owned disposable container companies. Founded on cutting-edge technology with PET and Polypropylene thermoforming capabilities, we are located in Wilson, NC with a second manufacturing facility in Visalia, CA (rePLANET Packaging).\r\n\r\n \r\n\r\nUtilizing a platform of new plastics materials and improved container design, Absolute Plastics is uniquely qualified to create solutions for your individual requirements. Having extrusion operations in our plants allow Absolute Plastics to recover and reuse virtually all of our web and part scrap, creating a near zero waste plastics operation.\r\n\r\n \r\n\r\nAbsolute Plastics sells a full line of “Microwave Safe,” 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products and provides a low cost foam replacement alternative.\r\n\r\n \r\n\r\nAs of 2015, Absolute Plastics has developed <b>70% Post-Consumer Recycled</b> (PCR) PET packaging available in clear, black and custom colors. Absolute Plastics has been committed to innovation, exceeding customer expectations, and manufacturing in the USA. To achieve our competitive pricing, Absolute Plastics extrudes most of the roll stock used in their thermoforming process.[/vc_column_text][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Sister Companies</h2>\r\n[/vc_column_text][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" color=\"#1e73be\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/3\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_single_image image=\"17089\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"medium\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h2><strong><span class=\"subtitle\">Penny Plate</span></strong></h2>\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/3\"][vc_single_image image=\"17270\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"medium\" alignment=\"center\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3><a href=\"http://replanet.com/\">rePlanet </a></h3>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet has over 700 recycling centers and collects over 60 million pounds of aluminum, 90 million pounds of PET, and 120 million pounds of glass annually. Their reverse vending technology has put millions of dollars into people’s hands while keeping containers out of the landfills.\r\n\r\n[/vc_column_text][vc_empty_space height=\"15px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-07-31 18:49:48','2015-07-31 18:49:48','',16806,'http://thisisradical.com/absoluteplastics/?p=17273',0,'revision','',0),(17274,1,'2015-07-31 18:52:06','2015-07-31 18:52:06','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1><strong>Absolute Plastics, LLC </strong></h1>\r\n<h3><strong>Company Overview & Background</strong></h3>\r\n \r\n\r\nAbsolute Plastics prides itself on being an innovator of sustainable plastic packaging for the foodservice, retail, and distribution markets throughout North America. A subsidiary of re-Planet Holdings, Absolute Plastics, LLC is the most recent addition to over 60 years of privately owned disposable container companies. Founded on cutting-edge technology with PET and Polypropylene thermoforming capabilities, we are located in Wilson, NC with a second manufacturing facility in Visalia, CA (rePLANET Packaging).\r\n\r\n \r\n\r\nUtilizing a platform of new plastics materials and improved container design, Absolute Plastics is uniquely qualified to create solutions for your individual requirements. Having extrusion operations in our plants allow Absolute Plastics to recover and reuse virtually all of our web and part scrap, creating a near zero waste plastics operation.\r\n\r\n \r\n\r\nAbsolute Plastics sells a full line of “Microwave Safe,” 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products and provides a low cost foam replacement alternative.\r\n\r\n \r\n\r\nAs of 2015, Absolute Plastics has developed <b>70% Post-Consumer Recycled</b> (PCR) PET packaging available in clear, black and custom colors. Absolute Plastics has been committed to innovation, exceeding customer expectations, and manufacturing in the USA. To achieve our competitive pricing, Absolute Plastics extrudes most of the roll stock used in their thermoforming process.[/vc_column_text][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\" thickness=\"5\"][vc_empty_space height=\"12px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">Our Sister Companies</h2>\r\n[/vc_column_text][vc_empty_space height=\"12px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" color=\"#1e73be\" thickness=\"5\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/3\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_single_image image=\"17089\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"medium\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h2><strong><span class=\"subtitle\"><a href=\"http://pennyplate.com/\">Penny Plate</a></span></strong></h2>\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/3\"][vc_single_image image=\"17270\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"medium\" alignment=\"center\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2><a href=\"http://replanet.com/\">rePlanet </a></h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet has over 700 recycling centers and collects over 60 million pounds of aluminum, 90 million pounds of PET, and 120 million pounds of glass annually. Their reverse vending technology has put millions of dollars into people’s hands while keeping containers out of the landfills.[/vc_column_text][vc_empty_space height=\"15px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-07-31 18:52:06','2015-07-31 18:52:06','',16806,'http://thisisradical.com/absoluteplastics/?p=17274',0,'revision','',0),(17275,1,'2015-07-31 18:53:13','2015-07-31 18:53:13','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1><strong>Absolute Plastics, LLC </strong></h1>\r\n<h3><strong>Company Overview & Background</strong></h3>\r\n \r\n\r\nAbsolute Plastics prides itself on being an innovator of sustainable plastic packaging for the foodservice, retail, and distribution markets throughout North America. A subsidiary of re-Planet Holdings, Absolute Plastics, LLC is the most recent addition to over 60 years of privately owned disposable container companies. Founded on cutting-edge technology with PET and Polypropylene thermoforming capabilities, we are located in Wilson, NC with a second manufacturing facility in Visalia, CA (rePLANET Packaging).\r\n\r\n \r\n\r\nUtilizing a platform of new plastics materials and improved container design, Absolute Plastics is uniquely qualified to create solutions for your individual requirements. Having extrusion operations in our plants allow Absolute Plastics to recover and reuse virtually all of our web and part scrap, creating a near zero waste plastics operation.\r\n\r\n \r\n\r\nAbsolute Plastics sells a full line of “Microwave Safe,” 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products and provides a low cost foam replacement alternative.\r\n\r\n \r\n\r\nAs of 2015, Absolute Plastics has developed <b>70% Post-Consumer Recycled</b> (PCR) PET packaging available in clear, black and custom colors. Absolute Plastics has been committed to innovation, exceeding customer expectations, and manufacturing in the USA. To achieve our competitive pricing, Absolute Plastics extrudes most of the roll stock used in their thermoforming process.[/vc_column_text][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\" thickness=\"5\"][vc_empty_space height=\"12px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">Our Sister Companies</h1>\r\n[/vc_column_text][vc_empty_space height=\"12px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" color=\"#1e73be\" thickness=\"5\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/3\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_single_image image=\"17089\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"medium\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h2><span class=\"subtitle\"><a href=\"http://pennyplate.com/\">Penny Plate</a></span></h2>\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/3\"][vc_single_image image=\"17270\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"medium\" alignment=\"center\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2><a href=\"http://replanet.com/\">rePlanet </a></h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet has over 700 recycling centers and collects over 60 million pounds of aluminum, 90 million pounds of PET, and 120 million pounds of glass annually. Their reverse vending technology has put millions of dollars into people’s hands while keeping containers out of the landfills.[/vc_column_text][vc_empty_space height=\"15px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-07-31 18:53:13','2015-07-31 18:53:13','',16806,'http://thisisradical.com/absoluteplastics/?p=17275',0,'revision','',0),(17276,1,'2015-08-02 19:49:12','2015-08-02 19:49:12','[vc_row][vc_column width=\'1/2\']\n<h4><strong>Item#:</strong> <strong>AR9W1C</strong></h4>\nPlate\n\n<strong>Size:</strong> 9\"\n\n1 Compartment\n\n<strong>Color:</strong> White\n\n<strong>Material:</strong> Polypropylene composite\n\n<strong>Case Count: </strong>500\n\n<strong>Cases/Pallet:</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n<img class=\" size-large wp-image-17028 aligncenter\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR9W1C_9inPlateWhite-1024x768.jpg\" alt=\"AR9W1C_9inPlateWhite\" width=\"1024\" height=\"768\" />[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','9\" Plate (1Comp)','','inherit','open','open','','16874-autosave-v1','','','2015-08-02 19:49:12','2015-08-02 19:49:12','',16874,'http://thisisradical.com/absoluteplastics/?p=17276',0,'revision','',0),(17277,1,'2015-08-02 19:55:13','2015-08-02 19:55:13','[vc_row][vc_column width=\'1/2\']\n<h4><strong>Item#: AR9M3C</strong></h4>\nPlate\n\nSize: 9\"\n\n3 Compartments\n\nColor: Beige\n\n*Also available in Black upon request\n\n<strong>Material:</strong> Polypropylene composite\n\n<strong>Case Count:</strong> 500\n\nCases/Pallet:\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n<img class=\"aligncenter size-large wp-image-17029\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR9M3C_9inPlate3CompBeige-1024x768.jpg\" alt=\"AR9M3C_9inPlate3CompBeige\" width=\"1024\" height=\"768\" />\n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','9\" Plate (3Comp)','','inherit','open','open','','17045-autosave-v1','','','2015-08-02 19:55:13','2015-08-02 19:55:13','',17045,'http://thisisradical.com/absoluteplastics/?p=17277',0,'revision','',0),(17278,1,'2015-08-02 19:58:22','2015-08-02 19:58:22','[vc_row][vc_column width=\'1/2\']\n<h4><strong>Item#:</strong> <strong>AR10W1C</strong></h4>\nPlate\n\n<strong>Size:</strong> 10.25\"\n\n1 Compartment\n\n<strong>Color:</strong> White\n\n<strong>Material:</strong> Polypropylene composite\n\n<strong>Case Count:</strong> 500\n\n<strong>Cases/Pallet:</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n \n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','10\" Plate (1Comp, White)','','inherit','open','open','','16877-autosave-v1','','','2015-08-02 19:58:22','2015-08-02 19:58:22','',16877,'http://thisisradical.com/absoluteplastics/?p=17278',0,'revision','',0),(17279,1,'2015-08-02 20:03:24','2015-08-02 20:03:24','[vc_row][vc_column width=\'1/2\']\r\n<h4><strong>Item#: AR10W3C-WD3</strong></h4>\r\nPlate\r\n\r\n<strong>Size:</strong> 10.25\"\r\n\r\n3 Compartments\r\n\r\n<strong>Color: </strong>White\r\n\r\n<strong>Material:</strong> Polypropylene composite\r\n\r\n<strong>Case Count: </strong>500\r\n\r\n<strong>Cases/Pallet:</strong> 28\r\n\r\n[/vc_column][vc_column width=\'1/2\']\r\n\r\n[vc_row][vc_column width=\'1/2\']\r\n\r\n<a href=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/08/AR10W3C-WD3_10inPlate3CompWhite.png\"><img class=\"aligncenter size-large wp-image-17280\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/08/AR10W3C-WD3_10inPlate3CompWhite-1024x768.png\" alt=\"AR10W3C-WD3_10inPlate3CompWhite\" width=\"1024\" height=\"768\" /></a>\r\n\r\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','10\"Plate (3 Comp)','','publish','open','open','','10plate-3-comp','','','2015-08-04 17:33:05','2015-08-04 17:33:05','',0,'http://thisisradical.com/absoluteplastics/?post_type=portfolio_page&p=17279',0,'portfolio_page','',0),(17280,1,'2015-08-02 20:03:04','2015-08-02 20:03:04','','AR10W3C-WD3_10inPlate3CompWhite','','inherit','open','open','','ar10w3c-wd3_10inplate3compwhite','','','2015-08-02 20:03:04','2015-08-02 20:03:04','',17279,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/08/AR10W3C-WD3_10inPlate3CompWhite.png',0,'attachment','image/png',0),(17281,1,'2015-08-02 20:08:41','2015-08-02 20:08:41','[vc_row][vc_column width=\'1/2\']\n<h4><strong>Item#:</strong> <strong>AR10M3C-WD3</strong></h4>\nPlate\n\n<strong>Size:</strong> 10.25\"\n\n3 Compartments\n\n<strong>Color:</strong> Beige\n\n<strong>Material:</strong> Polypropylene composite\n\n<strong>Case Count:</strong>\n\nCases/Pallet:\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n \n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','10\" Plate (3Comp)','','inherit','open','open','','17053-autosave-v1','','','2015-08-02 20:08:41','2015-08-02 20:08:41','',17053,'http://thisisradical.com/absoluteplastics/?p=17281',0,'revision','',0),(17282,1,'2015-08-02 20:11:50','2015-08-02 20:11:50','[vc_row][vc_column width=\'1/2\']\n<h4><strong>Item#:</strong> <strong>AR11BSR</strong></h4>\nCake Base\n\n<strong>Dimensions:</strong> 11.5\"\n\n1 Compartment\n\n<strong>Color: </strong>Black\n\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\n\n<strong>Case Count:</strong> 200\n\n<strong>Cases/Pallet:</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n<img class=\"aligncenter size-large wp-image-17022\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR11BSR_11inCakeBase-1024x768.jpg\" alt=\"AR11BSR_11inCakeBase\" width=\"1024\" height=\"768\" />\n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]\n\n[vc_row][vc_column width=\'1/2\']\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n \n\n ','11\" Cake Base','','inherit','open','open','','16870-autosave-v1','','','2015-08-02 20:11:50','2015-08-02 20:11:50','',16870,'http://thisisradical.com/absoluteplastics/?p=17282',0,'revision','',0),(17283,1,'2015-08-02 20:13:50','2015-08-02 20:13:50','[vc_row][vc_column width=\'1/2\']\n<h4><strong>Item#:</strong></h4>\nLid\n\nDimensions: 6″ x 6″\n\nColor: Black\n\nMaterial: rPET (recycled polyethylene terephthalate)\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n \n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','Small Cake Base','','inherit','open','open','','17255-autosave-v1','','','2015-08-02 20:13:50','2015-08-02 20:13:50','',17255,'http://thisisradical.com/absoluteplastics/?p=17283',0,'revision','',0),(17284,1,'2015-08-02 20:21:27','2015-08-02 20:21:27','[vc_row][vc_column width=\'1/2\']\n<h4><strong>Item#:</strong> <strong>AO629BC</strong></h4>\nClamshell\n\n<strong>Dimensions:</strong> 6\" x 6\" x 3\"\n\n<strong>Capacity:</strong> 29 fl oz\n\n1 Compartment\n\n<strong>Color:</strong> Black\n\n<strong>Material:</strong> Polypropylene composite\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n \n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','6 x 6 x 3\" Clamshell','','inherit','open','open','','16899-autosave-v1','','','2015-08-02 20:21:27','2015-08-02 20:21:27','',16899,'http://thisisradical.com/absoluteplastics/?p=17284',0,'revision','',0),(17285,1,'2015-08-02 20:23:25','2015-08-02 20:23:25','[vc_row][vc_column width=\'1/2\']\n<h4><strong>Item#: AO6528WC</strong></h4>\nClamshell\n\n<strong>Dimensions:</strong> 6.5\" x 8.25\" x 3\"\n\n1 Compartment\n\n<strong>Color:</strong> White\n\n<strong>Material:</strong> Polypropylene composite\n\n<strong>Case Count:</strong> 300\n\n<strong>Cases/Pallet:</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n \n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','6.5 x 8.25 x 3\" Clamshell','','inherit','open','open','','16896-autosave-v1','','','2015-08-02 20:23:25','2015-08-02 20:23:25','',16896,'http://thisisradical.com/absoluteplastics/?p=17285',0,'revision','',0),(17286,1,'2015-08-04 17:43:06','2015-08-04 17:43:06','[vc_row][vc_column width=\'1/2\']\n<h4><strong>Item#:</strong> <strong>AO862WC</strong></h4>\nClamshell\n\n<strong>Dimensions:</strong> 8\" x 8.25\" x 3\"\n\n<strong>Capacity:</strong> 41 fl oz\n\n1 Compartment\n\n<strong>Color:</strong> White\n\n<strong>Material:</strong> Polypropylene composite\n\n<strong>Case Count:</strong> 260\n\n<strong>Cases/Pallet: </strong>30\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n<img class=\"aligncenter wp-image-17040 size-large\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AO828WC_8x8.25x3ClamshellWhite-1024x768.jpg\" alt=\"AO862WC_8x8.25x3ClamshellWhite\" width=\"1024\" height=\"768\" />\n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','8 x 8.25 x 3\" Clamshell (1Comp)','','inherit','open','open','','16894-autosave-v1','','','2015-08-04 17:43:06','2015-08-04 17:43:06','',16894,'http://thisisradical.com/absoluteplastics/?p=17286',0,'revision','',0),(17287,1,'2015-08-02 20:32:41','2015-08-02 20:32:41','[vc_row][vc_column width=\'1/2\']\n\nItem#: <strong>AO862BC</strong>\n\nClamshell\n\n<strong>Dimensions:</strong> 8\" x 8.25\" x 3\"\n\n<strong>Capacity:</strong>\n\n1 Compartment\n\n<strong>Color: </strong>Black\n\n<strong>Material:</strong> Polypropylene composite\n\n<strong>Case Count:</strong> 260\n\n<strong>Cases/Pallet:</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n \n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','8 x 8.25 x 3\" Clamshell (1Comp, Black)','','inherit','open','open','','16895-autosave-v1','','','2015-08-02 20:32:41','2015-08-02 20:32:41','',16895,'http://thisisradical.com/absoluteplastics/?p=17287',0,'revision','',0),(17288,1,'2015-08-02 20:34:40','2015-08-02 20:34:40','[vc_row][vc_column width=\'1/2\']\n\nItem#: <strong>AO828WC2C</strong>\n\nClamshell\n\nDimensions: 8\" x 8.25\" x 3\"\n\n2 Compartments\n\nColor: White\n\n*Also available in black upon request\n\n<strong>Material:</strong> Polypropylene composite\n\n<strong>Case Count:</strong> 260\n\n<strong>Cases/Pallet:</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n \n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','8 x 8.25 x 3\" Clamshell (2Comp, White)','','inherit','open','open','','16892-autosave-v1','','','2015-08-02 20:34:40','2015-08-02 20:34:40','',16892,'http://thisisradical.com/absoluteplastics/?p=17288',0,'revision','',0),(17289,1,'2015-08-02 21:01:38','2015-08-02 21:01:38','[vc_row][vc_column width=\'1/2\']\n\nItem#: <strong>AR414B</strong>\n\nRound Base\n\n<strong>Diameter:</strong>\n\n<strong>Capacity:</strong> 14 oz\n\n<strong>Color:</strong> Black\n\n<strong>Material:</strong> Polypropylene composite\n\n<strong>Case Count:</strong> 1000\n\n<strong>Cases/Pallet:</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n \n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','14 oz Round Base','','inherit','open','open','','16876-autosave-v1','','','2015-08-02 21:01:38','2015-08-02 21:01:38','',16876,'http://thisisradical.com/absoluteplastics/?p=17289',0,'revision','',0),(17290,1,'2015-08-04 17:56:40','2015-08-04 17:56:40','[vc_row][vc_column width=\'1/2\']\n<h4><strong>Item#: AR832B</strong></h4>\nRound Base\n\n<strong>Diameter:</strong> 8\"\n\n<strong>Height:</strong> 2\"\n\n<strong>Capacity:</strong> 32 fl oz\n\n<strong>Color:</strong> Black\n\n<strong>Material:</strong> Polypropylene composite\n\n<strong>Case Count:</strong> 340\n\n<strong>Cases/Pallet:</strong> 20*\n\n* Truckloads contain 30 pallets instead\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n<a href=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR832B_32oz8inRoundBase.jpg\"><img class=\"aligncenter size-large wp-image-17018\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/AR832B_32oz8inRoundBase-1024x768.jpg\" alt=\"AR832B_32oz8inRoundBase\" width=\"1024\" height=\"768\" /></a>\n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]\n\n[vc_row][vc_column width=\'1/2\']\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n<a href=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Combo_AR832B_AR8LC.jpg\"><img class=\"aligncenter size-large wp-image-17003\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/Combo_AR832B_AR8LC-1024x768.jpg\" alt=\"Combo_AR832B_AR8LC\" width=\"1024\" height=\"768\" /></a>\n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','32 oz 8\" Round Base','','inherit','open','open','','16882-autosave-v1','','','2015-08-04 17:56:40','2015-08-04 17:56:40','',16882,'http://thisisradical.com/absoluteplastics/?p=17290',0,'revision','',0),(17291,1,'2015-08-02 21:06:58','2015-08-02 21:06:58','[vc_row][vc_column width=\'1/2\']\n<h4><strong>Item#:</strong> <strong>AR948B</strong></h4>\nRound Base\n\n<strong>Diameter:</strong> 9\"\n\n<strong>Capacity:</strong> 48 oz\n\n<strong>Color: </strong>Black\n\n<strong>Material:</strong> Polypropylene composite\n\n<strong>Case Count:</strong>\n\n<strong>Cases/Pallet:</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n \n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','48 oz 9\" Round Base','','inherit','open','open','','16883-autosave-v1','','','2015-08-02 21:06:58','2015-08-02 21:06:58','',16883,'http://thisisradical.com/absoluteplastics/?p=17291',0,'revision','',0),(17292,1,'2015-08-02 21:39:04','2015-08-02 21:39:04','[vc_row][vc_column width=\'1/2\'][/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]\n\nItem#: <strong>AS624CBR</strong>\n\nBase\n\nDimensions: 6\" x 6\"\n\nColor: Clear\n\nMaterial: rPET (recycled polyethylene terephthalate)\n\n \n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n \n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','6\" x 6\" Base','','inherit','open','open','','16868-autosave-v1','','','2015-08-02 21:39:04','2015-08-02 21:39:04','',16868,'http://thisisradical.com/absoluteplastics/?p=17292',0,'revision','',0),(17293,1,'2015-08-02 21:45:49','2015-08-02 21:45:49','[vc_row][vc_column width=\'1/2\']\n<h4><strong>Item#:</strong></h4>\n6\" Salad Bowl\n\n<strong>Diam</strong>: 6″\n\n<strong>Color:</strong> Black\n\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\n\n<strong>Case Count:</strong>\n\n<strong>Cases/Pallet:</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n \n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','6\" Salad Bowl','','inherit','open','open','','17267-autosave-v1','','','2015-08-02 21:45:49','2015-08-02 21:45:49','',17267,'http://thisisradical.com/absoluteplastics/?p=17293',0,'revision','',0),(17294,1,'2015-08-02 21:48:13','2015-08-02 21:48:13','[vc_row][vc_column width=\'1/2\']\n<h4><strong>Item#:</strong></h4>\nSalad Bowl\n\n<strong>Diameter:</strong> 8″\n\n<strong>Color:</strong> Black\n\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\n\n<strong>Case Count:</strong>\n\n<strong>Cases/Pallet:</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n \n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','8\" Salad Bowl','','inherit','open','open','','17265-autosave-v1','','','2015-08-02 21:48:13','2015-08-02 21:48:13','',17265,'http://thisisradical.com/absoluteplastics/?p=17294',0,'revision','',0),(17295,1,'2015-08-02 21:49:52','2015-08-02 21:49:52','[vc_row][vc_column width=\'1/2\']\n<h4><strong>Item#:</strong></h4>\nSalad Bowl\n\n<strong>Diameter:</strong> 9″\n\n<strong>Capacity:</strong>\n\n<strong>Color:</strong> Black\n\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\n\n<strong>Case C</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n \n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','9\" Salad Bowl','','inherit','open','open','','17263-autosave-v1','','','2015-08-02 21:49:52','2015-08-02 21:49:52','',17263,'http://thisisradical.com/absoluteplastics/?p=17295',0,'revision','',0),(17296,1,'2015-08-02 22:44:53','2015-08-02 22:44:53','[vc_row][vc_column width=\'1/2\']\n<h4><strong>Item#: AR8LC</strong></h4>\nLid\n\n<strong>Diameter:</strong> 8\"\n\n<strong>Color:</strong> Clear\n\nMaterial: Clarified Polypropylene\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n \n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','8\" Dome Lid','','inherit','open','open','','16884-autosave-v1','','','2015-08-02 22:44:53','2015-08-02 22:44:53','',16884,'http://thisisradical.com/absoluteplastics/?p=17296',0,'revision','',0),(17297,1,'2015-08-02 22:47:57','2015-08-02 22:47:57','[vc_row][vc_column width=\'1/2\']\n<h4><strong>Item#: AR9LC</strong></h4>\nLid\n\n<strong>Fits </strong>\n\n<strong>Diameter:</strong> 9\"\n\nColor: Clear\n\nMaterial: Clarified Polypropylene\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n \n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','9\" Dome Lid','','inherit','open','open','','16885-autosave-v1','','','2015-08-02 22:47:57','2015-08-02 22:47:57','',16885,'http://thisisradical.com/absoluteplastics/?p=17297',0,'revision','',0),(17298,1,'2015-08-02 23:12:48','2015-08-02 23:12:48','[vc_row][vc_column width=\'1/2\']\n<h4><strong>Item#: AR11CLR</strong></h4>\nDome Lid\n\n<strong>Fits Item:</strong> AR11BSR\n\n<strong>Diameter:</strong> 11.5\"\n\n1 Compartment\n\n<strong>Color:</strong> Clear\n\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\n\n<strong>Case Count:</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n \n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','11\" Cake Dome','','inherit','open','open','','16871-autosave-v1','','','2015-08-02 23:12:48','2015-08-02 23:12:48','',16871,'http://thisisradical.com/absoluteplastics/?p=17298',0,'revision','',0),(17299,1,'2015-08-02 23:18:19','2015-08-02 23:18:19','[vc_row][vc_column width=\'1/2\']\n<h4><strong>Item#:</strong></h4>\nLid\n\n<strong>Fits item:</strong> AS624CBR\n\n<strong>Dimensions:</strong> 6″ x 6″\n\n<strong>Color: </strong>Clear\n\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\n\n<strong>Case Count:</strong> 200\n\n<strong>Cases/Pallet:</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n \n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','Small Cake Dome','','inherit','open','open','','17253-autosave-v1','','','2015-08-02 23:18:19','2015-08-02 23:18:19','',17253,'http://thisisradical.com/absoluteplastics/?p=17299',0,'revision','',0),(17300,1,'2015-08-04 18:17:23','2015-08-04 18:17:23','[vc_row][vc_column width=\'1/2\']\n<h4><strong>Item#: </strong>AS68CLR</h4>\nSalad Lid\n\n<strong>Fits Item:</strong> AS68BBR\n\n<strong>Diameter:</strong> 6″\n\n<strong>Color:</strong> Clear\n\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\n\n<strong>Case Count:</strong>\n\n<strong>Cases/Pallet:</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n<img class=\"aligncenter size-large wp-image-17258\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/6salad-lid-1024x683.png\" alt=\"6\'salad-lid\" width=\"1024\" height=\"683\" />\n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','6\" Salad Lid','','inherit','open','open','','17257-autosave-v1','','','2015-08-04 18:17:23','2015-08-04 18:17:23','',17257,'http://thisisradical.com/absoluteplastics/?p=17300',0,'revision','',0),(17301,1,'2015-08-04 18:20:23','2015-08-04 18:20:23','[vc_row][vc_column width=\'1/2\']\n<h4><strong>Item#: </strong>AS8CLR</h4>\nSalad Lid\n\n<strong>Fits Item:</strong> <strong></strong><a href=\"http://thisisradical.com/absoluteplastics/?portfolio_page=8-salad-bowl\">AS829BBR</a>\n\n<strong>Diameter:</strong> 8″\n\n<strong>Height:</strong>\n\n<strong>Color:</strong> Clear\n\n<strong>Material:</strong> rPET (recycled polyethylene terephthalate)\n\n<strong>Case Count:</strong>\n\n<strong>Cases/Pallet:</strong>\n\n[/vc_column][vc_column width=\'1/2\']\n\n[vc_row][vc_column width=\'1/2\']\n\n<img class=\"aligncenter size-large wp-image-17260\" src=\"http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/8saladlid-1024x768.png\" alt=\"8\'saladlid\" width=\"1024\" height=\"768\" />\n\n[/vc_column][vc_column width=\'1/2\'][/vc_column][/vc_row]','8\" Salad Lid','','inherit','open','open','','17259-autosave-v1','','','2015-08-04 18:20:23','2015-08-04 18:20:23','',17259,'http://thisisradical.com/absoluteplastics/?p=17301',0,'revision','',0),(17302,1,'2015-08-03 00:21:23','2015-08-03 00:21:23','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h3 style=\"text-align: right;\">To search by item code, use the search bar in the upper right hand corner</h3>\r\n[/vc_column_text][portfolio_list type=\"standard\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"5\" number=\"-1\" show_categories=\"no\" overlay_background_color=\"#ffffff\" order_by=\"title\" filter_color=\"#1e73be\" show_title=\"yes\" filter=\"yes\" view_button=\"no\" portfolio_separator=\"no\" image_size=\"landscape\" lightbox=\"no\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" thickness=\"30\" color=\"#353535\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-08-03 00:21:23','2015-08-03 00:21:23','',16770,'http://thisisradical.com/absoluteplastics/?p=17302',0,'revision','',0),(17303,1,'2015-08-03 00:22:36','2015-08-03 00:22:36','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #ffffff;\">To search by item code, use the search bar in the upper right hand corner</span></p>\r\n[/vc_column_text][portfolio_list type=\"standard\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"5\" number=\"-1\" show_categories=\"no\" overlay_background_color=\"#ffffff\" order_by=\"title\" filter_color=\"#1e73be\" show_title=\"yes\" filter=\"yes\" view_button=\"no\" portfolio_separator=\"no\" image_size=\"landscape\" lightbox=\"no\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" thickness=\"30\" color=\"#353535\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-08-03 00:22:36','2015-08-03 00:22:36','',16770,'http://thisisradical.com/absoluteplastics/?p=17303',0,'revision','',0),(17304,1,'2015-08-03 00:23:38','2015-08-03 00:23:38','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #ffffff;\">To search by item code, use the search bar in the upper right hand corner</span></p>\r\n[/vc_column_text][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][portfolio_list type=\"standard\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"5\" number=\"-1\" show_categories=\"no\" overlay_background_color=\"#ffffff\" order_by=\"title\" filter_color=\"#1e73be\" show_title=\"yes\" filter=\"yes\" view_button=\"no\" portfolio_separator=\"no\" image_size=\"landscape\" lightbox=\"no\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" thickness=\"30\" color=\"#353535\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-08-03 00:23:38','2015-08-03 00:23:38','',16770,'http://thisisradical.com/absoluteplastics/?p=17304',0,'revision','',0),(17305,1,'2015-08-03 00:38:57','2015-08-03 00:38:57','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_column_text]\r\n<p style=\"text-align: right;\"><span style=\"color: #ffffff;\">To search by item code, use the search bar at the bottom of the page</span></p>\r\n[/vc_column_text][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][portfolio_list type=\"standard\" hover_type_standard=\"default\" hover_type_text_on_hover_image=\"default\" hover_type_masonry=\"default\" columns=\"5\" number=\"-1\" show_categories=\"no\" overlay_background_color=\"#ffffff\" order_by=\"title\" filter_color=\"#1e73be\" show_title=\"yes\" filter=\"yes\" view_button=\"no\" portfolio_separator=\"no\" image_size=\"landscape\" lightbox=\"no\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" thickness=\"30\" color=\"#353535\" up=\"30\"][/vc_column][/vc_row]','Products','','inherit','open','open','','16770-revision-v1','','','2015-08-03 00:38:57','2015-08-03 00:38:57','',16770,'http://thisisradical.com/absoluteplastics/?p=17305',0,'revision','',0),(17306,1,'2015-08-03 01:00:01','2015-08-03 01:00:01','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h3>View our Catalog:</h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Catalog','','inherit','open','open','','16674-revision-v1','','','2015-08-03 01:00:01','2015-08-03 01:00:01','',16674,'http://thisisradical.com/absoluteplastics/?p=17306',0,'revision','',0),(17307,1,'2015-08-06 19:40:42','2015-08-06 19:40:42','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"Absolute Plastics was built on over 60 years of packaging experience. \" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"100\" text_color=\"#1e73be\" text=\"Invented a Patented Lid Seal Technology to resist leaking and spills\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics offers a wide range of products designed around functionality, sustainability and convenience.\r\n\r\n \r\n<ul>\r\n <li>Our products significantly reduce logistics costs and have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\" link=\"http://thisisradical.com/absoluteplastics/?page_id=16674\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics is dedicated to adding an environmentally focused dimension to the private label top category through using innovative materials such as compostable, sustainable paper and 70% post-consumer recyclable plastic.\r\n\r\n \r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, the 70% recycled container program addresses the environmental issues related to foam and conventional plastic take out products.</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Absolute Plastics products are all made in the United States. Supporting products made in the USA strengthens our economy, protects our environmental standards, and minimizes exploitation of workers in third world countries.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">With Absolute Plastics design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>A highly experienced design, production, and distribution team to provide a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-08-06 19:40:42','2015-08-06 19:40:42','',15676,'http://thisisradical.com/absoluteplastics/?p=17307',0,'revision','',0),(17308,1,'2015-08-06 19:43:05','2015-08-06 19:43:05','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"Absolute Plastics was built on over 60 years of packaging experience. \" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"100\" text_color=\"#1e73be\" text=\"Invented a Patented Lid Seal Technology to resist leaking and spills\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics offers a wide range of products designed around functionality, sustainability and convenience.\r\n\r\n \r\n<ul>\r\n <li>Our products significantly reduce logistics costs and have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\" link=\"http://thisisradical.com/absoluteplastics/?page_id=16674\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics is dedicated to adding an environmentally focused dimension to the private label top category through using innovative materials such as compostable, sustainable paper and 70% post-consumer recyclable plastic.\r\n\r\n \r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, the hinged PP product line addresses the environmental and performance issues related to foam</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Absolute Plastics products are all made in the United States. Supporting products made in the USA strengthens our economy, protects our environmental standards, and creates jobs in the US.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">With Absolute Plastics design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>Fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>A highly experienced design, production, and distribution team to provide a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-08-06 19:43:05','2015-08-06 19:43:05','',15676,'http://thisisradical.com/absoluteplastics/?p=17308',0,'revision','',0),(17309,1,'2015-08-06 19:44:59','2015-08-06 19:44:59','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"Absolute Plastics was built on over 60 years of packaging experience. \" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"100\" text_color=\"#1e73be\" text=\"Invented a Patented Lid Seal Technology to resist leaking and spills\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics offers a wide range of products designed around functionality, sustainability and convenience.\r\n\r\n \r\n<ul>\r\n <li>Our products significantly reduce logistics costs and have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\" link=\"http://thisisradical.com/absoluteplastics/?page_id=16674\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics is dedicated to adding an environmentally focused dimension to the private label top category through using innovative materials such as compostable, sustainable paper and 70% post-consumer recyclable plastic.\r\n\r\n \r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, the hinged PP product line addresses the environmental and performance issues related to foam</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Absolute Plastics products are all made in the United States. Supporting products made in the USA strengthens our economy, protects our environmental standards, and creates jobs in the US.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">With Absolute Plastics design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>3D Printing fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Have on-site capability to make commercial dies and cavity inserts</li>\r\n <li>A highly experienced design, production, and distribution team to provide a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row]','Home','','inherit','open','open','','15676-revision-v1','','','2015-08-06 19:44:59','2015-08-06 19:44:59','',15676,'http://thisisradical.com/absoluteplastics/?p=17309',0,'revision','',0),(17310,1,'2015-08-06 19:49:23','2015-08-06 19:49:23','[vc_row][vc_column][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_column_text el_class=\"h1\"]\r\n<h1 style=\"text-align: center;\">Absolute Plastics, LLC supplies three major markets:</h1>\r\n<h1 style=\"text-align: center;\">Food Processors, Food Service Distribution, & Retail.</h1>\r\n[/vc_column_text][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image image=\"17058\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" alignment=\"center\" img_link_large=\"\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">01</span> FOOD PROCESSORS</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]\r\n<div>Food industry giants buy Absolute Plastics products to package food for sale to the consumer. Food Processors use Absolute Plastics containers to sell everything from salads to pastas to desserts to meals. Then the food remains in Absolute Plastics containers and is sold in the refrigerated and frozen section of the grocery store.</div>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">02</span> RETAIL</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Grocery and warehouse stores buy Absolute Plastics products directly or from Food Processors for the fresh, frozen or prepared food section of their stores. Absolute Plastics plates and containers can be found anywhere from the vegetable and produce sections to the refrigerated and frozen aisles in major retail stores across the nation.[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17059\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_right\" transition_delay=\"0.4\" alignment=\"center\" img_link_large=\"\" img_size=\"full\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image image=\"17060\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" alignment=\"center\" img_link_large=\"\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">03</span> FOOD SERVICE DISTRIBUTION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food service distribution re-sells products to restaurants, bakeries, small grocers, and other distributors , giving smaller businesses access to Absolute Plastics products. Distributors’ large volume Absolute Plastics orders are resold along with other company’s products on weekly routes to smaller businesses.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\" padding_top=\"54\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"189\" font_color=\"#ffffff\" text=\"CUPS OF COFFEE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"987\" font_color=\"#ffffff\" text=\"LINES OF CODE\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"67\" font_color=\"#ffffff\" text=\"AWARDS WON\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"276\" font_color=\"#ffffff\" text=\"FINISHED PROJECTS\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"15\"][vc_separator type=\"transparent\" position=\"center\" up=\"60\" down=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Markets','','inherit','open','open','','15876-revision-v1','','','2015-08-06 19:49:23','2015-08-06 19:49:23','',15876,'http://thisisradical.com/absoluteplastics/?p=17310',0,'revision','',0),(17311,1,'2015-08-06 19:52:59','2015-08-06 19:52:59','[vc_row][vc_column][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_column_text el_class=\"h1\"]\r\n<h1 style=\"text-align: center;\">Absolute Plastics, LLC supplies three major markets:</h1>\r\n<h1 style=\"text-align: center;\">Food Processors, Food Service Distribution, & Retail.</h1>\r\n[/vc_column_text][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image image=\"17058\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" alignment=\"center\" img_link_large=\"\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">01</span> FOOD PROCESSORS</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]\r\n<div>Food industry giants buy Absolute Plastics products to package food for sale to the consumer. Food Processors use Absolute Plastics containers to sell everything from salads to pastas to desserts to meals. Then the food remains in Absolute Plastics containers and is sold in the refrigerated and frozen section of the grocery store.</div>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">02</span> RETAIL</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Grocery and warehouse stores buy Absolute Plastics products directly or from Food Processors for the fresh, frozen or prepared food section of their stores. Absolute Plastics plates and containers can be found anywhere from the vegetable and produce sections to the refrigerated and frozen aisles in major retail stores across the nation.[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17059\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_right\" transition_delay=\"0.4\" alignment=\"center\" img_link_large=\"\" img_size=\"full\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image image=\"17060\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" alignment=\"center\" img_link_large=\"\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">03</span> FOOD SERVICE DISTRIBUTION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food service distribution re-sells products to restaurants, bakeries, small grocers, and other distributors , giving smaller businesses access to Absolute Plastics products. Distributors’ large volume Absolute Plastics orders are resold along with other company’s products on weekly routes to smaller businesses.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\" padding_top=\"54\"][vc_column width=\"1/3\"][counter type=\"zero\" box=\"no\" position=\"center\" text_transform=\"none\" separator=\"no\" digit=\"98%\" font_color=\"#ffffff\" text=\"Order Fill Rate\" text_color=\"#ffffff\" font_size=\"50\" text_size=\"25\"][/vc_column][vc_column width=\"1/3\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"95%\" font_color=\"#ffffff\" text=\"Line Fill Rate\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"25\"][/vc_column][vc_column width=\"1/3\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"100%\" font_color=\"#ffffff\" text=\"Customer Satisfaction\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"25\"][/vc_column][/vc_row]','Markets','','inherit','open','open','','15876-revision-v1','','','2015-08-06 19:52:59','2015-08-06 19:52:59','',15876,'http://thisisradical.com/absoluteplastics/?p=17311',0,'revision','',0),(17312,1,'2015-08-06 19:54:33','2015-08-06 19:54:33','[vc_row][vc_column][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_column_text el_class=\"h1\"]\r\n<h1 style=\"text-align: center;\">Absolute Plastics, LLC supplies three major markets:</h1>\r\n<h1 style=\"text-align: center;\">Food Processors, Food Service Distribution, & Retail.</h1>\r\n[/vc_column_text][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image image=\"17058\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" alignment=\"center\" img_link_large=\"\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">01</span> FOOD PROCESSORS</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]\r\n<div>Food industry giants buy Absolute Plastics products to package food for sale to the consumer. Food Processors use Absolute Plastics containers to sell everything from salads to pastas to desserts to meals. Then the food remains in Absolute Plastics containers and is sold in the refrigerated and frozen section of the grocery store.</div>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#f7f7f7\"][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">02</span> RETAIL</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Grocery and warehouse stores buy Absolute Plastics products directly or from Food Processors for the fresh, frozen or prepared food section of their stores. Absolute Plastics plates and containers can be found anywhere from the vegetable and produce sections to the refrigerated and frozen aisles in major retail stores across the nation.[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17059\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_right\" transition_delay=\"0.4\" alignment=\"center\" img_link_large=\"\" img_size=\"full\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"95\" padding_bottom=\"0\" anchor=\"portfolio\" content_menu_title=\"Portfolio List\" content_menu_icon=\"fa-list\" background_color=\"#ffffff\"][vc_column width=\"1/2\"][vc_single_image image=\"17060\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_left\" transition_delay=\"0.2\" alignment=\"center\" img_link_large=\"\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ff0000;\">03</span> FOOD SERVICE DISTRIBUTION</h2>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"13\" down=\"8\"][vc_column_text]Food service distribution re-sells products to restaurants, bakeries, small grocers, and other distributors , giving smaller businesses access to Absolute Plastics products. Distributors’ large volume Absolute Plastics orders are resold along with other company’s products on weekly routes to smaller businesses.[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"35\" down=\"0\"][vc_separator type=\"transparent\" position=\"center\" up=\"100\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#202020\" padding_top=\"54\"][vc_column width=\"1/3\"][counter type=\"zero\" box=\"no\" position=\"center\" text_transform=\"none\" separator=\"no\" digit=\"98%\" font_color=\"#ffffff\" text=\"Order Fill Rate\" text_color=\"#ffffff\" font_size=\"50\" text_size=\"25\"][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/3\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"95%\" font_color=\"#ffffff\" text=\"Line Fill Rate\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"25\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/3\"][counter type=\"zero\" box=\"no\" position=\"center\" separator=\"no\" digit=\"100%\" font_color=\"#ffffff\" text=\"Customer Satisfaction\" text_color=\"#ffffff\" font_size=\"50\" text_transform=\"none\" text_size=\"25\"][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][/vc_column][/vc_row]','Markets','','inherit','open','open','','15876-revision-v1','','','2015-08-06 19:54:33','2015-08-06 19:54:33','',15876,'http://thisisradical.com/absoluteplastics/?p=17312',0,'revision','',0),(17313,1,'2015-08-10 20:39:46','2015-08-10 20:39:46','','closed loop','','inherit','open','open','','closed-loop-2','','','2015-08-10 20:39:46','2015-08-10 20:39:46','',17110,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/07/closed-loop1.png',0,'attachment','image/png',0),(17314,1,'2015-08-10 20:40:05','2015-08-10 20:40:05','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]As a part of rePlanet Holdings, Absolute Plastics is one of the first plastics packaging suppliers that is building a closed loop recycling system for packaging. RePLANET collection has over 700 collection centers that collect PET, aluminum cans and glass. ECO2 has the capability to shred and clean over 60 million pounds of recovered PET. Absolute Plastics uses recycled PET (rPET) to produce new PET packaging custom designed to meet the application.[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17313\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">rePlanet</h3>\r\nWhen rePlanet says every bottle counts, they mean it. Every year, rePlanet collect billions of containers from countless Californians. These containers put millions of dollars into people’s hands, which makes a real difference – from putting dollars in your wallet, to keeping containers out of the landfill, to supporting community and national causes. At rePlanet, making every bottle count is more than just adding up numbers, it’s about making a difference and creating real value.\r\n\r\n \r\n\r\nrePlanet has built the largest recycling collection network in the country and partnered with every major grocery chain to make sure a recycling location is always nearby in California. Simply bring in your bottles and get your extra spending money, or donate your recycling dollars to a cause you care about. Recycling with rePlanet is easy and rewarding.\r\n\r\n[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">ECO2</h3>\r\nrePLANET Holdings owns ECO2, a PET bottle washing company. With ECO2, rePlanet has the ability to recover and clean our own collected bottles. Once the PET bottle is collected and baled, the label and caps are removed and the bottle is shredded. The shredded PET is then systematically cleaned for safe use in producing new beverage bottles or PET packaging.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17197\" alignment=\"right\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nFounded in 1948, Penny Plate, LLC has been committed to innovation, identifying opportunities to exceed customer expectations, and entering the market as a low cost provider. Today, Penny Plate has one of the most extensive lines of aluminum containers, selling to Foodservice, Retail, and Packer Processor industries. Inventors of the widely used rolled rim technology, Penny Plate continues to be one of the leading innovators in aluminum container packaging. We pride ourselves in the sustainability of our products, and our aluminum containers are 100% recyclable.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-08-10 20:40:05','2015-08-10 20:40:05','',17110,'http://thisisradical.com/absoluteplastics/?p=17314',0,'revision','',0),(17315,1,'2015-08-10 20:40:36','2015-08-10 20:40:36','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]As a part of rePlanet Holdings, Absolute Plastics is one of the first plastics packaging suppliers that is building a closed loop recycling system for packaging. RePLANET collection has over 700 collection centers that collect PET, aluminum cans and glass. ECO2 has the capability to shred and clean over 60 million pounds of recovered PET. Absolute Plastics uses recycled PET (rPET) to produce new PET packaging custom designed to meet the application.[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17313\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">rePlanet</h3>\r\nWhen rePlanet says every bottle counts, they mean it. Every year, rePlanet collect billions of containers from countless Californians. These containers put millions of dollars into people’s hands, which makes a real difference – from putting dollars in your wallet, to keeping containers out of the landfill, to supporting community and national causes. At rePlanet, making every bottle count is more than just adding up numbers, it’s about making a difference and creating real value.\r\n\r\n \r\n\r\nrePlanet has built the largest recycling collection network in the country and partnered with every major grocery chain to make sure a recycling location is always nearby in California. Simply bring in your bottles and get your extra spending money, or donate your recycling dollars to a cause you care about. Recycling with rePlanet is easy and rewarding.\r\n\r\n[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">ECO2</h3>\r\nrePLANET Holdings owns ECO2, a PET bottle washing company. With ECO2, rePlanet has the ability to recover and clean our own collected bottles. Once the PET bottle is collected and baled, the label and caps are removed and the bottle is shredded. The shredded PET is then systematically cleaned for safe use in producing new beverage bottles or PET packaging.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17197\" alignment=\"right\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nFounded in 1948, Penny Plate, LLC has been committed to innovation, identifying opportunities to exceed customer expectations, and entering the market as a low cost provider. Today, Penny Plate has one of the most extensive lines of aluminum containers, selling to Foodservice, Retail, and Packer Processor industries. Inventors of the widely used rolled rim technology, Penny Plate continues to be one of the leading innovators in aluminum container packaging. We pride ourselves in the sustainability of our products, and our aluminum containers are 100% recyclable.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-08-10 20:40:36','2015-08-10 20:40:36','',17110,'http://thisisradical.com/absoluteplastics/?p=17315',0,'revision','',0),(17316,1,'2015-08-10 20:41:21','2015-08-10 20:41:21','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]As a part of rePlanet Holdings, Absolute Plastics is one of the first plastics packaging suppliers that is building a closed loop recycling system for packaging. RePLANET collection has over 700 collection centers that collect PET, aluminum cans and glass. ECO2 has the capability to shred and clean over 60 million pounds of recovered PET. Absolute Plastics uses recycled PET (rPET) to produce new PET packaging custom designed to meet the application.[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_empty_space height=\"62px\" image_repeat=\"no-repeat\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17313\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">rePlanet</h3>\r\nWhen rePlanet says every bottle counts, they mean it. Every year, rePlanet collect billions of containers from countless Californians. These containers put millions of dollars into people’s hands, which makes a real difference – from putting dollars in your wallet, to keeping containers out of the landfill, to supporting community and national causes. At rePlanet, making every bottle count is more than just adding up numbers, it’s about making a difference and creating real value.\r\n\r\n \r\n\r\nrePlanet has built the largest recycling collection network in the country and partnered with every major grocery chain to make sure a recycling location is always nearby in California. Simply bring in your bottles and get your extra spending money, or donate your recycling dollars to a cause you care about. Recycling with rePlanet is easy and rewarding.\r\n\r\n[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">ECO2</h3>\r\nrePLANET Holdings owns ECO2, a PET bottle washing company. With ECO2, rePlanet has the ability to recover and clean our own collected bottles. Once the PET bottle is collected and baled, the label and caps are removed and the bottle is shredded. The shredded PET is then systematically cleaned for safe use in producing new beverage bottles or PET packaging.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17197\" alignment=\"right\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nFounded in 1948, Penny Plate, LLC has been committed to innovation, identifying opportunities to exceed customer expectations, and entering the market as a low cost provider. Today, Penny Plate has one of the most extensive lines of aluminum containers, selling to Foodservice, Retail, and Packer Processor industries. Inventors of the widely used rolled rim technology, Penny Plate continues to be one of the leading innovators in aluminum container packaging. We pride ourselves in the sustainability of our products, and our aluminum containers are 100% recyclable.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-08-10 20:41:21','2015-08-10 20:41:21','',17110,'http://thisisradical.com/absoluteplastics/?p=17316',0,'revision','',0),(17317,1,'2015-08-11 14:52:55','2015-08-11 14:52:55','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17221\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\" img_size=\"large\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"75px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]At left is a diagram of our innovative sealing system. Absolute Plastics’ patented lid fit uses three distinct seals to resist leaking and help prevent spills. The lid audibly attaches both inside the bowl and outside the bowl flange. When the button on the outside of lid snaps over the bowl flange, the seal bead is pulled down to add a third seal against the bowl flange. These three seals (inside the bowl, on top of the flange and over the bowl flange) work together to prevent spills. Additionally, the outside buttons keep the lid attached to the bowl in case the entire package is dropped to help prevent the contents from spilling out.\r\n\r\n \r\n\r\nNot only does the lid create a tight, leak resistant seal, but also easily attaches to the bowl and audibly snaps into place to let you know it is secure. Here at Absolute Plastics, we are committed to sustainable innovation that gives you added assurance against leaks and spills.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1>Creating a Custom Container or Plate</h1>\r\n \r\n<h4></h4>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\"][vc_column_text]\r\n<h4>At Absolute Plastics, we pride ourselves in providing our customers with high quality products that fit their needs. If you would like a container that we do not offer, please contact us at <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:info@absoluteplastics.com\">info@absoluteplastics.com</a></span> and include the information below:</h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #000000;\">1. Current Packaging Code, Description, and Dimensions</span></h4>\r\n<h4><span style=\"color: #000000;\">2. Annual Container/Plate Usage</span></h4>\r\n<h4><span style=\"color: #000000;\">3. Application of Packaging</span></h4>\r\n<h4><span style=\"color: #000000;\">4. Your Type of Business (retail, processor, etc.)</span></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #000000;\">5. Do you Co-Pack? Do you need a Co-Packer?</span></h4>\r\n<h4><span style=\"color: #000000;\">6. Container/Plate Requirements: Top Out, Top In, Bottom, Depth, Capacity</span></h4>\r\n<h4><span style=\"color: #000000;\">7. Any other Requirements/Comments</span></h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"100px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Custom Innovation','','inherit','open','open','','17220-revision-v1','','','2015-08-11 14:52:55','2015-08-11 14:52:55','',17220,'http://thisisradical.com/absoluteplastics/?p=17317',0,'revision','',0),(17318,1,'2015-08-11 14:53:52','2015-08-11 14:53:52','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17221\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\" img_size=\"large\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"75px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h4>At left is a diagram of our innovative sealing system. Absolute Plastics’ patented lid fit uses three distinct seals to resist leaking and help prevent spills. The lid audibly attaches both inside the bowl and outside the bowl flange. When the button on the outside of lid snaps over the bowl flange, the seal bead is pulled down to add a third seal against the bowl flange. These three seals (inside the bowl, on top of the flange and over the bowl flange) work together to prevent spills. Additionally, the outside buttons keep the lid attached to the bowl in case the entire package is dropped to help prevent the contents from spilling out.</h4>\r\n<h4></h4>\r\n<h4>Not only does the lid create a tight, leak resistant seal, but also easily attaches to the bowl and audibly snaps into place to let you know it is secure. Here at Absolute Plastics, we are committed to sustainable innovation that gives you added assurance against leaks and spills.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1>Creating a Custom Container or Plate</h1>\r\n \r\n<h4></h4>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\"][vc_column_text]\r\n<h4>At Absolute Plastics, we pride ourselves in providing our customers with high quality products that fit their needs. If you would like a container that we do not offer, please contact us at <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:info@absoluteplastics.com\">info@absoluteplastics.com</a></span> and include the information below:</h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #000000;\">1. Current Packaging Code, Description, and Dimensions</span></h4>\r\n<h4><span style=\"color: #000000;\">2. Annual Container/Plate Usage</span></h4>\r\n<h4><span style=\"color: #000000;\">3. Application of Packaging</span></h4>\r\n<h4><span style=\"color: #000000;\">4. Your Type of Business (retail, processor, etc.)</span></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #000000;\">5. Do you Co-Pack? Do you need a Co-Packer?</span></h4>\r\n<h4><span style=\"color: #000000;\">6. Container/Plate Requirements: Top Out, Top In, Bottom, Depth, Capacity</span></h4>\r\n<h4><span style=\"color: #000000;\">7. Any other Requirements/Comments</span></h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"100px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Custom Innovation','','inherit','open','open','','17220-revision-v1','','','2015-08-11 14:53:52','2015-08-11 14:53:52','',17220,'http://thisisradical.com/absoluteplastics/?p=17318',0,'revision','',0),(17319,1,'2015-08-11 14:54:43','2015-08-11 14:54:43','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17221\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\" img_size=\"large\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"75px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h4>At left is a diagram of our innovative sealing system. Absolute Plastics’ patented lid fit uses three distinct seals to resist leaking and help prevent spills. The lid audibly attaches both inside the bowl and outside the bowl flange. When the button on the outside of lid snaps over the bowl flange, the seal bead is pulled down to add a third seal against the bowl flange. These three seals (inside the bowl, on top of the flange and over the bowl flange) work together to prevent spills. Additionally, the outside buttons keep the lid attached to the bowl in case the entire package is dropped to help prevent the contents from spilling out.</h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4>Not only does the lid create a tight, leak resistant seal, but also easily attaches to the bowl and audibly snaps into place to let you know it is secure. Here at Absolute Plastics, we are committed to sustainable innovation that gives you added assurance against leaks and spills.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1>Creating a Custom Container or Plate</h1>\r\n \r\n<h4></h4>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\"][vc_column_text]\r\n<h4>At Absolute Plastics, we pride ourselves in providing our customers with high quality products that fit their needs. If you would like a container that we do not offer, please contact us at <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:info@absoluteplastics.com\">info@absoluteplastics.com</a></span> and include the information below:</h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #000000;\">1. Current Packaging Code, Description, and Dimensions</span></h4>\r\n<h4><span style=\"color: #000000;\">2. Annual Container/Plate Usage</span></h4>\r\n<h4><span style=\"color: #000000;\">3. Application of Packaging</span></h4>\r\n<h4><span style=\"color: #000000;\">4. Your Type of Business (retail, processor, etc.)</span></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #000000;\">5. Do you Co-Pack? Do you need a Co-Packer?</span></h4>\r\n<h4><span style=\"color: #000000;\">6. Container/Plate Requirements: Top Out, Top In, Bottom, Depth, Capacity</span></h4>\r\n<h4><span style=\"color: #000000;\">7. Any other Requirements/Comments</span></h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"100px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Custom Innovation','','inherit','open','open','','17220-revision-v1','','','2015-08-11 14:54:43','2015-08-11 14:54:43','',17220,'http://thisisradical.com/absoluteplastics/?p=17319',0,'revision','',0),(17320,1,'2015-08-11 14:55:07','2015-08-11 14:55:07','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17221\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\" img_size=\"large\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"75px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h4>At left is a diagram of our innovative sealing system. Absolute Plastics’ patented lid fit uses three distinct seals to resist leaking and help prevent spills. The lid audibly attaches both inside the bowl and outside the bowl flange. When the button on the outside of lid snaps over the bowl flange, the seal bead is pulled down to add a third seal against the bowl flange. These three seals (inside the bowl, on top of the flange and over the bowl flange) work together to prevent spills. Additionally, the outside buttons keep the lid attached to the bowl in case the entire package is dropped to help prevent the contents from spilling out.</h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4></h4>\r\n<h4>Not only does the lid create a tight, leak resistant seal, but also easily attaches to the bowl and audibly snaps into place to let you know it is secure. Here at Absolute Plastics, we are committed to sustainable innovation that gives you added assurance against leaks and spills.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1>Creating a Custom Container or Plate</h1>\r\n \r\n<h4></h4>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\"][vc_column_text]\r\n<h4>At Absolute Plastics, we pride ourselves in providing our customers with high quality products that fit their needs. If you would like a container that we do not offer, please contact us at <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:info@absoluteplastics.com\">info@absoluteplastics.com</a></span> and include the information below:</h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #000000;\">1. Current Packaging Code, Description, and Dimensions</span></h4>\r\n<h4><span style=\"color: #000000;\">2. Annual Container/Plate Usage</span></h4>\r\n<h4><span style=\"color: #000000;\">3. Application of Packaging</span></h4>\r\n<h4><span style=\"color: #000000;\">4. Your Type of Business (retail, processor, etc.)</span></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #000000;\">5. Do you Co-Pack? Do you need a Co-Packer?</span></h4>\r\n<h4><span style=\"color: #000000;\">6. Container/Plate Requirements: Top Out, Top In, Bottom, Depth, Capacity</span></h4>\r\n<h4><span style=\"color: #000000;\">7. Any other Requirements/Comments</span></h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"100px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Custom Innovation','','inherit','open','open','','17220-revision-v1','','','2015-08-11 14:55:07','2015-08-11 14:55:07','',17220,'http://thisisradical.com/absoluteplastics/?p=17320',0,'revision','',0),(17321,1,'2015-08-11 14:56:14','2015-08-11 14:56:14','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17221\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\" img_size=\"large\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"75px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h4>At left is a diagram of our innovative sealing system. Absolute Plastics’ patented lid fit uses three distinct seals to resist leaking and help prevent spills. The lid audibly attaches both inside the bowl and outside the bowl flange. When the button on the outside of lid snaps over the bowl flange, the seal bead is pulled down to add a third seal against the bowl flange. These three seals (inside the bowl, on top of the flange and over the bowl flange) work together to prevent spills. Additionally, the outside buttons keep the lid attached to the bowl in case the entire package is dropped to help prevent the contents from spilling out.</h4>\r\n<h4></h4>\r\n<h4>Not only does the lid create a tight, leak resistant seal, but also easily attaches to the bowl and audibly snaps into place to let you know it is secure. Here at Absolute Plastics, we are committed to sustainable innovation that gives you added assurance against leaks and spills.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1>Creating a Custom Container or Plate</h1>\r\n \r\n<h4></h4>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\"][vc_column_text]\r\n<h4>At Absolute Plastics, we pride ourselves in providing our customers with high quality products that fit their needs. If you would like a container that we do not offer, please contact us at <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:info@absoluteplastics.com\">info@absoluteplastics.com</a></span> and include the information below:</h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #000000;\">1. Current Packaging Code, Description, and Dimensions</span></h4>\r\n<h4><span style=\"color: #000000;\">2. Annual Container/Plate Usage</span></h4>\r\n<h4><span style=\"color: #000000;\">3. Application of Packaging</span></h4>\r\n<h4><span style=\"color: #000000;\">4. Your Type of Business (retail, processor, etc.)</span></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #000000;\">5. Do you Co-Pack? Do you need a Co-Packer?</span></h4>\r\n<h4><span style=\"color: #000000;\">6. Container/Plate Requirements: Top Out, Top In, Bottom, Depth, Capacity</span></h4>\r\n<h4><span style=\"color: #000000;\">7. Any other Requirements/Comments</span></h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"100px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Custom Innovation','','inherit','open','open','','17220-revision-v1','','','2015-08-11 14:56:14','2015-08-11 14:56:14','',17220,'http://thisisradical.com/absoluteplastics/?p=17321',0,'revision','',0),(17322,1,'2015-08-11 14:57:11','2015-08-11 14:57:11','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17221\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\" img_size=\"large\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"75px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h4>At left is a diagram of our innovative sealing system. Absolute Plastics’ patented lid fit uses three distinct seals to resist leaking and help prevent spills. The lid audibly attaches both inside the bowl and outside the bowl flange. When the button on the outside of lid snaps over the bowl flange, the seal bead is pulled down to add a third seal against the bowl flange. These three seals (inside the bowl, on top of the flange and over the bowl flange) work together to prevent spills. Additionally, the outside buttons keep the lid attached to the bowl in case the entire package is dropped to help prevent the contents from spilling out.</h4>\r\n<h4></h4>\r\n<h4></h4>\r\n[/vc_column_text][vc_column_text css_animation=\"\"]\r\n<h4>Not only does the lid create a tight, leak resistant seal, but also easily attaches to the bowl and audibly snaps into place to let you know it is secure. Here at Absolute Plastics, we are committed to sustainable innovation that gives you added assurance against leaks and spills.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"42px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h1>Creating a Custom Container or Plate</h1>\r\n \r\n<h4></h4>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\"][vc_column_text]\r\n<h4>At Absolute Plastics, we pride ourselves in providing our customers with high quality products that fit their needs. If you would like a container that we do not offer, please contact us at <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:info@absoluteplastics.com\">info@absoluteplastics.com</a></span> and include the information below:</h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #000000;\">1. Current Packaging Code, Description, and Dimensions</span></h4>\r\n<h4><span style=\"color: #000000;\">2. Annual Container/Plate Usage</span></h4>\r\n<h4><span style=\"color: #000000;\">3. Application of Packaging</span></h4>\r\n<h4><span style=\"color: #000000;\">4. Your Type of Business (retail, processor, etc.)</span></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #000000;\">5. Do you Co-Pack? Do you need a Co-Packer?</span></h4>\r\n<h4><span style=\"color: #000000;\">6. Container/Plate Requirements: Top Out, Top In, Bottom, Depth, Capacity</span></h4>\r\n<h4><span style=\"color: #000000;\">7. Any other Requirements/Comments</span></h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"100px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Custom Innovation','','inherit','open','open','','17220-revision-v1','','','2015-08-11 14:57:11','2015-08-11 14:57:11','',17220,'http://thisisradical.com/absoluteplastics/?p=17322',0,'revision','',0),(17323,1,'2015-08-11 14:58:35','2015-08-11 14:58:35','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17221\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\" img_size=\"large\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"75px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h4>At left is a diagram of our innovative sealing system. Absolute Plastics’ patented lid fit uses three distinct seals to resist leaking and help prevent spills. The lid audibly attaches both inside the bowl and outside the bowl flange. When the button on the outside of lid snaps over the bowl flange, the seal bead is pulled down to add a third seal against the bowl flange. These three seals (inside the bowl, on top of the flange and over the bowl flange) work together to prevent spills. Additionally, the outside buttons keep the lid attached to the bowl in case the entire package is dropped to help prevent the contents from spilling out.</h4>\r\n<h4></h4>\r\n<h4></h4>\r\n[/vc_column_text][vc_column_text css_animation=\"\"]\r\n<h4>Not only does the lid create a tight, leak resistant seal, but also easily attaches to the bowl and audibly snaps into place to let you know it is secure. Here at Absolute Plastics, we are committed to sustainable innovation that gives you added assurance against leaks and spills.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_text_separator title=\"Creating a Custom Container or Plate\" title_align=\"separator_align_center\" border=\"no\" title_color=\"#1e73be\"][vc_empty_space height=\"42px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h1>Creating a Custom Container or Plate</h1>\r\n \r\n<h4></h4>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\"][vc_column_text]\r\n<h4>At Absolute Plastics, we pride ourselves in providing our customers with high quality products that fit their needs. If you would like a container that we do not offer, please contact us at <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:info@absoluteplastics.com\">info@absoluteplastics.com</a></span> and include the information below:</h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #000000;\">1. Current Packaging Code, Description, and Dimensions</span></h4>\r\n<h4><span style=\"color: #000000;\">2. Annual Container/Plate Usage</span></h4>\r\n<h4><span style=\"color: #000000;\">3. Application of Packaging</span></h4>\r\n<h4><span style=\"color: #000000;\">4. Your Type of Business (retail, processor, etc.)</span></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #000000;\">5. Do you Co-Pack? Do you need a Co-Packer?</span></h4>\r\n<h4><span style=\"color: #000000;\">6. Container/Plate Requirements: Top Out, Top In, Bottom, Depth, Capacity</span></h4>\r\n<h4><span style=\"color: #000000;\">7. Any other Requirements/Comments</span></h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"100px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Custom Innovation','','inherit','open','open','','17220-revision-v1','','','2015-08-11 14:58:35','2015-08-11 14:58:35','',17220,'http://thisisradical.com/absoluteplastics/?p=17323',0,'revision','',0),(17324,1,'2015-08-11 14:59:29','2015-08-11 14:59:29','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17221\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\" img_size=\"large\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"75px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h4>At left is a diagram of our innovative sealing system. Absolute Plastics’ patented lid fit uses three distinct seals to resist leaking and help prevent spills. The lid audibly attaches both inside the bowl and outside the bowl flange. When the button on the outside of lid snaps over the bowl flange, the seal bead is pulled down to add a third seal against the bowl flange. These three seals (inside the bowl, on top of the flange and over the bowl flange) work together to prevent spills. Additionally, the outside buttons keep the lid attached to the bowl in case the entire package is dropped to help prevent the contents from spilling out.</h4>\r\n<h4></h4>\r\n<h4></h4>\r\n[/vc_column_text][vc_column_text css_animation=\"\"]\r\n<h4>Not only does the lid create a tight, leak resistant seal, but also easily attaches to the bowl and audibly snaps into place to let you know it is secure. Here at Absolute Plastics, we are committed to sustainable innovation that gives you added assurance against leaks and spills.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_text_separator title=\"Creating a Custom Container or Plate\" title_align=\"separator_align_center\" border=\"no\" title_color=\"#1e73be\" background_color=\"#dddddd\"][vc_empty_space height=\"42px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h1>Creating a Custom Container or Plate</h1>\r\n \r\n<h4></h4>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\"][vc_column_text]\r\n<h4>At Absolute Plastics, we pride ourselves in providing our customers with high quality products that fit their needs. If you would like a container that we do not offer, please contact us at <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:info@absoluteplastics.com\">info@absoluteplastics.com</a></span> and include the information below:</h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #000000;\">1. Current Packaging Code, Description, and Dimensions</span></h4>\r\n<h4><span style=\"color: #000000;\">2. Annual Container/Plate Usage</span></h4>\r\n<h4><span style=\"color: #000000;\">3. Application of Packaging</span></h4>\r\n<h4><span style=\"color: #000000;\">4. Your Type of Business (retail, processor, etc.)</span></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #000000;\">5. Do you Co-Pack? Do you need a Co-Packer?</span></h4>\r\n<h4><span style=\"color: #000000;\">6. Container/Plate Requirements: Top Out, Top In, Bottom, Depth, Capacity</span></h4>\r\n<h4><span style=\"color: #000000;\">7. Any other Requirements/Comments</span></h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"100px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Custom Innovation','','inherit','open','open','','17220-revision-v1','','','2015-08-11 14:59:29','2015-08-11 14:59:29','',17220,'http://thisisradical.com/absoluteplastics/?p=17324',0,'revision','',0),(17325,1,'2015-08-11 14:59:56','2015-08-11 14:59:56','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17221\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\" img_size=\"large\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"75px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h4>At left is a diagram of our innovative sealing system. Absolute Plastics’ patented lid fit uses three distinct seals to resist leaking and help prevent spills. The lid audibly attaches both inside the bowl and outside the bowl flange. When the button on the outside of lid snaps over the bowl flange, the seal bead is pulled down to add a third seal against the bowl flange. These three seals (inside the bowl, on top of the flange and over the bowl flange) work together to prevent spills. Additionally, the outside buttons keep the lid attached to the bowl in case the entire package is dropped to help prevent the contents from spilling out.</h4>\r\n<h4></h4>\r\n<h4></h4>\r\n[/vc_column_text][vc_column_text css_animation=\"\"]\r\n<h4>Not only does the lid create a tight, leak resistant seal, but also easily attaches to the bowl and audibly snaps into place to let you know it is secure. Here at Absolute Plastics, we are committed to sustainable innovation that gives you added assurance against leaks and spills.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"42px\" image_repeat=\"no-repeat\"][vc_text_separator title=\"Creating a Custom Container or Plate\" title_align=\"separator_align_center\" border=\"no\" title_color=\"#1e73be\" background_color=\"#dddddd\"][vc_column_text css_animation=\"\"]\r\n<h1 style=\"text-align: center;\">Creating a Custom Container or Plate</h1>\r\n \r\n<h4></h4>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\"][vc_column_text]\r\n<h4>At Absolute Plastics, we pride ourselves in providing our customers with high quality products that fit their needs. If you would like a container that we do not offer, please contact us at <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:info@absoluteplastics.com\">info@absoluteplastics.com</a></span> and include the information below:</h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #000000;\">1. Current Packaging Code, Description, and Dimensions</span></h4>\r\n<h4><span style=\"color: #000000;\">2. Annual Container/Plate Usage</span></h4>\r\n<h4><span style=\"color: #000000;\">3. Application of Packaging</span></h4>\r\n<h4><span style=\"color: #000000;\">4. Your Type of Business (retail, processor, etc.)</span></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #000000;\">5. Do you Co-Pack? Do you need a Co-Packer?</span></h4>\r\n<h4><span style=\"color: #000000;\">6. Container/Plate Requirements: Top Out, Top In, Bottom, Depth, Capacity</span></h4>\r\n<h4><span style=\"color: #000000;\">7. Any other Requirements/Comments</span></h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"100px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Custom Innovation','','inherit','open','open','','17220-revision-v1','','','2015-08-11 14:59:56','2015-08-11 14:59:56','',17220,'http://thisisradical.com/absoluteplastics/?p=17325',0,'revision','',0),(17326,1,'2015-08-11 15:02:50','2015-08-11 15:02:50','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17221\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\" img_size=\"large\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"75px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h4>At left is a diagram of our innovative sealing system. Absolute Plastics’ patented lid fit uses three distinct seals to resist leaking and help prevent spills. The lid audibly attaches both inside the bowl and outside the bowl flange. When the button on the outside of lid snaps over the bowl flange, the seal bead is pulled down to add a third seal against the bowl flange. These three seals (inside the bowl, on top of the flange and over the bowl flange) work together to prevent spills. Additionally, the outside buttons keep the lid attached to the bowl in case the entire package is dropped to help prevent the contents from spilling out.</h4>\r\n<h4></h4>\r\n<h4></h4>\r\n[/vc_column_text][vc_column_text css_animation=\"\"]\r\n<h4>Not only does the lid create a tight, leak resistant seal, but also easily attaches to the bowl and audibly snaps into place to let you know it is secure. Here at Absolute Plastics, we are committed to sustainable innovation that gives you added assurance against leaks and spills.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"42px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\"][vc_column_text css_animation=\"\"]\r\n<h1 style=\"text-align: center;\"></h1>\r\n<h1 style=\"text-align: center;\">Creating a Custom Container or Plate</h1>\r\n \r\n<h4></h4>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\"][vc_column_text]\r\n<h4>At Absolute Plastics, we pride ourselves in providing our customers with high quality products that fit their needs. If you would like a container that we do not offer, please contact us at <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:info@absoluteplastics.com\">info@absoluteplastics.com</a></span> and include the information below:</h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #000000;\">1. Current Packaging Code, Description, and Dimensions</span></h4>\r\n<h4><span style=\"color: #000000;\">2. Annual Container/Plate Usage</span></h4>\r\n<h4><span style=\"color: #000000;\">3. Application of Packaging</span></h4>\r\n<h4><span style=\"color: #000000;\">4. Your Type of Business (retail, processor, etc.)</span></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #000000;\">5. Do you Co-Pack? Do you need a Co-Packer?</span></h4>\r\n<h4><span style=\"color: #000000;\">6. Container/Plate Requirements: Top Out, Top In, Bottom, Depth, Capacity</span></h4>\r\n<h4><span style=\"color: #000000;\">7. Any other Requirements/Comments</span></h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"100px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Custom Innovation','','inherit','open','open','','17220-revision-v1','','','2015-08-11 15:02:50','2015-08-11 15:02:50','',17220,'http://thisisradical.com/absoluteplastics/?p=17326',0,'revision','',0),(17327,1,'2015-08-11 15:03:19','2015-08-11 15:03:19','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17221\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\" img_size=\"large\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"75px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h4>At left is a diagram of our innovative sealing system. Absolute Plastics’ patented lid fit uses three distinct seals to resist leaking and help prevent spills. The lid audibly attaches both inside the bowl and outside the bowl flange. When the button on the outside of lid snaps over the bowl flange, the seal bead is pulled down to add a third seal against the bowl flange. These three seals (inside the bowl, on top of the flange and over the bowl flange) work together to prevent spills. Additionally, the outside buttons keep the lid attached to the bowl in case the entire package is dropped to help prevent the contents from spilling out.</h4>\r\n<h4></h4>\r\n<h4></h4>\r\n[/vc_column_text][vc_column_text css_animation=\"\"]\r\n<h4>Not only does the lid create a tight, leak resistant seal, but also easily attaches to the bowl and audibly snaps into place to let you know it is secure. Here at Absolute Plastics, we are committed to sustainable innovation that gives you added assurance against leaks and spills.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"42px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\"][vc_empty_space height=\"22px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h1 style=\"text-align: center;\"></h1>\r\n<h1 style=\"text-align: center;\">Creating a Custom Container or Plate</h1>\r\n \r\n<h4></h4>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\"][vc_column_text]\r\n<h4>At Absolute Plastics, we pride ourselves in providing our customers with high quality products that fit their needs. If you would like a container that we do not offer, please contact us at <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:info@absoluteplastics.com\">info@absoluteplastics.com</a></span> and include the information below:</h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #000000;\">1. Current Packaging Code, Description, and Dimensions</span></h4>\r\n<h4><span style=\"color: #000000;\">2. Annual Container/Plate Usage</span></h4>\r\n<h4><span style=\"color: #000000;\">3. Application of Packaging</span></h4>\r\n<h4><span style=\"color: #000000;\">4. Your Type of Business (retail, processor, etc.)</span></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #000000;\">5. Do you Co-Pack? Do you need a Co-Packer?</span></h4>\r\n<h4><span style=\"color: #000000;\">6. Container/Plate Requirements: Top Out, Top In, Bottom, Depth, Capacity</span></h4>\r\n<h4><span style=\"color: #000000;\">7. Any other Requirements/Comments</span></h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"100px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Custom Innovation','','inherit','open','open','','17220-revision-v1','','','2015-08-11 15:03:19','2015-08-11 15:03:19','',17220,'http://thisisradical.com/absoluteplastics/?p=17327',0,'revision','',0),(17328,1,'2015-08-11 15:03:47','2015-08-11 15:03:47','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/2\"][vc_single_image image=\"17221\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" css_animation=\"\" img_size=\"large\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"75px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h4>At left is a diagram of our innovative sealing system. Absolute Plastics’ patented lid fit uses three distinct seals to resist leaking and help prevent spills. The lid audibly attaches both inside the bowl and outside the bowl flange. When the button on the outside of lid snaps over the bowl flange, the seal bead is pulled down to add a third seal against the bowl flange. These three seals (inside the bowl, on top of the flange and over the bowl flange) work together to prevent spills. Additionally, the outside buttons keep the lid attached to the bowl in case the entire package is dropped to help prevent the contents from spilling out.</h4>\r\n<h4></h4>\r\n<h4></h4>\r\n[/vc_column_text][vc_empty_space height=\"22px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h4>Not only does the lid create a tight, leak resistant seal, but also easily attaches to the bowl and audibly snaps into place to let you know it is secure. Here at Absolute Plastics, we are committed to sustainable innovation that gives you added assurance against leaks and spills.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"42px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\"][vc_empty_space height=\"22px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h1 style=\"text-align: center;\"></h1>\r\n<h1 style=\"text-align: center;\">Creating a Custom Container or Plate</h1>\r\n \r\n<h4></h4>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"\" down=\"\"][vc_column_text]\r\n<h4>At Absolute Plastics, we pride ourselves in providing our customers with high quality products that fit their needs. If you would like a container that we do not offer, please contact us at <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:info@absoluteplastics.com\">info@absoluteplastics.com</a></span> and include the information below:</h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #000000;\">1. Current Packaging Code, Description, and Dimensions</span></h4>\r\n<h4><span style=\"color: #000000;\">2. Annual Container/Plate Usage</span></h4>\r\n<h4><span style=\"color: #000000;\">3. Application of Packaging</span></h4>\r\n<h4><span style=\"color: #000000;\">4. Your Type of Business (retail, processor, etc.)</span></h4>\r\n<h4></h4>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4><span style=\"color: #000000;\">5. Do you Co-Pack? Do you need a Co-Packer?</span></h4>\r\n<h4><span style=\"color: #000000;\">6. Container/Plate Requirements: Top Out, Top In, Bottom, Depth, Capacity</span></h4>\r\n<h4><span style=\"color: #000000;\">7. Any other Requirements/Comments</span></h4>\r\n[/vc_column_text][vc_empty_space height=\"32px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"100px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Custom Innovation','','inherit','open','open','','17220-revision-v1','','','2015-08-11 15:03:47','2015-08-11 15:03:47','',17220,'http://thisisradical.com/absoluteplastics/?p=17328',0,'revision','',0),(17329,1,'2015-08-11 16:04:29','2015-08-11 16:04:29','','AbsolutePlasticsCatalog','','inherit','open','open','','absoluteplasticscatalog','','','2015-08-11 16:04:29','2015-08-11 16:04:29','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/08/AbsolutePlasticsCatalog.pdf',0,'attachment','application/pdf',0),(17330,1,'2015-08-11 16:11:17','2015-08-11 16:11:17','','AbsolutePlasticsCatalog_8-11','','inherit','open','open','','absoluteplasticscatalog_8-11','','','2015-08-11 16:11:17','2015-08-11 16:11:17','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/08/AbsolutePlasticsCatalog_8-11.pdf',0,'attachment','application/pdf',0),(17331,1,'2015-08-11 16:12:07','2015-08-11 16:12:07','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h3>View our Catalog:</h3>\r\n[/vc_column_text][/vc_column][/vc_row]\r\n\r\n[pdf issuu_pdf_id=\"150811161118-530cd3349179468fb8661aad7715f408\" width=\"640\" height=\"480\" ]','Catalog','','inherit','open','open','','16674-revision-v1','','','2015-08-11 16:12:07','2015-08-11 16:12:07','',16674,'http://thisisradical.com/absoluteplastics/?p=17331',0,'revision','',0),(17333,1,'2015-08-17 18:34:40','2015-08-17 18:34:40','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]As a part of rePlanet Holdings, Absolute Plastics is one of the first plastics packaging suppliers that is building a closed loop recycling system for packaging. RePlanet collection has over 700 collection centers that collect PET, aluminum cans and glass. ECO2 Plastics has the capability to shred and clean over 60 million pounds of recovered PET. Absolute Plastics uses recycled PET (rPET) to produce new PET packaging custom designed to meet the application.[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_empty_space height=\"62px\" image_repeat=\"no-repeat\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17313\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">rePlanet</h3>\r\nWhen rePlanet says every bottle counts, they mean it. Every year, rePlanet collect billions of containers from countless Californians. These containers put millions of dollars into people’s hands, which makes a real difference – from putting dollars in your wallet, to keeping containers out of the landfill, to supporting community and national causes. At rePlanet, making every bottle count is more than just adding up numbers, it’s about making a difference and creating real value.\r\n\r\n \r\n\r\nrePlanet has built the largest recycling collection network in the country and partnered with every major grocery chain to make sure a recycling location is always nearby in California. Simply bring in your bottles and get your extra spending money, or donate your recycling dollars to a cause you care about. Recycling with rePlanet is easy and rewarding.\r\n\r\n[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">ECO2 Plastics</h3>\r\nrePlanet Holdings, Inc. owns ECO2 Plastics, a PET bottle washing company. With ECO2, rePlanet has the ability to recover and clean our own collected bottles. Once the PET bottle is collected and baled, the label and caps are removed and the bottle is shredded. The shredded PET is then systematically cleaned for safe use in producing new beverage bottles or PET packaging.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17197\" alignment=\"right\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nFounded in 1948, Penny Plate, LLC has been committed to innovation, identifying opportunities to exceed customer expectations, and entering the market as a low cost provider. Today, Penny Plate has one of the most extensive lines of aluminum containers, selling to Foodservice, Retail, and Packer Processor industries. Inventors of the widely used rolled rim technology, Penny Plate continues to be one of the leading innovators in aluminum container packaging. We pride ourselves in the sustainability of our products, and our aluminum containers are 100% recyclable.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-08-17 18:34:40','2015-08-17 18:34:40','',17110,'http://thisisradical.com/absoluteplastics/?p=17333',0,'revision','',0),(17334,1,'2015-08-17 18:35:53','2015-08-17 18:35:53','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]As a part of rePlanet Holdings, Absolute Plastics is one of the first plastics packaging suppliers that is building a closed loop recycling system for packaging. rePlanet collection has over 700 collection centers that collect PET, aluminum cans and glass. ECO2 Plastics has the capability to shred and clean over 60 million pounds of recovered PET. Absolute Plastics uses recycled PET (rPET) to produce new PET packaging custom designed to meet the application.[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_empty_space height=\"62px\" image_repeat=\"no-repeat\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17313\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">rePlanet</h3>\r\nWhen rePlanet says every bottle counts, they mean it. Every year, rePlanet collect billions of containers from countless Californians. These containers put millions of dollars into people’s hands, which makes a real difference – from putting dollars in your wallet, to keeping containers out of the landfill, to supporting community and national causes. At rePlanet, making every bottle count is more than just adding up numbers, it’s about making a difference and creating real value.\r\n\r\n \r\n\r\nrePlanet has built the largest recycling collection network in the country and partnered with every major grocery chain to make sure a recycling location is always nearby in California. Simply bring in your bottles and get your extra spending money, or donate your recycling dollars to a cause you care about. Recycling with rePlanet is easy and rewarding.\r\n\r\n[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">ECO2 Plastics</h3>\r\nrePlanet Holdings, Inc. owns ECO2 Plastics, a PET bottle washing company. With ECO2, rePlanet has the ability to recover and clean our own collected bottles. Once the PET bottle is collected and baled, the label and caps are removed and the bottle is shredded. The shredded PET is then systematically cleaned for safe use in producing new beverage bottles or PET packaging.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17197\" alignment=\"right\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nFounded in 1948, Penny Plate, LLC has been committed to innovation, identifying opportunities to exceed customer expectations, and entering the market as a low cost provider. Today, Penny Plate has one of the most extensive lines of aluminum containers, selling to Foodservice, Retail, and Packer Processor industries. Inventors of the widely used rolled rim technology, Penny Plate continues to be one of the leading innovators in aluminum container packaging. We pride ourselves in the sustainability of our products, and our aluminum containers are 100% recyclable.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','open','open','','17110-revision-v1','','','2015-08-17 18:35:53','2015-08-17 18:35:53','',17110,'http://thisisradical.com/absoluteplastics/?p=17334',0,'revision','',0),(17335,1,'2015-08-17 18:37:28','2015-08-17 18:37:28','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"\"]\r\n<h1><strong>Absolute Plastics, LLC </strong></h1>\r\n<h3><strong>Company Overview & Background</strong></h3>\r\n \r\n\r\nAbsolute Plastics prides itself on being an innovator of sustainable plastic packaging for the foodservice, retail, and distribution markets throughout North America. A subsidiary of rePlanet Holdings, Inc, Absolute Plastics, LLC is the most recent addition to over 60 years of privately owned disposable container companies. Founded on cutting-edge technology with PET and Polypropylene thermoforming capabilities, we are located in Wilson, NC with a second manufacturing facility in Visalia, CA (rePlanet Packaging).\r\n\r\n \r\n\r\nUtilizing a platform of new plastics materials and improved container design, Absolute Plastics is uniquely qualified to create solutions for your individual requirements. Having extrusion operations in our plants allow Absolute Plastics to recover and reuse virtually all of our web and part scrap, creating a near zero waste plastics operation.\r\n\r\n \r\n\r\nAbsolute Plastics sells a full line of “Microwave Safe,” 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products and provides a low cost foam replacement alternative.\r\n\r\n \r\n\r\nAs of 2015, Absolute Plastics has developed <b>70% Post-Consumer Recycled</b> (PCR) PET packaging available in clear, black and custom colors. Absolute Plastics has been committed to innovation, exceeding customer expectations, and manufacturing in the USA. To achieve our competitive pricing, Absolute Plastics extrudes most of the roll stock used in their thermoforming process.[/vc_column_text][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\" thickness=\"5\"][vc_empty_space height=\"12px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h1 style=\"text-align: center;\">Our Sister Companies</h1>\r\n[/vc_column_text][vc_empty_space height=\"12px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" width_in_percentages=\"\" color=\"#1e73be\" thickness=\"5\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\"][vc_column width=\"1/3\"][vc_empty_space height=\"50px\" image_repeat=\"no-repeat\"][vc_single_image image=\"17089\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"medium\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_column_text css_animation=\"\"]\r\n<h2><span class=\"subtitle\"><a href=\"http://pennyplate.com/\">Penny Plate</a></span></h2>\r\nThe largest aluminum container supplier to the Packer Processor industry. Founded in 1948, Penny Plate supplies many of the top ten food companies with aluminum containers for their retail products. Penny Plate has one of the largest lines of aluminum containers and sells to the Foodservice, Retail and Packer Processor markets. Penny Plate produces their own dies and is known as one of the leading innovators in aluminum container packaging. Aluminum containers can be recycled in the aluminum recycling stream.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_separator type=\"normal\" position=\"center\" color=\"#1e73be\" width_in_percentages=\"\" align=\"align_center\" style=\"\" border_width=\"\" el_width=\"\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\" full_width=\"\" el_id=\"\"][vc_column width=\"1/3\"][vc_single_image image=\"17270\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"medium\" alignment=\"center\"][vc_empty_space height=\"32px\" image_repeat=\"no-repeat\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"15px\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h2><a href=\"http://replanet.com/\">rePlanet </a></h2>\r\nrePlanet is the largest beverage container collection network in the United States. rePlanet has over 700 recycling centers and collects over 60 million pounds of aluminum, 90 million pounds of PET, and 120 million pounds of glass annually. Their reverse vending technology has put millions of dollars into people’s hands while keeping containers out of the landfills.[/vc_column_text][vc_empty_space height=\"15px\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','About','','inherit','open','open','','16806-revision-v1','','','2015-08-17 18:37:28','2015-08-17 18:37:28','',16806,'http://thisisradical.com/absoluteplastics/?p=17335',0,'revision','',0),(17337,1,'2015-08-17 18:44:09','2015-08-17 18:44:09','','AbsolutePlasticsCatalog_8-17','','inherit','open','open','','absoluteplasticscatalog_8-17','','','2015-08-17 18:44:09','2015-08-17 18:44:09','',0,'http://thisisradical.com/absoluteplastics/wp-content/uploads/2015/08/AbsolutePlasticsCatalog_8-17.pdf',0,'attachment','application/pdf',0),(17338,1,'2015-08-17 18:44:45','2015-08-17 18:44:45','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h3>View our Catalog:</h3>\r\n[/vc_column_text][/vc_column][/vc_row]\r\n\r\n[pdf issuu_pdf_id=\"150817184409-c0c7be3b507948d586c1bd3df2210ea3\" width=\"640\" height=\"480\" ]','Catalog','','inherit','open','open','','16674-revision-v1','','','2015-08-17 18:44:45','2015-08-17 18:44:45','',16674,'http://thisisradical.com/absoluteplastics/?p=17338',0,'revision','',0),(17343,1,'2016-03-29 21:54:52','2016-03-29 21:54:52','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_video link=\"https://vimeo.com/160624905\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]\r\n\r\nAs a part of rePlanet Holdings, Absolute Plastics is one of the first plastics packaging suppliers that is building a closed loop recycling system for packaging. rePlanet collection has over 700 collection centers that collect PET, aluminum cans and glass. ECO2 Plastics has the capability to shred and clean over 60 million pounds of recovered PET. Absolute Plastics uses recycled PET (rPET) to produce new PET packaging custom designed to meet the application.\r\n\r\n[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_empty_space height=\"62px\" image_repeat=\"no-repeat\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17313\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">rePlanet</h3>\r\nWhen rePlanet says every bottle counts, they mean it. Every year, rePlanet collect billions of containers from countless Californians. These containers put millions of dollars into people’s hands, which makes a real difference – from putting dollars in your wallet, to keeping containers out of the landfill, to supporting community and national causes. At rePlanet, making every bottle count is more than just adding up numbers, it’s about making a difference and creating real value.\r\n\r\n \r\n\r\nrePlanet has built the largest recycling collection network in the country and partnered with every major grocery chain to make sure a recycling location is always nearby in California. Simply bring in your bottles and get your extra spending money, or donate your recycling dollars to a cause you care about. Recycling with rePlanet is easy and rewarding.\r\n\r\n[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">ECO2 Plastics</h3>\r\nrePlanet Holdings, Inc. owns ECO2 Plastics, a PET bottle washing company. With ECO2, rePlanet has the ability to recover and clean our own collected bottles. Once the PET bottle is collected and baled, the label and caps are removed and the bottle is shredded. The shredded PET is then systematically cleaned for safe use in producing new beverage bottles or PET packaging.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17197\" alignment=\"right\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nFounded in 1948, Penny Plate, LLC has been committed to innovation, identifying opportunities to exceed customer expectations, and entering the market as a low cost provider. Today, Penny Plate has one of the most extensive lines of aluminum containers, selling to Foodservice, Retail, and Packer Processor industries. Inventors of the widely used rolled rim technology, Penny Plate continues to be one of the leading innovators in aluminum container packaging. We pride ourselves in the sustainability of our products, and our aluminum containers are 100% recyclable.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','closed','closed','','17110-revision-v1','','','2016-03-29 21:54:52','2016-03-29 21:54:52','',17110,'http://absoluteplastics.net/?p=17343',0,'revision','',0),(17345,1,'2016-03-29 22:30:49','2016-03-29 22:30:49','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"yes\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_video link=\"https://vimeo.com/160624905\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]\r\n\r\nAs a part of rePlanet Holdings, Absolute Plastics is one of the first plastics packaging suppliers that is building a closed loop recycling system for packaging. rePlanet collection has over 700 collection centers that collect PET, aluminum cans and glass. ECO2 Plastics has the capability to shred and clean over 60 million pounds of recovered PET. Absolute Plastics uses recycled PET (rPET) to produce new PET packaging custom designed to meet the application.\r\n\r\n[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_empty_space height=\"62px\" image_repeat=\"no-repeat\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17313\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">rePlanet</h3>\r\nWhen rePlanet says every bottle counts, they mean it. Every year, rePlanet collect billions of containers from countless Californians. These containers put millions of dollars into people’s hands, which makes a real difference – from putting dollars in your wallet, to keeping containers out of the landfill, to supporting community and national causes. At rePlanet, making every bottle count is more than just adding up numbers, it’s about making a difference and creating real value.\r\n\r\n \r\n\r\nrePlanet has built the largest recycling collection network in the country and partnered with every major grocery chain to make sure a recycling location is always nearby in California. Simply bring in your bottles and get your extra spending money, or donate your recycling dollars to a cause you care about. Recycling with rePlanet is easy and rewarding.\r\n\r\n[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">ECO2 Plastics</h3>\r\nrePlanet Holdings, Inc. owns ECO2 Plastics, a PET bottle washing company. With ECO2, rePlanet has the ability to recover and clean our own collected bottles. Once the PET bottle is collected and baled, the label and caps are removed and the bottle is shredded. The shredded PET is then systematically cleaned for safe use in producing new beverage bottles or PET packaging.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17197\" alignment=\"right\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nFounded in 1948, Penny Plate, LLC has been committed to innovation, identifying opportunities to exceed customer expectations, and entering the market as a low cost provider. Today, Penny Plate has one of the most extensive lines of aluminum containers, selling to Foodservice, Retail, and Packer Processor industries. Inventors of the widely used rolled rim technology, Penny Plate continues to be one of the leading innovators in aluminum container packaging. We pride ourselves in the sustainability of our products, and our aluminum containers are 100% recyclable.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','closed','closed','','17110-revision-v1','','','2016-03-29 22:30:49','2016-03-29 22:30:49','',17110,'http://absoluteplastics.net/?p=17345',0,'revision','',0),(17348,1,'2016-03-29 22:32:21','2016-03-29 22:32:21','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"yes\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_video link=\"https://vimeo.com/160624905\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"yes\" type=\"grid\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]\r\n\r\nAs a part of rePlanet Holdings, Absolute Plastics is one of the first plastics packaging suppliers that is building a closed loop recycling system for packaging. rePlanet collection has over 700 collection centers that collect PET, aluminum cans and glass. ECO2 Plastics has the capability to shred and clean over 60 million pounds of recovered PET. Absolute Plastics uses recycled PET (rPET) to produce new PET packaging custom designed to meet the application.\r\n\r\n[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_empty_space height=\"62px\" image_repeat=\"no-repeat\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17313\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">rePlanet</h3>\r\nWhen rePlanet says every bottle counts, they mean it. Every year, rePlanet collect billions of containers from countless Californians. These containers put millions of dollars into people’s hands, which makes a real difference – from putting dollars in your wallet, to keeping containers out of the landfill, to supporting community and national causes. At rePlanet, making every bottle count is more than just adding up numbers, it’s about making a difference and creating real value.\r\n\r\n \r\n\r\nrePlanet has built the largest recycling collection network in the country and partnered with every major grocery chain to make sure a recycling location is always nearby in California. Simply bring in your bottles and get your extra spending money, or donate your recycling dollars to a cause you care about. Recycling with rePlanet is easy and rewarding.\r\n\r\n[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">ECO2 Plastics</h3>\r\nrePlanet Holdings, Inc. owns ECO2 Plastics, a PET bottle washing company. With ECO2, rePlanet has the ability to recover and clean our own collected bottles. Once the PET bottle is collected and baled, the label and caps are removed and the bottle is shredded. The shredded PET is then systematically cleaned for safe use in producing new beverage bottles or PET packaging.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17197\" alignment=\"right\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nFounded in 1948, Penny Plate, LLC has been committed to innovation, identifying opportunities to exceed customer expectations, and entering the market as a low cost provider. Today, Penny Plate has one of the most extensive lines of aluminum containers, selling to Foodservice, Retail, and Packer Processor industries. Inventors of the widely used rolled rim technology, Penny Plate continues to be one of the leading innovators in aluminum container packaging. We pride ourselves in the sustainability of our products, and our aluminum containers are 100% recyclable.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','closed','closed','','17110-revision-v1','','','2016-03-29 22:32:21','2016-03-29 22:32:21','',17110,'http://absoluteplastics.net/?p=17348',0,'revision','',0),(17349,1,'2016-03-29 22:35:29','2016-03-29 22:35:29','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"yes\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_video link=\"https://vimeo.com/160624905\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"yes\" type=\"grid\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]\r\n\r\nAs a part of rePlanet Holdings, Absolute Plastics is one of the first plastics packaging suppliers that is building a closed loop recycling system for packaging. rePlanet collection has over 700 collection centers that collect PET, aluminum cans and glass. ECO2 Plastics has the capability to shred and clean over 60 million pounds of recovered PET. Absolute Plastics uses recycled PET (rPET) to produce new PET packaging custom designed to meet the application.\r\n\r\n[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_empty_space height=\"62px\" image_repeat=\"no-repeat\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17313\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">rePlanet</h3>\r\nWhen rePlanet says every bottle counts, they mean it. Every year, rePlanet collect billions of containers from countless Californians. These containers put millions of dollars into people’s hands, which makes a real difference – from putting dollars in your wallet, to keeping containers out of the landfill, to supporting community and national causes. At rePlanet, making every bottle count is more than just adding up numbers, it’s about making a difference and creating real value.\r\n\r\n \r\n\r\nrePlanet has built the largest recycling collection network in the country and partnered with every major grocery chain to make sure a recycling location is always nearby in California. Simply bring in your bottles and get your extra spending money, or donate your recycling dollars to a cause you care about. Recycling with rePlanet is easy and rewarding.\r\n\r\n[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">ECO2 Plastics</h3>\r\nrePlanet Holdings, Inc. owns ECO2 Plastics, a PET bottle washing company. With ECO2, rePlanet has the ability to recover and clean our own collected bottles. Once the PET bottle is collected and baled, the label and caps are removed and the bottle is shredded. The shredded PET is then systematically cleaned for safe use in producing new beverage bottles or PET packaging.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17197\" alignment=\"right\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nFounded in 1948, Penny Plate, LLC has been committed to innovation, identifying opportunities to exceed customer expectations, and entering the market as a low cost provider. Today, Penny Plate has one of the most extensive lines of aluminum containers, selling to Foodservice, Retail, and Packer Processor industries. Inventors of the widely used rolled rim technology, Penny Plate continues to be one of the leading innovators in aluminum container packaging. We pride ourselves in the sustainability of our products, and our aluminum containers are 100% recyclable.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','closed','closed','','17110-revision-v1','','','2016-03-29 22:35:29','2016-03-29 22:35:29','',17110,'http://absoluteplastics.net/?p=17349',0,'revision','',0),(17351,1,'2016-03-29 22:41:06','2016-03-29 22:41:06','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"Absolute Plastics was built on over 60 years of packaging experience. \" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"100\" text_color=\"#1e73be\" text=\"Invented a Patented Lid Seal Technology to resist leaking and spills\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics offers a wide range of products designed around functionality, sustainability and convenience.\r\n\r\n \r\n<ul>\r\n <li>Our products significantly reduce logistics costs and have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\" link=\"http://thisisradical.com/absoluteplastics/?page_id=16674\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics is dedicated to adding an environmentally focused dimension to the private label top category through using innovative materials such as compostable, sustainable paper and 70% post-consumer recyclable plastic.\r\n\r\n \r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, the hinged PP product line addresses the environmental and performance issues related to foam</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Absolute Plastics products are all made in the United States. Supporting products made in the USA strengthens our economy, protects our environmental standards, and creates jobs in the US.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">With Absolute Plastics design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>3D Printing fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Have on-site capability to make commercial dies and cavity inserts</li>\r\n <li>A highly experienced design, production, and distribution team to provide a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_video link=\"https://vimeo.com/160624905\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','15676-revision-v1','','','2016-03-29 22:41:06','2016-03-29 22:41:06','',15676,'http://absoluteplastics.net/?p=17351',0,'revision','',0),(17354,1,'2016-03-29 22:43:40','2016-03-29 22:43:40','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"Absolute Plastics was built on over 60 years of packaging experience. \" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"100\" text_color=\"#1e73be\" text=\"Invented a Patented Lid Seal Technology to resist leaking and spills\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics offers a wide range of products designed around functionality, sustainability and convenience.\r\n\r\n \r\n<ul>\r\n <li>Our products significantly reduce logistics costs and have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\" link=\"http://thisisradical.com/absoluteplastics/?page_id=16674\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics is dedicated to adding an environmentally focused dimension to the private label top category through using innovative materials such as compostable, sustainable paper and 70% post-consumer recyclable plastic.\r\n\r\n \r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, the hinged PP product line addresses the environmental and performance issues related to foam</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Absolute Plastics products are all made in the United States. Supporting products made in the USA strengthens our economy, protects our environmental standards, and creates jobs in the US.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">With Absolute Plastics design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>3D Printing fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Have on-site capability to make commercial dies and cavity inserts</li>\r\n <li>A highly experienced design, production, and distribution team to provide a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_video link=\"https://player.vimeo.com/video/160624905?title=0&byline=0&portrait=0\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','15676-revision-v1','','','2016-03-29 22:43:40','2016-03-29 22:43:40','',15676,'http://absoluteplastics.net/?p=17354',0,'revision','',0),(17357,1,'2016-04-03 22:50:42','2016-04-03 22:50:42','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"Absolute Plastics was built on over 60 years of packaging experience. \" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"100\" text_color=\"#1e73be\" text=\"Invented a Patented Lid Seal Technology to resist leaking and spills\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics offers a wide range of products designed around functionality, sustainability and convenience.\r\n\r\n \r\n<ul>\r\n <li>Our products significantly reduce logistics costs and have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\" link=\"http://thisisradical.com/absoluteplastics/?page_id=16674\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics is dedicated to adding an environmentally focused dimension to the private label top category through using innovative materials such as compostable, sustainable paper and 70% post-consumer recyclable plastic.\r\n\r\n \r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, the hinged PP product line addresses the environmental and performance issues related to foam</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Absolute Plastics products are all made in the United States. Supporting products made in the USA strengthens our economy, protects our environmental standards, and creates jobs in the US.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">With Absolute Plastics design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>3D Printing fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Have on-site capability to make commercial dies and cavity inserts</li>\r\n <li>A highly experienced design, production, and distribution team to provide a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_video link=\"https://player.vimeo.com/video/160624905?title=0&byline=0&portrait=0\"][vc_raw_html]\r\n\r\nJTNDc2NyaXB0JTIwbGFuZ3VhZ2UlM0QlMjJKYXZhU2NyaXB0JTIyJTNFJTBBJTNDJTIxLS0lMEFmdW5jdGlvbiUyMGF1dG9SZXNpemUlMjhpZCUyOSU3QiUwQSUyMCUyMCUyMCUyMHZhciUyMG5ld2hlaWdodCUzQiUwQSUyMCUyMCUyMCUyMHZhciUyMG5ld3dpZHRoJTNCJTBBJTBBJTIwJTIwJTIwJTIwaWYlMjhkb2N1bWVudC5nZXRFbGVtZW50QnlJZCUyOSU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMG5ld2hlaWdodCUyMCUzRCUyMGRvY3VtZW50LmdldEVsZW1lbnRCeUlkJTI4aWQlMjkuY29udGVudFdpbmRvdy5kb2N1bWVudCUyMC5ib2R5LnNjcm9sbEhlaWdodCUzQiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMG5ld3dpZHRoJTIwJTNEJTIwZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQlMjhpZCUyOS5jb250ZW50V2luZG93LmRvY3VtZW50JTIwLmJvZHkuc2Nyb2xsV2lkdGglM0IlMEElMjAlMjAlMjAlMjAlN0QlMEElMEElMjAlMjAlMjAlMjBkb2N1bWVudC5nZXRFbGVtZW50QnlJZCUyOGlkJTI5LmhlaWdodCUyMCUzRCUyMCUyOG5ld2hlaWdodCUyOSUyMCUyQiUyMCUyMnB4JTIyJTNCJTBBJTIwJTIwJTIwJTIwZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQlMjhpZCUyOS53aWR0aCUyMCUzRCUyMCUyOG5ld3dpZHRoJTI5JTIwJTJCJTIwJTIycHglMjIlM0IlMEElN0QlMEElMkYlMkYtLSUzRSUwQSUzQyUyRnNjcmlwdCUzRSUwQSUwQSUzQ2lmcmFtZSUyMHNyYyUzRCUyMnVzYWdlbG9ncyUyRmRlZmF1bHQuYXNweCUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyODAwcHglMjIlMjBpZCUzRCUyMmlmcmFtZTElMjIlMjBtYXJnaW5oZWlnaHQlM0QlMjIwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwb25Mb2FkJTNEJTIyYXV0b1Jlc2l6ZSUyOCUyN2lmcmFtZTElMjclMjklM0IlMjIlM0UlMEElMEElMEElMEElM0NpZnJhbWUlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnBsYXllci52aW1lby5jb20lMkZ2aWRlbyUyRjE2MDYyNDkwNSUzRnRpdGxlJTNEMCUyNmJ5bGluZSUzRDAlMjZwb3J0cmFpdCUzRDAlMjIlMjB3aWR0aCUzRCUyMjUwMCUyMiUyMGhlaWdodCUzRCUyMjI4MSUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRSUwQSUzQ3AlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGdmltZW8uY29tJTJGMTYwNjI0OTA1JTIyJTNFQWJzb2x1dGUlMjBQbGFzdGljcyUyMENsb3NlZC1Mb29wJTIwUmVjeWNsaW5nJTNDJTJGYSUzRSUyMGZyb20lMjAlM0NhJTIwaHJlZiUzRCUyMmh0dHBzJTNBJTJGJTJGdmltZW8uY29tJTJGdXNlcjI4ODA5MjM1JTIyJTNFSmFjayUyMENvc3RlbGxvJTNDJTJGYSUzRSUyMG9uJTIwJTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnZpbWVvLmNvbSUyMiUzRVZpbWVvJTNDJTJGYSUzRS4lM0MlMkZwJTNFJTBBJTBBJTNDJTJGaWZyYW1lJTNF\r\n\r\n[/vc_raw_html][/vc_column][/vc_row]','Home','','inherit','closed','closed','','15676-revision-v1','','','2016-04-03 22:50:42','2016-04-03 22:50:42','',15676,'http://absoluteplastics.net/?p=17357',0,'revision','',0),(17360,1,'2016-04-03 22:52:26','2016-04-03 22:52:26','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"Absolute Plastics was built on over 60 years of packaging experience. \" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"100\" text_color=\"#1e73be\" text=\"Invented a Patented Lid Seal Technology to resist leaking and spills\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics offers a wide range of products designed around functionality, sustainability and convenience.\r\n\r\n \r\n<ul>\r\n <li>Our products significantly reduce logistics costs and have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\" link=\"http://thisisradical.com/absoluteplastics/?page_id=16674\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics is dedicated to adding an environmentally focused dimension to the private label top category through using innovative materials such as compostable, sustainable paper and 70% post-consumer recyclable plastic.\r\n\r\n \r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, the hinged PP product line addresses the environmental and performance issues related to foam</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Absolute Plastics products are all made in the United States. Supporting products made in the USA strengthens our economy, protects our environmental standards, and creates jobs in the US.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">With Absolute Plastics design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>3D Printing fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Have on-site capability to make commercial dies and cavity inserts</li>\r\n <li>A highly experienced design, production, and distribution team to provide a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_video link=\"https://player.vimeo.com/video/160624905?title=0&byline=0&portrait=0\"][vc_raw_html]\r\n\r\nJTNDc2NyaXB0JTIwbGFuZ3VhZ2UlM0QlMjJKYXZhU2NyaXB0JTIyJTNFJTBBJTNDJTIxLS0lMEFmdW5jdGlvbiUyMGF1dG9SZXNpemUlMjhpZCUyOSU3QiUwQSUyMCUyMCUyMCUyMHZhciUyMG5ld2hlaWdodCUzQiUwQSUyMCUyMCUyMCUyMHZhciUyMG5ld3dpZHRoJTNCJTBBJTBBJTIwJTIwJTIwJTIwaWYlMjhkb2N1bWVudC5nZXRFbGVtZW50QnlJZCUyOSU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMG5ld2hlaWdodCUyMCUzRCUyMGRvY3VtZW50LmdldEVsZW1lbnRCeUlkJTI4aWQlMjkuY29udGVudFdpbmRvdy5kb2N1bWVudCUyMC5ib2R5LnNjcm9sbEhlaWdodCUzQiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMG5ld3dpZHRoJTIwJTNEJTIwZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQlMjhpZCUyOS5jb250ZW50V2luZG93LmRvY3VtZW50JTIwLmJvZHkuc2Nyb2xsV2lkdGglM0IlMEElMjAlMjAlMjAlMjAlN0QlMEElMEElMjAlMjAlMjAlMjBkb2N1bWVudC5nZXRFbGVtZW50QnlJZCUyOGlkJTI5LmhlaWdodCUyMCUzRCUyMCUyOG5ld2hlaWdodCUyOSUyMCUyQiUyMCUyMnB4JTIyJTNCJTBBJTIwJTIwJTIwJTIwZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQlMjhpZCUyOS53aWR0aCUyMCUzRCUyMCUyOG5ld3dpZHRoJTI5JTIwJTJCJTIwJTIycHglMjIlM0IlMEElN0QlMEElMkYlMkYtLSUzRSUwQSUzQyUyRnNjcmlwdCUzRSUwQSUwQSUwQSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGcGxheWVyLnZpbWVvLmNvbSUyRnZpZGVvJTJGMTYwNjI0OTA1JTNGdGl0bGUlM0QwJTI2YnlsaW5lJTNEMCUyNnBvcnRyYWl0JTNEMCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyODAwcHglMjIlMjBpZCUzRCUyMmlmcmFtZTElMjIlMjBtYXJnaW5oZWlnaHQlM0QlMjIwJTIyJTIwb25Mb2FkJTNEJTIyYXV0b1Jlc2l6ZSUyOCUyN2lmcmFtZTElMjclMjklM0UlM0MlMkZpZnJhbWUlM0U=\r\n\r\n[/vc_raw_html][/vc_column][/vc_row]','Home','','inherit','closed','closed','','15676-revision-v1','','','2016-04-03 22:52:26','2016-04-03 22:52:26','',15676,'http://absoluteplastics.net/?p=17360',0,'revision','',0),(17361,1,'2016-04-03 22:53:54','2016-04-03 22:53:54','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"Absolute Plastics was built on over 60 years of packaging experience. \" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"100\" text_color=\"#1e73be\" text=\"Invented a Patented Lid Seal Technology to resist leaking and spills\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics offers a wide range of products designed around functionality, sustainability and convenience.\r\n\r\n \r\n<ul>\r\n <li>Our products significantly reduce logistics costs and have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\" link=\"http://thisisradical.com/absoluteplastics/?page_id=16674\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics is dedicated to adding an environmentally focused dimension to the private label top category through using innovative materials such as compostable, sustainable paper and 70% post-consumer recyclable plastic.\r\n\r\n \r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, the hinged PP product line addresses the environmental and performance issues related to foam</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Absolute Plastics products are all made in the United States. Supporting products made in the USA strengthens our economy, protects our environmental standards, and creates jobs in the US.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">With Absolute Plastics design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>3D Printing fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Have on-site capability to make commercial dies and cavity inserts</li>\r\n <li>A highly experienced design, production, and distribution team to provide a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_raw_html]\r\n\r\nJTNDc2NyaXB0JTIwbGFuZ3VhZ2UlM0QlMjJKYXZhU2NyaXB0JTIyJTNFJTBBJTNDJTIxLS0lMEFmdW5jdGlvbiUyMGF1dG9SZXNpemUlMjhpZCUyOSU3QiUwQSUyMCUyMCUyMCUyMHZhciUyMG5ld2hlaWdodCUzQiUwQSUyMCUyMCUyMCUyMHZhciUyMG5ld3dpZHRoJTNCJTBBJTBBJTIwJTIwJTIwJTIwaWYlMjhkb2N1bWVudC5nZXRFbGVtZW50QnlJZCUyOSU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMG5ld2hlaWdodCUyMCUzRCUyMGRvY3VtZW50LmdldEVsZW1lbnRCeUlkJTI4aWQlMjkuY29udGVudFdpbmRvdy5kb2N1bWVudCUyMC5ib2R5LnNjcm9sbEhlaWdodCUzQiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMG5ld3dpZHRoJTIwJTNEJTIwZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQlMjhpZCUyOS5jb250ZW50V2luZG93LmRvY3VtZW50JTIwLmJvZHkuc2Nyb2xsV2lkdGglM0IlMEElMjAlMjAlMjAlMjAlN0QlMEElMEElMjAlMjAlMjAlMjBkb2N1bWVudC5nZXRFbGVtZW50QnlJZCUyOGlkJTI5LmhlaWdodCUyMCUzRCUyMCUyOG5ld2hlaWdodCUyOSUyMCUyQiUyMCUyMnB4JTIyJTNCJTBBJTIwJTIwJTIwJTIwZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQlMjhpZCUyOS53aWR0aCUyMCUzRCUyMCUyOG5ld3dpZHRoJTI5JTIwJTJCJTIwJTIycHglMjIlM0IlMEElN0QlMEElMkYlMkYtLSUzRSUwQSUzQyUyRnNjcmlwdCUzRSUwQSUwQSUwQSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGcGxheWVyLnZpbWVvLmNvbSUyRnZpZGVvJTJGMTYwNjI0OTA1JTNGdGl0bGUlM0QwJTI2YnlsaW5lJTNEMCUyNnBvcnRyYWl0JTNEMCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMjAwcHglMjIlMjBpZCUzRCUyMmlmcmFtZTElMjIlMjBtYXJnaW5oZWlnaHQlM0QlMjIwJTIyJTIwb25Mb2FkJTNEJTIyYXV0b1Jlc2l6ZSUyOCUyN2lmcmFtZTElMjclMjklM0UlM0MlMkZpZnJhbWUlM0U=\r\n\r\n[/vc_raw_html][/vc_column][/vc_row]','Home','','inherit','closed','closed','','15676-revision-v1','','','2016-04-03 22:53:54','2016-04-03 22:53:54','',15676,'http://absoluteplastics.net/?p=17361',0,'revision','',0),(17363,1,'2016-04-03 22:54:38','2016-04-03 22:54:38','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"Absolute Plastics was built on over 60 years of packaging experience. \" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"100\" text_color=\"#1e73be\" text=\"Invented a Patented Lid Seal Technology to resist leaking and spills\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics offers a wide range of products designed around functionality, sustainability and convenience.\r\n\r\n \r\n<ul>\r\n <li>Our products significantly reduce logistics costs and have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\" link=\"http://thisisradical.com/absoluteplastics/?page_id=16674\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics is dedicated to adding an environmentally focused dimension to the private label top category through using innovative materials such as compostable, sustainable paper and 70% post-consumer recyclable plastic.\r\n\r\n \r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, the hinged PP product line addresses the environmental and performance issues related to foam</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Absolute Plastics products are all made in the United States. Supporting products made in the USA strengthens our economy, protects our environmental standards, and creates jobs in the US.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">With Absolute Plastics design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>3D Printing fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Have on-site capability to make commercial dies and cavity inserts</li>\r\n <li>A highly experienced design, production, and distribution team to provide a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_raw_html]\r\n\r\nJTNDc2NyaXB0JTIwbGFuZ3VhZ2UlM0QlMjJKYXZhU2NyaXB0JTIyJTNFJTBBJTNDJTIxLS0lMEFmdW5jdGlvbiUyMGF1dG9SZXNpemUlMjhpZCUyOSU3QiUwQSUyMCUyMCUyMCUyMHZhciUyMG5ld2hlaWdodCUzQiUwQSUyMCUyMCUyMCUyMHZhciUyMG5ld3dpZHRoJTNCJTBBJTBBJTIwJTIwJTIwJTIwaWYlMjhkb2N1bWVudC5nZXRFbGVtZW50QnlJZCUyOSU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMG5ld2hlaWdodCUyMCUzRCUyMGRvY3VtZW50LmdldEVsZW1lbnRCeUlkJTI4aWQlMjkuY29udGVudFdpbmRvdy5kb2N1bWVudCUyMC5ib2R5LnNjcm9sbEhlaWdodCUzQiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMG5ld3dpZHRoJTIwJTNEJTIwZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQlMjhpZCUyOS5jb250ZW50V2luZG93LmRvY3VtZW50JTIwLmJvZHkuc2Nyb2xsV2lkdGglM0IlMEElMjAlMjAlMjAlMjAlN0QlMEElMEElMjAlMjAlMjAlMjBkb2N1bWVudC5nZXRFbGVtZW50QnlJZCUyOGlkJTI5LmhlaWdodCUyMCUzRCUyMCUyOG5ld2hlaWdodCUyOSUyMCUyQiUyMCUyMnB4JTIyJTNCJTBBJTIwJTIwJTIwJTIwZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQlMjhpZCUyOS53aWR0aCUyMCUzRCUyMCUyOG5ld3dpZHRoJTI5JTIwJTJCJTIwJTIycHglMjIlM0IlMEElN0QlMEElMkYlMkYtLSUzRSUwQSUzQyUyRnNjcmlwdCUzRSUwQSUwQSUwQSUzQ2lmcmFtZSUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGcGxheWVyLnZpbWVvLmNvbSUyRnZpZGVvJTJGMTYwNjI0OTA1JTNGdGl0bGUlM0QwJTI2YnlsaW5lJTNEMCUyNnBvcnRyYWl0JTNEMCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMHdlYmtpdGFsbG93ZnVsbHNjcmVlbiUyMG1vemFsbG93ZnVsbHNjcmVlbiUyMGFsbG93ZnVsbHNjcmVlbiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTAwMHB4JTIyJTIwaWQlM0QlMjJpZnJhbWUxJTIyJTIwbWFyZ2luaGVpZ2h0JTNEJTIyMCUyMiUyMG9uTG9hZCUzRCUyMmF1dG9SZXNpemUlMjglMjdpZnJhbWUxJTI3JTI5JTNFJTNDJTJGaWZyYW1lJTNF\r\n\r\n[/vc_raw_html][/vc_column][/vc_row]','Home','','inherit','closed','closed','','15676-revision-v1','','','2016-04-03 22:54:38','2016-04-03 22:54:38','',15676,'http://absoluteplastics.net/?p=17363',0,'revision','',0),(17366,1,'2016-04-03 22:56:07','2016-04-03 22:56:07','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"Absolute Plastics was built on over 60 years of packaging experience. \" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"100\" text_color=\"#1e73be\" text=\"Invented a Patented Lid Seal Technology to resist leaking and spills\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics offers a wide range of products designed around functionality, sustainability and convenience.\r\n\r\n \r\n<ul>\r\n <li>Our products significantly reduce logistics costs and have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\" link=\"http://thisisradical.com/absoluteplastics/?page_id=16674\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics is dedicated to adding an environmentally focused dimension to the private label top category through using innovative materials such as compostable, sustainable paper and 70% post-consumer recyclable plastic.\r\n\r\n \r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, the hinged PP product line addresses the environmental and performance issues related to foam</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Absolute Plastics products are all made in the United States. Supporting products made in the USA strengthens our economy, protects our environmental standards, and creates jobs in the US.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">With Absolute Plastics design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>3D Printing fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Have on-site capability to make commercial dies and cavity inserts</li>\r\n <li>A highly experienced design, production, and distribution team to provide a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_raw_html]\r\n\r\nJTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZwbGF5ZXIudmltZW8uY29tJTJGdmlkZW8lMkYxNjA2MjQ5MDUlM0Z0aXRsZSUzRDAlMjZieWxpbmUlM0QwJTI2cG9ydHJhaXQlM0QwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwd2Via2l0YWxsb3dmdWxsc2NyZWVuJTIwbW96YWxsb3dmdWxsc2NyZWVuJTIwYWxsb3dmdWxsc2NyZWVuJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAwcHglMjIlMjBpZCUzRCUyMmlmcmFtZTElMjIlMjBtYXJnaW5oZWlnaHQlM0QlMjIwJTIyJTIwb25Mb2FkJTNEJTIyYXV0b1Jlc2l6ZSUyOCUyN2lmcmFtZTElMjclMjklM0UlM0MlMkZpZnJhbWUlM0U=\r\n\r\n[/vc_raw_html][/vc_column][/vc_row]','Home','','inherit','closed','closed','','15676-revision-v1','','','2016-04-03 22:56:07','2016-04-03 22:56:07','',15676,'http://absoluteplastics.net/?p=17366',0,'revision','',0),(17367,1,'2016-04-03 22:58:13','2016-04-03 22:58:13','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"Absolute Plastics was built on over 60 years of packaging experience. \" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"100\" text_color=\"#1e73be\" text=\"Invented a Patented Lid Seal Technology to resist leaking and spills\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics offers a wide range of products designed around functionality, sustainability and convenience.\r\n\r\n \r\n<ul>\r\n <li>Our products significantly reduce logistics costs and have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\" link=\"http://thisisradical.com/absoluteplastics/?page_id=16674\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics is dedicated to adding an environmentally focused dimension to the private label top category through using innovative materials such as compostable, sustainable paper and 70% post-consumer recyclable plastic.\r\n\r\n \r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, the hinged PP product line addresses the environmental and performance issues related to foam</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Absolute Plastics products are all made in the United States. Supporting products made in the USA strengthens our economy, protects our environmental standards, and creates jobs in the US.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">With Absolute Plastics design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>3D Printing fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Have on-site capability to make commercial dies and cavity inserts</li>\r\n <li>A highly experienced design, production, and distribution team to provide a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_raw_html]\r\n\r\nJTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZwbGF5ZXIudmltZW8uY29tJTJGdmlkZW8lMkYxNjA2MjQ5MDUlM0Z0aXRsZSUzRDAlMjZieWxpbmUlM0QwJTI2cG9ydHJhaXQlM0QwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwd2Via2l0YWxsb3dmdWxsc2NyZWVuJTIwbW96YWxsb3dmdWxsc2NyZWVuJTIwYWxsb3dmdWxsc2NyZWVuJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxMDAwcHglMjIlMjBpZCUzRCUyMmlmcmFtZTElMjIlMjBtYXJnaW5oZWlnaHQlM0QlMjIwJTIyJTIwb25Mb2FkJTNEJTIyYXV0b1Jlc2l6ZSUyOCUyN2lmcmFtZTElMjclMjklMjIlM0UlMEElMEElM0MlMkZpZnJhbWUlM0U=\r\n\r\n[/vc_raw_html][/vc_column][/vc_row]','Home','','inherit','closed','closed','','15676-revision-v1','','','2016-04-03 22:58:13','2016-04-03 22:58:13','',15676,'http://absoluteplastics.net/?p=17367',0,'revision','',0),(17369,1,'2016-04-03 23:00:05','2016-04-03 23:00:05','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"Absolute Plastics was built on over 60 years of packaging experience. \" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"100\" text_color=\"#1e73be\" text=\"Invented a Patented Lid Seal Technology to resist leaking and spills\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics offers a wide range of products designed around functionality, sustainability and convenience.\r\n\r\n \r\n<ul>\r\n <li>Our products significantly reduce logistics costs and have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\" link=\"http://thisisradical.com/absoluteplastics/?page_id=16674\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics is dedicated to adding an environmentally focused dimension to the private label top category through using innovative materials such as compostable, sustainable paper and 70% post-consumer recyclable plastic.\r\n\r\n \r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, the hinged PP product line addresses the environmental and performance issues related to foam</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Absolute Plastics products are all made in the United States. Supporting products made in the USA strengthens our economy, protects our environmental standards, and creates jobs in the US.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">With Absolute Plastics design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>3D Printing fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Have on-site capability to make commercial dies and cavity inserts</li>\r\n <li>A highly experienced design, production, and distribution team to provide a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_raw_html]\r\n\r\nJTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZwbGF5ZXIudmltZW8uY29tJTJGdmlkZW8lMkYxNjA2MjQ5MDUlM0Z0aXRsZSUzRDAlMjZieWxpbmUlM0QwJTI2cG9ydHJhaXQlM0QwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwd2Via2l0YWxsb3dmdWxsc2NyZWVuJTIwbW96YWxsb3dmdWxsc2NyZWVuJTIwYWxsb3dmdWxsc2NyZWVuJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjI4MDBweCUyMiUyMGlkJTNEJTIyaWZyYW1lMSUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBvbkxvYWQlM0QlMjJhdXRvUmVzaXplJTI4JTI3aWZyYW1lMSUyNyUyOSUyMiUzRSUwQSUwQSUzQyUyRmlmcmFtZSUzRQ==\r\n\r\n[/vc_raw_html][/vc_column][/vc_row]','Home','','inherit','closed','closed','','15676-revision-v1','','','2016-04-03 23:00:05','2016-04-03 23:00:05','',15676,'http://absoluteplastics.net/?p=17369',0,'revision','',0),(17370,1,'2016-04-03 23:01:32','2016-04-03 23:01:32','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"yes\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_video link=\"https://vimeo.com/160624905\"][vc_raw_html]\r\n\r\nJTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZwbGF5ZXIudmltZW8uY29tJTJGdmlkZW8lMkYxNjA2MjQ5MDUlM0Z0aXRsZSUzRDAlMjZieWxpbmUlM0QwJTI2cG9ydHJhaXQlM0QwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwd2Via2l0YWxsb3dmdWxsc2NyZWVuJTIwbW96YWxsb3dmdWxsc2NyZWVuJTIwYWxsb3dmdWxsc2NyZWVuJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjI4MDBweCUyMiUyMGlkJTNEJTIyaWZyYW1lMSUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBvbkxvYWQlM0QlMjJhdXRvUmVzaXplJTI4JTI3aWZyYW1lMSUyNyUyOSUyMiUzRSUwQSUwQSUzQyUyRmlmcmFtZSUzRQ==\r\n\r\n[/vc_raw_html][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"yes\" type=\"grid\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]\r\n\r\nAs a part of rePlanet Holdings, Absolute Plastics is one of the first plastics packaging suppliers that is building a closed loop recycling system for packaging. rePlanet collection has over 700 collection centers that collect PET, aluminum cans and glass. ECO2 Plastics has the capability to shred and clean over 60 million pounds of recovered PET. Absolute Plastics uses recycled PET (rPET) to produce new PET packaging custom designed to meet the application.\r\n\r\n[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_empty_space height=\"62px\" image_repeat=\"no-repeat\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17313\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">rePlanet</h3>\r\nWhen rePlanet says every bottle counts, they mean it. Every year, rePlanet collect billions of containers from countless Californians. These containers put millions of dollars into people’s hands, which makes a real difference – from putting dollars in your wallet, to keeping containers out of the landfill, to supporting community and national causes. At rePlanet, making every bottle count is more than just adding up numbers, it’s about making a difference and creating real value.\r\n\r\n \r\n\r\nrePlanet has built the largest recycling collection network in the country and partnered with every major grocery chain to make sure a recycling location is always nearby in California. Simply bring in your bottles and get your extra spending money, or donate your recycling dollars to a cause you care about. Recycling with rePlanet is easy and rewarding.\r\n\r\n[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">ECO2 Plastics</h3>\r\nrePlanet Holdings, Inc. owns ECO2 Plastics, a PET bottle washing company. With ECO2, rePlanet has the ability to recover and clean our own collected bottles. Once the PET bottle is collected and baled, the label and caps are removed and the bottle is shredded. The shredded PET is then systematically cleaned for safe use in producing new beverage bottles or PET packaging.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17197\" alignment=\"right\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nFounded in 1948, Penny Plate, LLC has been committed to innovation, identifying opportunities to exceed customer expectations, and entering the market as a low cost provider. Today, Penny Plate has one of the most extensive lines of aluminum containers, selling to Foodservice, Retail, and Packer Processor industries. Inventors of the widely used rolled rim technology, Penny Plate continues to be one of the leading innovators in aluminum container packaging. We pride ourselves in the sustainability of our products, and our aluminum containers are 100% recyclable.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','closed','closed','','17110-revision-v1','','','2016-04-03 23:01:32','2016-04-03 23:01:32','',17110,'http://absoluteplastics.net/?p=17370',0,'revision','',0),(17372,1,'2016-04-03 23:02:08','2016-04-03 23:02:08','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"yes\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_raw_html]\r\n\r\nJTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZwbGF5ZXIudmltZW8uY29tJTJGdmlkZW8lMkYxNjA2MjQ5MDUlM0Z0aXRsZSUzRDAlMjZieWxpbmUlM0QwJTI2cG9ydHJhaXQlM0QwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwd2Via2l0YWxsb3dmdWxsc2NyZWVuJTIwbW96YWxsb3dmdWxsc2NyZWVuJTIwYWxsb3dmdWxsc2NyZWVuJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjI4MDBweCUyMiUyMGlkJTNEJTIyaWZyYW1lMSUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBvbkxvYWQlM0QlMjJhdXRvUmVzaXplJTI4JTI3aWZyYW1lMSUyNyUyOSUyMiUzRSUwQSUwQSUzQyUyRmlmcmFtZSUzRQ==\r\n\r\n[/vc_raw_html][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"yes\" type=\"grid\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]\r\n\r\nAs a part of rePlanet Holdings, Absolute Plastics is one of the first plastics packaging suppliers that is building a closed loop recycling system for packaging. rePlanet collection has over 700 collection centers that collect PET, aluminum cans and glass. ECO2 Plastics has the capability to shred and clean over 60 million pounds of recovered PET. Absolute Plastics uses recycled PET (rPET) to produce new PET packaging custom designed to meet the application.\r\n\r\n[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_empty_space height=\"62px\" image_repeat=\"no-repeat\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17313\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">rePlanet</h3>\r\nWhen rePlanet says every bottle counts, they mean it. Every year, rePlanet collect billions of containers from countless Californians. These containers put millions of dollars into people’s hands, which makes a real difference – from putting dollars in your wallet, to keeping containers out of the landfill, to supporting community and national causes. At rePlanet, making every bottle count is more than just adding up numbers, it’s about making a difference and creating real value.\r\n\r\n \r\n\r\nrePlanet has built the largest recycling collection network in the country and partnered with every major grocery chain to make sure a recycling location is always nearby in California. Simply bring in your bottles and get your extra spending money, or donate your recycling dollars to a cause you care about. Recycling with rePlanet is easy and rewarding.\r\n\r\n[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">ECO2 Plastics</h3>\r\nrePlanet Holdings, Inc. owns ECO2 Plastics, a PET bottle washing company. With ECO2, rePlanet has the ability to recover and clean our own collected bottles. Once the PET bottle is collected and baled, the label and caps are removed and the bottle is shredded. The shredded PET is then systematically cleaned for safe use in producing new beverage bottles or PET packaging.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17197\" alignment=\"right\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nFounded in 1948, Penny Plate, LLC has been committed to innovation, identifying opportunities to exceed customer expectations, and entering the market as a low cost provider. Today, Penny Plate has one of the most extensive lines of aluminum containers, selling to Foodservice, Retail, and Packer Processor industries. Inventors of the widely used rolled rim technology, Penny Plate continues to be one of the leading innovators in aluminum container packaging. We pride ourselves in the sustainability of our products, and our aluminum containers are 100% recyclable.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','closed','closed','','17110-revision-v1','','','2016-04-03 23:02:08','2016-04-03 23:02:08','',17110,'http://absoluteplastics.net/?p=17372',0,'revision','',0),(17375,1,'2016-04-13 02:39:46','2016-04-13 02:39:46','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"Absolute Plastics was built on over 60 years of packaging experience. \" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"100\" text_color=\"#1e73be\" text=\"Invented a Patented Lid Seal Technology to resist leaking and spills\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics offers a wide range of products designed around functionality, sustainability and convenience.\r\n\r\n \r\n<ul>\r\n <li>Our products significantly reduce logistics costs and have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\" link=\"http://thisisradical.com/absoluteplastics/?page_id=16674\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics is dedicated to adding an environmentally focused dimension to the private label top category through using innovative materials such as compostable, sustainable paper and 70% post-consumer recyclable plastic.\r\n\r\n \r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, the hinged PP product line addresses the environmental and performance issues related to foam</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Absolute Plastics products are all made in the United States. Supporting products made in the USA strengthens our economy, protects our environmental standards, and creates jobs in the US.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">With Absolute Plastics design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>3D Printing fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Have on-site capability to make commercial dies and cavity inserts</li>\r\n <li>A highly experienced design, production, and distribution team to provide a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_raw_html]\r\n\r\nJTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZwbGF5ZXIudmltZW8uY29tJTJGdmlkZW8lMkYxNjA2MjQ5MDUlM0Z0aXRsZSUzRDAlMjZieWxpbmUlM0QwJTI2cG9ydHJhaXQlM0QwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwd2Via2l0YWxsb3dmdWxsc2NyZWVuJTIwbW96YWxsb3dmdWxsc2NyZWVuJTIwYWxsb3dmdWxsc2NyZWVuJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjI4MDBweCUyMiUyMGlkJTNEJTIyaWZyYW1lMSUyMiUyMG1hcmdpbmhlaWdodCUzRCUyMjAlMjIlMjBvbkxvYWQlM0QlMjJhdXRvUmVzaXplJTI4JTI3aWZyYW1lMSUyNyUyOSUyMiUzRSUwQSUwQSUzQyUyRmlmcmFtZSUzRQ==\r\n\r\n[/vc_raw_html][vc_raw_html]\r\n\r\nJTNDdmlkZW8lMjB3aWR0aCUzRCUyMjQwMCUyMiUyMGNvbnRyb2xzJTNFJTBBJTIwJTIwJTNDc291cmNlJTIwc3JjJTNEJTIyd29yZHByZXNzMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjA0JTJGQWJzb2x1dGUlMjUyMFBsYXN0aWNzJTI1MjBDbG9zZWQtTG9vcCUyNTIwUmVjeWNsaW5nLUhELm1wNCUyMiUyMHR5cGUlM0QlMjJ2aWRlbyUyRm1wNCUyMiUzRSUwQSUzQyUyRnZpZGVvJTNF\r\n\r\n[/vc_raw_html][/vc_column][/vc_row]','Home','','inherit','closed','closed','','15676-revision-v1','','','2016-04-13 02:39:46','2016-04-13 02:39:46','',15676,'http://absoluteplastics.net/?p=17375',0,'revision','',0),(17378,1,'2016-04-13 02:40:48','2016-04-13 02:40:48','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"Absolute Plastics was built on over 60 years of packaging experience. \" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"100\" text_color=\"#1e73be\" text=\"Invented a Patented Lid Seal Technology to resist leaking and spills\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics offers a wide range of products designed around functionality, sustainability and convenience.\r\n\r\n \r\n<ul>\r\n <li>Our products significantly reduce logistics costs and have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\" link=\"http://thisisradical.com/absoluteplastics/?page_id=16674\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics is dedicated to adding an environmentally focused dimension to the private label top category through using innovative materials such as compostable, sustainable paper and 70% post-consumer recyclable plastic.\r\n\r\n \r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, the hinged PP product line addresses the environmental and performance issues related to foam</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Absolute Plastics products are all made in the United States. Supporting products made in the USA strengthens our economy, protects our environmental standards, and creates jobs in the US.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">With Absolute Plastics design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>3D Printing fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Have on-site capability to make commercial dies and cavity inserts</li>\r\n <li>A highly experienced design, production, and distribution team to provide a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_raw_html]\r\n\r\nJTNDdmlkZW8lMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGNvbnRyb2xzJTNFJTBBJTIwJTIwJTNDc291cmNlJTIwc3JjJTNEJTIyd29yZHByZXNzMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjA0JTJGQWJzb2x1dGUlMjUyMFBsYXN0aWNzJTI1MjBDbG9zZWQtTG9vcCUyNTIwUmVjeWNsaW5nLUhELm1wNCUyMiUyMHR5cGUlM0QlMjJ2aWRlbyUyRm1wNCUyMiUzRSUwQSUzQyUyRnZpZGVvJTNF\r\n\r\n[/vc_raw_html][/vc_column][/vc_row]','Home','','inherit','closed','closed','','15676-revision-v1','','','2016-04-13 02:40:48','2016-04-13 02:40:48','',15676,'http://absoluteplastics.net/?p=17378',0,'revision','',0),(17379,1,'2016-04-13 02:41:47','2016-04-13 02:41:47','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"Absolute Plastics was built on over 60 years of packaging experience. \" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"100\" text_color=\"#1e73be\" text=\"Invented a Patented Lid Seal Technology to resist leaking and spills\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics offers a wide range of products designed around functionality, sustainability and convenience.\r\n\r\n \r\n<ul>\r\n <li>Our products significantly reduce logistics costs and have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\" link=\"http://thisisradical.com/absoluteplastics/?page_id=16674\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics is dedicated to adding an environmentally focused dimension to the private label top category through using innovative materials such as compostable, sustainable paper and 70% post-consumer recyclable plastic.\r\n\r\n \r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, the hinged PP product line addresses the environmental and performance issues related to foam</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Absolute Plastics products are all made in the United States. Supporting products made in the USA strengthens our economy, protects our environmental standards, and creates jobs in the US.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">With Absolute Plastics design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>3D Printing fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Have on-site capability to make commercial dies and cavity inserts</li>\r\n <li>A highly experienced design, production, and distribution team to provide a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_raw_html]\r\n\r\nJTNDdmlkZW8lMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGNvbnRyb2xzJTNFJTBBJTIwJTIwJTNDc291cmNlJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRjAyZDBmZjkubmV0c29saG9zdC5jb20lMkZ3b3JkcHJlc3MyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE2JTJGMDQlMkZBYnNvbHV0ZSUyNTIwUGxhc3RpY3MlMjUyMENsb3NlZC1Mb29wJTI1MjBSZWN5Y2xpbmctSEQubXA0JTIyJTIwdHlwZSUzRCUyMnZpZGVvJTJGbXA0JTIyJTNFJTBBJTNDJTJGdmlkZW8lM0U=\r\n\r\n[/vc_raw_html][/vc_column][/vc_row]','Home','','inherit','closed','closed','','15676-revision-v1','','','2016-04-13 02:41:47','2016-04-13 02:41:47','',15676,'http://absoluteplastics.net/?p=17379',0,'revision','',0),(17381,1,'2016-04-13 02:59:24','2016-04-13 02:59:24','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"Absolute Plastics was built on over 60 years of packaging experience. \" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"100\" text_color=\"#1e73be\" text=\"Invented a Patented Lid Seal Technology to resist leaking and spills\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics offers a wide range of products designed around functionality, sustainability and convenience.\r\n\r\n \r\n<ul>\r\n <li>Our products significantly reduce logistics costs and have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\" link=\"http://thisisradical.com/absoluteplastics/?page_id=16674\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics is dedicated to adding an environmentally focused dimension to the private label top category through using innovative materials such as compostable, sustainable paper and 70% post-consumer recyclable plastic.\r\n\r\n \r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, the hinged PP product line addresses the environmental and performance issues related to foam</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Absolute Plastics products are all made in the United States. Supporting products made in the USA strengthens our economy, protects our environmental standards, and creates jobs in the US.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">With Absolute Plastics design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>3D Printing fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Have on-site capability to make commercial dies and cavity inserts</li>\r\n <li>A highly experienced design, production, and distribution team to provide a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_raw_html]\r\n\r\nJTIwJTIwJTNDc2NyaXB0JTNFJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwdmFyJTIwbXlWaWRlbyUzRGRvY3VtZW50LmdldEVsZW1lbnRCeUlkJTI4JTIydmlkZW8xJTIyJTI5JTNCJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwdmFyJTIwYXR0JTNEZG9jdW1lbnQuY3JlYXRlQXR0cmlidXRlJTI4JTIycG9zdGVyJTIyJTI5JTNCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwaWYlMjAlMjhteVZpZGVvLmVycm9yJTI5JTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwc3dpdGNoJTIwJTI4bXlWaWRlby5lcnJvci5jb2RlJTI5JTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwY2FzZSUyME1FRElBX0VSUl9ORVRXT1JLJTNBYWxlcnQlMjglMjJOZXR3b3JrJTIwZXJyb3IlMjAtJTIwcGxlYXNlJTIwdHJ5JTIwYWdhaW4lMjBsYXRlci4lMjIlMjklM0JicmVhayUzQiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMGNhc2UlMjBNRURJQV9FUlJfREVDT0RFJTNBYWxlcnQlMjglMjJWaWRlbyUyMGlzJTIwYnJva2VuLi4lMjIlMjklM0IlMjBicmVhayUzQiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMGNhc2UlMjBNRURJQV9FUlJfU1JDX05PVF9TVVBQT1JURUQlM0FhbGVydCUyOCUyMlNvcnJ5JTJDJTIweW91ciUyMGJyb3dzZXIlMjBjYW4lMjd0JTIwcGxheSUyMHRoaXMlMjB2aWRlby4lMjIlMjklM0IlMjBicmVhayUzQiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMGVsc2UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBmdW5jdGlvbiUyMHBsYXlQYXVzZSUyOCUyOSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUyMCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMGlmJTIwJTI4bXlWaWRlby5wYXVzZWQlMjklMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBteVZpZGVvLnBsYXklMjglMjklM0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBhdHQudmFsdWUlM0QlMjIlMjIlM0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBteVZpZGVvLnNldEF0dHJpYnV0ZU5vZGUlMjhhdHQlMjklM0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBlbHNlJTIwbXlWaWRlby5wYXVzZSUyOCUyOSUzQiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3RCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRnNjcmlwdCUzRSUwQSUwQSUzQ3ZpZGVvJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBwb3N0ZXIlM0QlMjJwbGFjZWhvbGRlci5wbmclMjIlMjBjb250cm9scyUyMG9uY2xpY2slM0QlMjJwbGF5UGF1c2UlMjglMjklMjIlM0UlMEElMjAlMjAlM0Nzb3VyY2UlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGMDJkMGZmOS5uZXRzb2xob3N0LmNvbSUyRndvcmRwcmVzczIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwNCUyRkFic29sdXRlJTI1MjBQbGFzdGljcyUyNTIwQ2xvc2VkLUxvb3AlMjUyMFJlY3ljbGluZy1IRC5tcDQlMjIlMjB0eXBlJTNEJTIydmlkZW8lMkZtcDQlMjIlM0UlMEElM0MlMkZ2aWRlbyUzRQ==\r\n\r\n[/vc_raw_html][/vc_column][/vc_row]','Home','','inherit','closed','closed','','15676-revision-v1','','','2016-04-13 02:59:24','2016-04-13 02:59:24','',15676,'http://absoluteplastics.net/?p=17381',0,'revision','',0),(17384,1,'2016-04-13 03:07:44','2016-04-13 03:07:44','','thumbnail','','inherit','open','closed','','thumbnail','','','2016-04-13 03:07:44','2016-04-13 03:07:44','',0,'http://absoluteplastics.net/wp-content/uploads/2016/04/thumbnail.jpg',0,'attachment','image/jpeg',0),(17387,1,'2016-04-13 03:08:35','2016-04-13 03:08:35','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"Absolute Plastics was built on over 60 years of packaging experience. \" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"100\" text_color=\"#1e73be\" text=\"Invented a Patented Lid Seal Technology to resist leaking and spills\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics offers a wide range of products designed around functionality, sustainability and convenience.\r\n\r\n \r\n<ul>\r\n <li>Our products significantly reduce logistics costs and have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\" link=\"http://thisisradical.com/absoluteplastics/?page_id=16674\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics is dedicated to adding an environmentally focused dimension to the private label top category through using innovative materials such as compostable, sustainable paper and 70% post-consumer recyclable plastic.\r\n\r\n \r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, the hinged PP product line addresses the environmental and performance issues related to foam</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Absolute Plastics products are all made in the United States. Supporting products made in the USA strengthens our economy, protects our environmental standards, and creates jobs in the US.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">With Absolute Plastics design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>3D Printing fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Have on-site capability to make commercial dies and cavity inserts</li>\r\n <li>A highly experienced design, production, and distribution team to provide a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_raw_html]\r\n\r\nJTNDdmlkZW8lMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMHBvc3RlciUzRCUyMmh0dHAlM0ElMkYlMkZhYnNvbHV0ZXBsYXN0aWNzLm5ldCUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjA0JTJGdGh1bWJuYWlsLmpwZyUyMiUyMGNvbnRyb2xzJTIwb25jbGljayUzRCUyMnBsYXlQYXVzZSUyOCUyOSUyMiUzRSUwQSUyMCUyMCUzQ3NvdXJjZSUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkYwMmQwZmY5Lm5ldHNvbGhvc3QuY29tJTJGd29yZHByZXNzMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjA0JTJGQWJzb2x1dGUlMjUyMFBsYXN0aWNzJTI1MjBDbG9zZWQtTG9vcCUyNTIwUmVjeWNsaW5nLUhELm1wNCUyMiUyMHR5cGUlM0QlMjJ2aWRlbyUyRm1wNCUyMiUzRSUwQSUzQyUyRnZpZGVvJTNF\r\n\r\n[/vc_raw_html][/vc_column][/vc_row]','Home','','inherit','closed','closed','','15676-revision-v1','','','2016-04-13 03:08:35','2016-04-13 03:08:35','',15676,'http://absoluteplastics.net/?p=17387',0,'revision','',0),(17390,1,'2016-04-13 03:13:32','2016-04-13 03:13:32','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"Absolute Plastics was built on over 60 years of packaging experience. \" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"100\" text_color=\"#1e73be\" text=\"Invented a Patented Lid Seal Technology to resist leaking and spills\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics offers a wide range of products designed around functionality, sustainability and convenience.\r\n\r\n \r\n<ul>\r\n <li>Our products significantly reduce logistics costs and have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\" link=\"http://thisisradical.com/absoluteplastics/?page_id=16674\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics is dedicated to adding an environmentally focused dimension to the private label top category through using innovative materials such as compostable, sustainable paper and 70% post-consumer recyclable plastic.\r\n\r\n \r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, the hinged PP product line addresses the environmental and performance issues related to foam</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Absolute Plastics products are all made in the United States. Supporting products made in the USA strengthens our economy, protects our environmental standards, and creates jobs in the US.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">With Absolute Plastics design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>3D Printing fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Have on-site capability to make commercial dies and cavity inserts</li>\r\n <li>A highly experienced design, production, and distribution team to provide a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_raw_html]\r\n\r\nJTNDc2NyaXB0JTNFJTBBalF1ZXJ5JTI4JTIwZG9jdW1lbnQlMjAlMjkucmVhZHklMjhmdW5jdGlvbiUyOCUyNCUyOSUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyNCUyOCUyNy5teUhUTUx2aWRlbyUyNyUyOS5jbGljayUyOGZ1bmN0aW9uJTI4JTI5JTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTI0JTI4dGhpcyUyOS5nZXQlMjgwJTI5LnBhdXNlZCUyMCUzRiUyMCUyNCUyOHRoaXMlMjkuZ2V0JTI4MCUyOS5wbGF5JTI4JTI5JTIwJTNBJTIwJTI0JTI4dGhpcyUyOS5nZXQlMjgwJTI5LnBhdXNlJTI4JTI5JTNCJTBBJTIwJTIwJTIwJTIwJTdEJTI5JTNCJTBBJTdEJTI5JTNCJTNDJTJGc2NyaXB0JTNF\r\n\r\n[/vc_raw_html][vc_raw_html]\r\n\r\nJTNDdmlkZW8lMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGNsYXNzJTNEJTIybXlIVE1MdmlkZW8lMjIlMjBwb3N0ZXIlM0QlMjJodHRwJTNBJTJGJTJGYWJzb2x1dGVwbGFzdGljcy5uZXQlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwNCUyRnRodW1ibmFpbC5qcGclMjIlMjBjb250cm9scyUyMG9uY2xpY2slM0QlMjJwbGF5UGF1c2UlMjglMjklMjIlM0UlMEElMjAlMjAlM0Nzb3VyY2UlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGMDJkMGZmOS5uZXRzb2xob3N0LmNvbSUyRndvcmRwcmVzczIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwNCUyRkFic29sdXRlJTI1MjBQbGFzdGljcyUyNTIwQ2xvc2VkLUxvb3AlMjUyMFJlY3ljbGluZy1IRC5tcDQlMjIlMjB0eXBlJTNEJTIydmlkZW8lMkZtcDQlMjIlM0UlMEElM0MlMkZ2aWRlbyUzRQ==\r\n\r\n[/vc_raw_html][/vc_column][/vc_row]','Home','','inherit','closed','closed','','15676-revision-v1','','','2016-04-13 03:13:32','2016-04-13 03:13:32','',15676,'http://absoluteplastics.net/?p=17390',0,'revision','',0),(17393,1,'2016-04-13 03:15:46','2016-04-13 03:15:46','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"yes\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_raw_html]\r\n\r\nJTNDc2NyaXB0JTNFJTBBalF1ZXJ5JTI4JTIwZG9jdW1lbnQlMjAlMjkucmVhZHklMjhmdW5jdGlvbiUyOCUyNCUyOSUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyNCUyOCUyNy5teUhUTUx2aWRlbyUyNyUyOS5jbGljayUyOGZ1bmN0aW9uJTI4JTI5JTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTI0JTI4dGhpcyUyOS5nZXQlMjgwJTI5LnBhdXNlZCUyMCUzRiUyMCUyNCUyOHRoaXMlMjkuZ2V0JTI4MCUyOS5wbGF5JTI4JTI5JTIwJTNBJTIwJTI0JTI4dGhpcyUyOS5nZXQlMjgwJTI5LnBhdXNlJTI4JTI5JTNCJTBBJTIwJTIwJTIwJTIwJTdEJTI5JTNCJTBBJTdEJTI5JTNCJTNDJTJGc2NyaXB0JTNFJTBBJTNDdmlkZW8lMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGNsYXNzJTNEJTIybXlIVE1MdmlkZW8lMjIlMjBwb3N0ZXIlM0QlMjJodHRwJTNBJTJGJTJGYWJzb2x1dGVwbGFzdGljcy5uZXQlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwNCUyRnRodW1ibmFpbC5qcGclMjIlMjBjb250cm9scyUyMG9uY2xpY2slM0QlMjJwbGF5UGF1c2UlMjglMjklMjIlM0UlMEElMjAlMjAlM0Nzb3VyY2UlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGMDJkMGZmOS5uZXRzb2xob3N0LmNvbSUyRndvcmRwcmVzczIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwNCUyRkFic29sdXRlJTI1MjBQbGFzdGljcyUyNTIwQ2xvc2VkLUxvb3AlMjUyMFJlY3ljbGluZy1IRC5tcDQlMjIlMjB0eXBlJTNEJTIydmlkZW8lMkZtcDQlMjIlM0UlMEElM0MlMkZ2aWRlbyUzRQ==\r\n\r\n[/vc_raw_html][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"yes\" type=\"grid\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]\r\n\r\nAs a part of rePlanet Holdings, Absolute Plastics is one of the first plastics packaging suppliers that is building a closed loop recycling system for packaging. rePlanet collection has over 700 collection centers that collect PET, aluminum cans and glass. ECO2 Plastics has the capability to shred and clean over 60 million pounds of recovered PET. Absolute Plastics uses recycled PET (rPET) to produce new PET packaging custom designed to meet the application.\r\n\r\n[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_empty_space height=\"62px\" image_repeat=\"no-repeat\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17313\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">rePlanet</h3>\r\nWhen rePlanet says every bottle counts, they mean it. Every year, rePlanet collect billions of containers from countless Californians. These containers put millions of dollars into people’s hands, which makes a real difference – from putting dollars in your wallet, to keeping containers out of the landfill, to supporting community and national causes. At rePlanet, making every bottle count is more than just adding up numbers, it’s about making a difference and creating real value.\r\n\r\n \r\n\r\nrePlanet has built the largest recycling collection network in the country and partnered with every major grocery chain to make sure a recycling location is always nearby in California. Simply bring in your bottles and get your extra spending money, or donate your recycling dollars to a cause you care about. Recycling with rePlanet is easy and rewarding.\r\n\r\n[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">ECO2 Plastics</h3>\r\nrePlanet Holdings, Inc. owns ECO2 Plastics, a PET bottle washing company. With ECO2, rePlanet has the ability to recover and clean our own collected bottles. Once the PET bottle is collected and baled, the label and caps are removed and the bottle is shredded. The shredded PET is then systematically cleaned for safe use in producing new beverage bottles or PET packaging.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17197\" alignment=\"right\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nFounded in 1948, Penny Plate, LLC has been committed to innovation, identifying opportunities to exceed customer expectations, and entering the market as a low cost provider. Today, Penny Plate has one of the most extensive lines of aluminum containers, selling to Foodservice, Retail, and Packer Processor industries. Inventors of the widely used rolled rim technology, Penny Plate continues to be one of the leading innovators in aluminum container packaging. We pride ourselves in the sustainability of our products, and our aluminum containers are 100% recyclable.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','closed','closed','','17110-revision-v1','','','2016-04-13 03:15:46','2016-04-13 03:15:46','',17110,'http://absoluteplastics.net/?p=17393',0,'revision','',0),(17396,1,'2016-04-13 03:22:00','2016-04-13 03:22:00','[vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" background_color=\"#ffffff\" padding_top=\"88\"][vc_column width=\"1/1\"][vc_column_text]\r\n<h2 style=\"text-align: center;\">COMMITMENT TO SUSTAINABLE INNOVATION</h2>\r\n[/vc_column_text][vc_separator type=\"normal\" position=\"center\" color=\"#000000\" transparency=\"1\" thickness=\"5\" width_in_percentages=\"\" up=\"2\" down=\"10\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon=\"fa-leaf\" icon_color=\"#1e73be\" percent=\"100\" text=\"Absolute Plastics was built on over 60 years of packaging experience. \" text_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" text_color=\"#1e73be\" line_width=\"30\" title_color=\"#1e73be\" icon=\"fa-recycle\" icon_color=\"#1e73be\" text=\"Our products have approximately 40% less cube than foam and are designed to save you space\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" percent=\"40%\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" text=\"Developed 40% natural PP takeout and food containers \" text_color=\"#1e73be\" title_color=\"#1e73be\" icon=\"fa-globe\" icon_color=\"#1e73be\"][/vc_column][vc_column width=\"1/4\"][pie_chart_with_icon icon_size=\"fa-3x\" active_color=\"#1e73be\" noactive_color=\"#afafaf\" line_width=\"30\" icon_color=\"#1e73be\" icon=\"fa-plus\" percent=\"100\" text_color=\"#1e73be\" text=\"Invented a Patented Lid Seal Technology to resist leaking and spills\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" type=\"grid\" text_align=\"left\" padding_top=\"0\" padding_bottom=\"32\" background_color=\"#f7f7f7\"][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.2\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" color=\"\" transparency=\"\" thickness=\"\" width=\"\" width_in_percentages=\"\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">ABOUT OUR PRODUCT LINE</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics offers a wide range of products designed around functionality, sustainability and convenience.\r\n\r\n \r\n<ul>\r\n <li>Our products significantly reduce logistics costs and have approximately 40% less cube than foam.</li>\r\n <li>Our composite material is superior to standard polypropylene with respect to stiffness and higher temperature performance. It is both dishwasher-safe and microwave-safe.</li>\r\n <li>Restaurant staff and patrons prefer the space savings, ease of use, and snap closure of our patented lid fit.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" width_in_percentages=\"\" up=\"12\"][button target=\"_self\" text=\"BROWSE OUR CATALOGUE\" size=\"big_large\" background_color=\"#f7f7f7\" text_align=\"center\" hover_background_color=\"#1e73be\" border_color=\"#afafaf\" hover_border_color=\"#1e73be\" font_style=\"normal\" color=\"#afafaf\" hover_color=\"#f7f7f7\" style=\"white\" link=\"http://thisisradical.com/absoluteplastics/?page_id=16674\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15717\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.4\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">MARKETS & SUSTAINABILITY</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]Absolute Plastics is dedicated to adding an environmentally focused dimension to the private label top category through using innovative materials such as compostable, sustainable paper and 70% post-consumer recyclable plastic.\r\n\r\n \r\n<ul>\r\n <li style=\"text-align: left;\">Used by over 2000 restaurants, the hinged PP product line addresses the environmental and performance issues related to foam</li>\r\n <li style=\"text-align: left;\">We strive for sustainability through reduction; natural minerals replace 40% of the plastic in our products to increase strength, lower cost, and dampen price swings due to changes in oil pricing.</li>\r\n <li style=\"text-align: left;\">Absolute Plastics products are all made in the United States. Supporting products made in the USA strengthens our economy, protects our environmental standards, and creates jobs in the US.</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"15712\" border_color=\"grey\" img_link_target=\"_self\" qode_css_animation=\"element_from_fade\" transition_delay=\"0.6\" img_size=\"full\"][vc_separator type=\"transparent\" position=\"center\" up=\"42\" down=\"0\"][vc_column_text]\r\n<h4 style=\"text-align: center;\">CUSTOM PRODUCTS</h4>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"12\" down=\"0\"][vc_column_text]\r\n<p style=\"text-align: left;\">With Absolute Plastics design a container that creates a solution. When it comes to our business, we offer our customers a powerful resource and a recipe for success with services like:</p>\r\n\r\n<ul>\r\n <li>Rapid turnaround of product designs, concept and drawings</li>\r\n <li>State-of-the-art computer design and production equipment</li>\r\n <li>3D Printing fast prototyping for design, fit, and function verification</li>\r\n <li>Virtual product drawings allow for 3-D viewing product designs via E-Drawings In-house design ensures privacy</li>\r\n <li>Have on-site capability to make commercial dies and cavity inserts</li>\r\n <li>A highly experienced design, production, and distribution team to provide a quick implementation of your program</li>\r\n</ul>\r\n[/vc_column_text][vc_separator type=\"transparent\" position=\"center\" up=\"83\" down=\"0\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_raw_html]\r\n\r\nJTNDc2NyaXB0JTNFJTBBalF1ZXJ5JTI4JTIwZG9jdW1lbnQlMjAlMjkucmVhZHklMjhmdW5jdGlvbiUyOCUyNCUyOSUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyNCUyOCUyNy5teUhUTUx2aWRlbyUyNyUyOS5jbGljayUyOGZ1bmN0aW9uJTI4JTI5JTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTI0JTI4dGhpcyUyOS5nZXQlMjgwJTI5LnBhdXNlZCUyMCUzRiUyMCUyNCUyOHRoaXMlMjkuZ2V0JTI4MCUyOS5wbGF5JTI4JTI5JTIwJTNBJTIwJTI0JTI4dGhpcyUyOS5nZXQlMjgwJTI5LnBhdXNlJTI4JTI5JTNCJTBBJTIwJTIwJTIwJTIwJTdEJTI5JTNCJTBBJTdEJTI5JTNCJTNDJTJGc2NyaXB0JTNF\r\n\r\n[/vc_raw_html][vc_raw_html]\r\n\r\nJTNDdmlkZW8lMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGNsYXNzJTNEJTIybXlIVE1MdmlkZW8lMjIlMjBwb3N0ZXIlM0QlMjJodHRwJTNBJTJGJTJGYWJzb2x1dGVwbGFzdGljcy5uZXQlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwNCUyRnRodW1ibmFpbC5qcGclMjIlMjBjb250cm9scyUyMG9uY2xpY2slM0QlMjJwbGF5UGF1c2UlMjglMjklMjIlM0UlMEElMjAlMjAlM0Nzb3VyY2UlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGMDJkMGZmOS5uZXRzb2xob3N0LmNvbSUyRndvcmRwcmVzczIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwNCUyRkFic29sdXRlJTI1MjBQbGFzdGljcyUyNTIwQ2xvc2VkLUxvb3AlMjUyMFJlY3ljbGluZy1IRC5tcDQlMjIlMjB0eXBlJTNEJTIydmlkZW8lMkZtcDQlMjIlMEElMEElM0Nzb3VyY2UlMjBzcmMlM0QlMjJmdHAlM0ElMkYlMkYyZDBmZjkubmV0c29saG9zdC5jb20lMkZ3b3JkcHJlc3MyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE2JTJGMDQlMkZBYnNvbHV0ZV9QbGFzdGljc19DbG9zZWQtTG9vcF9SZWN5Y2xpbmctSEQub2d2JTIyJTIwdHlwZSUzRCUyMnZpZGVvJTJGb2dnJTIyJTNFJTBBJTBBJTBBJTNFJTBBJTNDJTJGdmlkZW8lM0U=\r\n\r\n[/vc_raw_html][/vc_column][/vc_row]','Home','','inherit','closed','closed','','15676-revision-v1','','','2016-04-13 03:22:00','2016-04-13 03:22:00','',15676,'http://absoluteplastics.net/?p=17396',0,'revision','',0),(17399,1,'2016-04-13 03:22:13','2016-04-13 03:22:13','[vc_row row_type=\"row\" use_row_as_full_screen_section=\"yes\" type=\"full_width\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_raw_html]\r\n\r\nJTNDc2NyaXB0JTNFJTBBalF1ZXJ5JTI4JTIwZG9jdW1lbnQlMjAlMjkucmVhZHklMjhmdW5jdGlvbiUyOCUyNCUyOSUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyNCUyOCUyNy5teUhUTUx2aWRlbyUyNyUyOS5jbGljayUyOGZ1bmN0aW9uJTI4JTI5JTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTI0JTI4dGhpcyUyOS5nZXQlMjgwJTI5LnBhdXNlZCUyMCUzRiUyMCUyNCUyOHRoaXMlMjkuZ2V0JTI4MCUyOS5wbGF5JTI4JTI5JTIwJTNBJTIwJTI0JTI4dGhpcyUyOS5nZXQlMjgwJTI5LnBhdXNlJTI4JTI5JTNCJTBBJTIwJTIwJTIwJTIwJTdEJTI5JTNCJTBBJTdEJTI5JTNCJTNDJTJGc2NyaXB0JTNFJTBBJTNDdmlkZW8lMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGNsYXNzJTNEJTIybXlIVE1MdmlkZW8lMjIlMjBwb3N0ZXIlM0QlMjJodHRwJTNBJTJGJTJGYWJzb2x1dGVwbGFzdGljcy5uZXQlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwNCUyRnRodW1ibmFpbC5qcGclMjIlMjBjb250cm9scyUyMG9uY2xpY2slM0QlMjJwbGF5UGF1c2UlMjglMjklMjIlM0UlMEElMjAlMjAlM0Nzb3VyY2UlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGMDJkMGZmOS5uZXRzb2xob3N0LmNvbSUyRndvcmRwcmVzczIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwNCUyRkFic29sdXRlJTI1MjBQbGFzdGljcyUyNTIwQ2xvc2VkLUxvb3AlMjUyMFJlY3ljbGluZy1IRC5tcDQlMjIlMjB0eXBlJTNEJTIydmlkZW8lMkZtcDQlMjIlMEElMEElM0Nzb3VyY2UlMjBzcmMlM0QlMjJmdHAlM0ElMkYlMkYyZDBmZjkubmV0c29saG9zdC5jb20lMkZ3b3JkcHJlc3MyJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE2JTJGMDQlMkZBYnNvbHV0ZV9QbGFzdGljc19DbG9zZWQtTG9vcF9SZWN5Y2xpbmctSEQub2d2JTIyJTIwdHlwZSUzRCUyMnZpZGVvJTJGb2dnJTIyJTBBJTNFJTBBJTNDJTJGdmlkZW8lM0U=\r\n\r\n[/vc_raw_html][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"yes\" type=\"grid\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"30\" image_repeat=\"no-repeat\"][vc_column_text]\r\n\r\nAs a part of rePlanet Holdings, Absolute Plastics is one of the first plastics packaging suppliers that is building a closed loop recycling system for packaging. rePlanet collection has over 700 collection centers that collect PET, aluminum cans and glass. ECO2 Plastics has the capability to shred and clean over 60 million pounds of recovered PET. Absolute Plastics uses recycled PET (rPET) to produce new PET packaging custom designed to meet the application.\r\n\r\n[/vc_column_text][vc_empty_space height=\"30\" background_image=\"\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_empty_space height=\"62px\" image_repeat=\"no-repeat\"][vc_single_image border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" alignment=\"center\" image=\"17313\" img_size=\"full\" qode_css_animation=\"element_from_fade\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"17175\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">rePlanet</h3>\r\nWhen rePlanet says every bottle counts, they mean it. Every year, rePlanet collect billions of containers from countless Californians. These containers put millions of dollars into people’s hands, which makes a real difference – from putting dollars in your wallet, to keeping containers out of the landfill, to supporting community and national causes. At rePlanet, making every bottle count is more than just adding up numbers, it’s about making a difference and creating real value.\r\n\r\n \r\n\r\nrePlanet has built the largest recycling collection network in the country and partnered with every major grocery chain to make sure a recycling location is always nearby in California. Simply bring in your bottles and get your extra spending money, or donate your recycling dollars to a cause you care about. Recycling with rePlanet is easy and rewarding.\r\n\r\n[/vc_column_text][vc_empty_space height=\"45\" image_repeat=\"no-repeat\"][vc_single_image image=\"17177\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">ECO2 Plastics</h3>\r\nrePlanet Holdings, Inc. owns ECO2 Plastics, a PET bottle washing company. With ECO2, rePlanet has the ability to recover and clean our own collected bottles. Once the PET bottle is collected and baled, the label and caps are removed and the bottle is shredded. The shredded PET is then systematically cleaned for safe use in producing new beverage bottles or PET packaging.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"50\" image_repeat=\"no-repeat\"][vc_single_image image=\"17197\" alignment=\"right\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\"][vc_empty_space height=\"20\" image_repeat=\"no-repeat\"][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"grid\" parallax_content_width=\"in_grid\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" row_negative_margin=\"\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Absolute Plastics</h3>\r\nAbsolute Plastics is dedicated to cost effective innovation and sells a full line of 40% natural PP takeout and food containers for Restaurants and Food processors. This line of microwave safe products uses 40% less petroleum based products. Absolute Plastics was the first to develop 70% Post-Consumer Recycled (PCR) Microwavable packaging and provides low cost foam replacement containers, 70% PCR clear bakery packaging, and 50% PCR CPET packaging.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Penny Plate</h3>\r\nFounded in 1948, Penny Plate, LLC has been committed to innovation, identifying opportunities to exceed customer expectations, and entering the market as a low cost provider. Today, Penny Plate has one of the most extensive lines of aluminum containers, selling to Foodservice, Retail, and Packer Processor industries. Inventors of the widely used rolled rim technology, Penny Plate continues to be one of the leading innovators in aluminum container packaging. We pride ourselves in the sustainability of our products, and our aluminum containers are 100% recyclable.[/vc_column_text][/vc_column][/vc_row][vc_row row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" header_style=\"\" parallax_content_width=\"in_grid\" anchor=\"\" in_content_menu=\"\" content_menu_title=\"\" content_menu_icon=\"\" angled_section=\"no\" angled_section_position=\"both\" angled_section_direction=\"from_left_to_right\" text_align=\"left\" video=\"\" video_overlay=\"\" video_overlay_image=\"\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_image=\"\" background_image=\"\" background_image_as_pattern=\"without_pattern\" section_height=\"\" parallax_speed=\"\" background_color=\"\" border_color=\"\" row_negative_margin=\"\" side_padding=\"\" parallax_side_padding=\"\" padding_top=\"\" padding_bottom=\"\" color=\"\" hover_color=\"\" more_button_label=\"\" less_button_label=\"\" button_position=\"\" css_animation=\"\" transition_delay=\"\"][vc_column width=\"1/1\"][vc_empty_space height=\"70\" image_repeat=\"no-repeat\"][/vc_column][/vc_row]','Sustainability','','inherit','closed','closed','','17110-revision-v1','','','2016-04-13 03:22:13','2016-04-13 03:22:13','',17110,'http://absoluteplastics.net/?p=17399',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_relevanssi` -- DROP TABLE IF EXISTS `wp_relevanssi`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_relevanssi` ( `doc` bigint(20) NOT NULL DEFAULT '0', `term` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0', `term_reverse` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0', `content` mediumint(9) NOT NULL DEFAULT '0', `title` mediumint(9) NOT NULL DEFAULT '0', `comment` mediumint(9) NOT NULL DEFAULT '0', `tag` mediumint(9) NOT NULL DEFAULT '0', `link` mediumint(9) NOT NULL DEFAULT '0', `author` mediumint(9) NOT NULL DEFAULT '0', `category` mediumint(9) NOT NULL DEFAULT '0', `excerpt` mediumint(9) NOT NULL DEFAULT '0', `taxonomy` mediumint(9) NOT NULL DEFAULT '0', `customfield` mediumint(9) NOT NULL DEFAULT '0', `mysqlcolumn` mediumint(9) NOT NULL DEFAULT '0', `taxonomy_detail` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `customfield_detail` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `mysqlcolumn_detail` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `type` varchar(210) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `item` bigint(20) NOT NULL DEFAULT '0', UNIQUE KEY `doctermitem` (`doc`,`term`,`item`), KEY `terms` (`term`(20)), KEY `relevanssi_term_reverse_idx` (`term_reverse`(10)), KEY `docs` (`doc`), KEY `typeitem` (`type`(191),`item`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_relevanssi` -- LOCK TABLES `wp_relevanssi` WRITE; /*!40000 ALTER TABLE `wp_relevanssi` DISABLE KEYS */; INSERT INTO `wp_relevanssi` VALUES (15676,'2000','0002',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'absolute','etulosba',5,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'adding','gnidda',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'addresses','sesserdda',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'allow','wolla',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'amp','pma',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'approximately','yletamixorppa',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'art','tra',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'browse','esworb',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'built','tliub',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'business','ssenisub',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'capability','ytilibapac',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'catalogue','eugolatac',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'category','yrogetac',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'cavity','ytivac',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'changes','segnahc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'closure','erusolc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'comes','semoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'commercial','laicremmoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'commitment','tnemtimmoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'composite','etisopmoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'compostable','elbatsopmoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'computer','retupmoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'concept','tpecnoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'consumer','remusnoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'container','reniatnoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'containers','sreniatnoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'convenience','ecneinevnoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'cost','tsoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'costs','stsoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'creates','setaerc',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'cube','ebuc',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'custom','motsuc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'customers','sremotsuc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'dampen','nepmad',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'dedicated','detacided',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'design','ngised',5,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'designed','dengised',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'designs','sngised',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'developed','depoleved',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'dies','seid',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'dimension','noisnemid',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'dishwasher','rehsawhsid',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'distribution','noitubirtsid',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'drawings','sgniward',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'ease','esae',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'economy','ymonoce',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'ensures','serusne',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'environmental','latnemnorivne',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'environmentally','yllatnemnorivne',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'equipment','tnempiuqe',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'experience','ecneirepxe',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'experienced','decneirepxe',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'fast','tsaf',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'fit','tif',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'foam','maof',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'focused','desucof',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'food','doof',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'function','noitcnuf',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'functionality','ytilanoitcnuf',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'higher','rehgih',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'highly','ylhgih',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'hinged','degnih',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'home','emoh',0,1,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'house','esuoh',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'implementation','noitatnemelpmi',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'increase','esaercni',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'innovation','noitavonni',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'innovative','evitavonni',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'inserts','stresni',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'invented','detnevni',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'issues','seussi',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'jobs','sboj',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'label','lebal',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'leaking','gnikael',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'lid','dil',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'like','ekil',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'line','enil',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'logistics','scitsigol',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'lower','rewol',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'make','ekam',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'markets','stekram',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'material','lairetam',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'materials','slairetam',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'microwave','evaworcim',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'minerals','slarenim',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'natural','larutan',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'offer','reffo',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'offers','sreffo',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'oil','lio',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'packaging','gnigakcap',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'paper','repap',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'patented','detnetap',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'patrons','snortap',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'performance','ecnamrofrep',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'plastic','citsalp',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'plastics','scitsalp',5,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'polypropylene','enelyporpylop',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'post','tsop',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'powerful','lufrewop',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'prefer','referp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'price','ecirp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'pricing','gnicirp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'printing','gnitnirp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'privacy','ycavirp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'private','etavirp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'product','tcudorp',5,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'production','noitcudorp',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'products','stcudorp',7,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'program','margorp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'protects','stcetorp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'prototyping','gnipytotorp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'provide','edivorp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'quick','kciuq',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'range','egnar',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'rapid','dipar',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'recipe','epicer',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'recyclable','elbalcycer',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'reduce','ecuder',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'reduction','noitcuder',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'related','detaler',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'replace','ecalper',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'resist','tsiser',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'resource','ecruoser',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'respect','tcepser',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'restaurant','tnaruatser',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'restaurants','stnaruatser',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'safe','efas',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'save','evas',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'savings','sgnivas',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'seal','laes',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'services','secivres',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'significantly','yltnacifingis',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'site','etis',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'snap','pans',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'solution','noitulos',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'space','ecaps',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'spills','sllips',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'staff','ffats',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'standard','dradnats',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'standards','sdradnats',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'state','etats',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'states','setats',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'stiffness','ssenffits',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'strength','htgnerts',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'strengthens','snehtgnerts',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'strive','evirts',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'success','sseccus',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'superior','roirepus',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'supporting','gnitroppus',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'sustainability','ytilibaniatsus',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'sustainable','elbaniatsus',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'swings','sgniws',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'takeout','tuoekat',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'team','maet',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'technology','ygolonhcet',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'temperature','erutarepmet',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'turnaround','dnuoranrut',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'united','detinu',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'usa','asu',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'use','esu',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'used','desu',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'using','gnisu',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'verification','noitacifirev',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'viewing','gniweiv',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'virtual','lautriv',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'wide','ediw',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15676,'years','sraey',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'100','001',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'absolute','etulosba',8,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'access','ssecca',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'aisles','selsia',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'amp','pma',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'bakeries','seirekab',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'businesses','sessenisub',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'buy','yub',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'company','ynapmoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'consumer','remusnoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'containers','sreniatnoc',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'customer','remotsuc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'desserts','stressed',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'directly','yltcerid',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'distribution','noitubirtsid',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'distributors','srotubirtsid',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'food','doof',11,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'fresh','hserf',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'frozen','nezorf',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'giants','stnaig',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'giving','gnivig',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'grocers','srecorg',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'grocery','yrecorg',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'industry','yrtsudni',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'large','egral',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'line','enil',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'llc','cll',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'major','rojam',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'markets','stekram',1,1,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'meals','slaem',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'nation','noitan',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'order','redro',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'orders','sredro',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'package','egakcap',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'pastas','satsap',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'plastics','scitsalp',8,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'plates','setalp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'prepared','deraperp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'processors','srossecorp',4,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'produce','ecudorp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'products','stcudorp',5,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'rate','etar',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'refrigerated','detaregirfer',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'remains','sniamer',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'resold','dloser',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'restaurants','stnaruatser',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'retail','liater',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'routes','setuor',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'salads','sdalas',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'sale','elas',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'satisfaction','noitcafsitas',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'section','noitces',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'sections','snoitces',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'sell','lles',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'sells','slles',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'service','ecivres',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'small','llams',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'smaller','rellams',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'sold','dlos',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'store','erots',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'stores','serots',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'supplies','seilppus',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'use','esu',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'vegetable','elbategev',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'volume','emulov',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'warehouse','esuoheraw',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(15876,'weekly','ylkeew',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16674,'catalog','golatac',1,1,0,0,0,0,0,0,0,0,0,'','','','post',0),(16674,'view','weiv',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'1comp','pmoc1',6,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'2comp','pmoc2',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'3comp','pmoc3',5,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'8243','3428',40,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'bar','rab',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'base','esab',8,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'black','kcalb',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'bowl','lwob',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'bowls','slwob',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'cake','ekac',4,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'clamshell','llehsmalc',13,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'clamshells','sllehsmalc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'code','edoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'comp','pmoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'crust','tsurc',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'dish','hsid',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'dome','emod',5,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'item','meti',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'lid','dil',9,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'lids','sdil',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'page','egap',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'pie','eip',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'plate','etalp',6,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'plates','setalp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'polypropylene','enelyporpylop',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'products','stcudorp',0,1,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'protector','rotcetorp',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'round','dnuor',4,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'rpet','tepr',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'salad','dalas',6,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'search','hcraes',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'small','llams',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'use','esu',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16770,'white','etihw',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'120','021',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'1948','8491',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'2015','5102',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'700','007',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'absolute','etulosba',9,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'achieve','eveihca',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'addition','noitidda',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'allow','wolla',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'alternative','evitanretla',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'aluminum','munimula',7,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'america','acirema',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'amp','pma',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'annually','yllaunna',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'available','elbaliava',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'background','dnuorgkcab',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'based','desab',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'beverage','egareveb',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'black','kcalb',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'capabilities','seitilibapac',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'centers','sretnec',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'clear','raelc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'collection','noitcelloc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'collects','stcelloc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'colors','sroloc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'committed','dettimmoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'companies','seinapmoc',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'company','ynapmoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'competitive','evititepmoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'consumer','remusnoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'container','reniatnoc',5,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'containers','sreniatnoc',5,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'cost','tsoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'create','etaerc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'creating','gnitaerc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'custom','motsuc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'customer','remotsuc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'cutting','gnittuc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'design','ngised',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'developed','depoleved',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'dies','seid',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'disposable','elbasopsid',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'distribution','noitubirtsid',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'dollars','srallod',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'edge','egde',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'exceeding','gnideecxe',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'expectations','snoitatcepxe',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'extrudes','sedurtxe',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'extrusion','noisurtxe',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'facility','ytilicaf',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'foam','maof',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'food','doof',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'foodservice','ecivresdoof',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'founded','dednuof',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'glass','ssalg',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'hands','sdnah',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'having','gnivah',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'holdings','sgnidloh',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'improved','devorpmi',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'individual','laudividni',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'industry','yrtsudni',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'innovation','noitavonni',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'innovator','rotavonni',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'innovators','srotavonni',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'keeping','gnipeek',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'known','nwonk',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'landfills','sllifdnal',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'largest','tsegral',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'leading','gnidael',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'line','enil',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'lines','senil',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'llc','cll',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'located','detacol',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'low','wol',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'manufacturing','gnirutcafunam',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'markets','stekram',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'materials','slairetam',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'microwave','evaworcim',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'million','noillim',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'millions','snoillim',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'natural','larutan',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'near','raen',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'network','krowten',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'new','wen',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'north','htron',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'operation','noitarepo',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'operations','snoitarepo',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'overview','weivrevo',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'owned','denwo',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'packaging','gnigakcap',4,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'packer','rekcap',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'pcr','rcp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'penny','ynnep',4,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'people','elpoep',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'pet','tep',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'petroleum','muelortep',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'plants','stnalp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'plastic','citsalp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'plastics','scitsalp',11,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'plate','etalp',4,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'platform','mroftalp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'polypropylene','enelyporpylop',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'post','tsop',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'pounds','sdnuop',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'pricing','gnicirp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'prides','sedirp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'privately','yletavirp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'process','ssecorp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'processor','rossecorp',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'processors','srossecorp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'produces','secudorp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'products','stcudorp',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'provides','sedivorp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'qualified','deifilauq',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'recent','tnecer',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'recover','revocer',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'recycled','delcycer',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'recycling','gnilcycer',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'replacement','tnemecalper',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'replanet','tenalper',5,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'requirements','stnemeriuqer',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'restaurants','stnaruatser',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'retail','liater',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'reuse','esuer',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'reverse','esrever',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'roll','llor',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'safe','efas',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'scrap','parcs',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'second','dnoces',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'sells','slles',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'sister','retsis',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'solutions','snoitulos',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'states','setats',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'stock','kcots',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'stream','maerts',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'subsidiary','yraidisbus',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'supplier','reilppus',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'supplies','seilppus',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'sustainable','elbaniatsus',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'takeout','tuoekat',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'technology','ygolonhcet',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'thermoforming','gnimrofomreht',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'uniquely','yleuqinu',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'united','detinu',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'usa','asu',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'used','desu',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'uses','sesu',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'utilizing','gnizilitu',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'vending','gnidnev',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'virtually','yllautriv',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'visalia','ailasiv',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'waste','etsaw',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'web','bew',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'wilson','nosliw',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'years','sraey',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(16806,'zero','orez',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'100','001',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'1948','8491',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'700','007',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'ability','ytiliba',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'absolute','etulosba',5,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'adding','gnidda',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'aluminum','munimula',4,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'application','noitacilppa',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'bakery','yrekab',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'baled','delab',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'based','desab',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'beverage','egareveb',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'billions','snoillib',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'bottle','elttob',5,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'bottles','selttob',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'bring','gnirb',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'building','gnidliub',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'built','tliub',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'california','ainrofilac',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'californians','snainrofilac',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'cans','snac',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'capability','ytilibapac',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'caps','spac',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'care','erac',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'cause','esuac',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'causes','sesuac',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'centers','sretnec',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'chain','niahc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'clean','naelc',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'cleaned','denaelc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'clear','raelc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'closed','desolc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'collect','tcelloc',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'collected','detcelloc',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'collection','noitcelloc',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'committed','dettimmoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'community','ytinummoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'company','ynapmoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'consumer','remusnoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'container','reniatnoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'containers','sreniatnoc',7,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'continues','seunitnoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'cost','tsoc',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'count','tnuoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'countless','sseltnuoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'country','yrtnuoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'counts','stnuoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'cpet','tepc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'creating','gnitaerc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'custom','motsuc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'customer','remotsuc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'dedicated','detacided',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'designed','dengised',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'develop','poleved',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'difference','ecnereffid',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'dollars','srallod',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'donate','etanod',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'easy','ysae',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'eco2','2oce',4,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'effective','evitceffe',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'entering','gniretne',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'exceed','deecxe',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'expectations','snoitatcepxe',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'extensive','evisnetxe',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'extra','artxe',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'foam','maof',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'food','doof',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'foodservice','ecivresdoof',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'founded','dednuof',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'glass','ssalg',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'grocery','yrecorg',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'hands','sdnah',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'holdings','sgnidloh',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'identifying','gniyfitnedi',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'industries','seirtsudni',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'innovation','noitavonni',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'innovators','srotavonni',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'inventors','srotnevni',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'just','tsuj',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'keeping','gnipeek',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'label','lebal',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'landfill','llifdnal',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'largest','tsegral',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'leading','gnidael',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'line','enil',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'lines','senil',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'llc','cll',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'location','noitacol',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'loop','pool',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'low','wol',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'major','rojam',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'make','ekam',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'makes','sekam',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'making','gnikam',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'market','tekram',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'mean','naem',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'meet','teem',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'microwavable','elbavaworcim',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'microwave','evaworcim',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'million','noillim',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'millions','snoillim',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'money','yenom',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'national','lanoitan',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'natural','larutan',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'nearby','ybraen',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'network','krowten',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'new','wen',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'numbers','srebmun',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'opportunities','seitinutroppo',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'owns','snwo',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'packaging','gnigakcap',8,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'packer','rekcap',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'partnered','derentrap',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'pcr','rcp',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'penny','ynnep',4,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'people','elpoep',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'pet','tep',8,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'petroleum','muelortep',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'plastics','scitsalp',9,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'plate','etalp',4,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'post','tsop',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'pounds','sdnuop',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'pride','edirp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'processor','rossecorp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'processors','srossecorp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'produce','ecudorp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'producing','gnicudorp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'products','stcudorp',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'provider','redivorp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'provides','sedivorp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'putting','gnittup',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'real','laer',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'recover','revocer',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'recovered','derevocer',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'recyclable','elbalcycer',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'recycled','delcycer',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'recycling','gnilcycer',5,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'removed','devomer',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'replacement','tnemecalper',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'replanet','tenalper',10,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'restaurants','stnaruatser',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'retail','liater',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'rewarding','gnidrawer',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'rim','mir',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'rolled','dellor',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'rpet','tepr',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'safe','efas',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'says','syas',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'selling','gnilles',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'sells','slles',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'shred','derhs',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'shredded','dedderhs',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'simply','ylpmis',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'spending','gnidneps',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'suppliers','sreilppus',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'supporting','gnitroppus',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'sure','erus',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'sustainability','ytilibaniatsus',1,1,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'systematically','yllacitametsys',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'takeout','tuoekat',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'technology','ygolonhcet',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'today','yadot',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'use','esu',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'used','desu',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'uses','sesu',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'value','eulav',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'wallet','tellaw',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'washing','gnihsaw',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'widely','ylediw',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17110,'year','raey',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'absolute','etulosba',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'absoluteplastics','scitsalpetulosba',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'add','dda',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'added','dedda',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'additionally','yllanoitidda',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'annual','launna',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'application','noitacilppa',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'assurance','ecnarussa',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'attached','dehcatta',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'attaches','sehcatta',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'audibly','ylbidua',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'bead','daeb',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'bowl','lwob',8,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'business','ssenisub',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'button','nottub',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'buttons','snottub',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'capacity','yticapac',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'case','esac',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'code','edoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'com','moc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'comments','stnemmoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'committed','dettimmoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'contact','tcatnoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'container','reniatnoc',4,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'contents','stnetnoc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'create','etaerc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'creating','gnitaerc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'current','tnerruc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'custom','motsuc',1,1,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'customers','sremotsuc',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'depth','htped',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'description','noitpircsed',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'diagram','margaid',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'dimensions','snoisnemid',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'distinct','tcnitsid',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'does','seod',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'dropped','deppord',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'easily','ylisae',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'entire','eritne',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'fit','tif',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'flange','egnalf',5,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'gives','sevig',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'help','pleh',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'high','hgih',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'include','edulcni',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'info','ofni',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'information','noitamrofni',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'innovation','noitavonni',1,1,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'innovative','evitavonni',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'inside','edisni',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'know','wonk',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'leak','kael',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'leaking','gnikael',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'leaks','skael',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'left','tfel',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'let','tel',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'lid','dil',5,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'like','ekil',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'need','deen',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'needs','sdeen',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'offer','reffo',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'outside','edistuo',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'pack','kcap',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'package','egakcap',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'packaging','gnigakcap',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'packer','rekcap',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'patented','detnetap',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'place','ecalp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'plastics','scitsalp',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'plate','etalp',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'prevent','tneverp',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'pride','edirp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'processor','rossecorp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'products','stcudorp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'providing','gnidivorp',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'pulled','dellup',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'quality','ytilauq',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'requirements','stnemeriuqer',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'resist','tsiser',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'resistant','tnatsiser',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'retail','liater',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'seal','laes',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'sealing','gnilaes',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'seals','slaes',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'secure','eruces',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'snaps','spans',2,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'spilling','gnillips',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'spills','sllips',3,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'sustainable','elbaniatsus',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'tight','thgit',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'type','epyt',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'usage','egasu',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'uses','sesu',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0),(17220,'work','krow',1,0,0,0,0,0,0,0,0,0,0,'','','','post',0); /*!40000 ALTER TABLE `wp_relevanssi` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_relevanssi_log` -- DROP TABLE IF EXISTS `wp_relevanssi_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_relevanssi_log` ( `id` bigint(9) NOT NULL AUTO_INCREMENT, `query` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `hits` mediumint(9) NOT NULL DEFAULT '0', `time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `user_id` bigint(20) NOT NULL DEFAULT '0', `ip` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_relevanssi_log` -- LOCK TABLES `wp_relevanssi_log` WRITE; /*!40000 ALTER TABLE `wp_relevanssi_log` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_relevanssi_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_relevanssi_stopwords` -- DROP TABLE IF EXISTS `wp_relevanssi_stopwords`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_relevanssi_stopwords` ( `stopword` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, UNIQUE KEY `stopword` (`stopword`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_relevanssi_stopwords` -- LOCK TABLES `wp_relevanssi_stopwords` WRITE; /*!40000 ALTER TABLE `wp_relevanssi_stopwords` DISABLE KEYS */; INSERT INTO `wp_relevanssi_stopwords` VALUES ('a'),('about'),('above'),('across'),('after'),('afterwards'),('again'),('against'),('all'),('almost'),('alone'),('along'),('already'),('also'),('although'),('always'),('am'),('among'),('amongst'),('amoungst'),('amount'),('an'),('and'),('another'),('any'),('anyhow'),('anyone'),('anything'),('anyway'),('anywhere'),('are'),('around'),('as'),('at'),('back'),('be'),('became'),('because'),('become'),('becomes'),('becoming'),('been'),('before'),('beforehand'),('behind'),('being'),('below'),('beside'),('besides'),('between'),('beyond'),('bill'),('both'),('bottom'),('but'),('by'),('call'),('can'),('cannot'),('cant'),('co'),('con'),('could'),('couldnt'),('cry'),('de'),('describe'),('detail'),('do'),('done'),('down'),('due'),('during'),('each'),('eg'),('eight'),('either'),('eleven'),('else'),('elsewhere'),('empty'),('enough'),('etc'),('even'),('ever'),('every'),('everyone'),('everything'),('everywhere'),('except'),('few'),('fifteen'),('fify'),('fill'),('find'),('fire'),('first'),('five'),('for'),('former'),('formerly'),('forty'),('found'),('four'),('from'),('front'),('full'),('further'),('get'),('give'),('go'),('had'),('has'),('hasnt'),('have'),('he'),('hence'),('her'),('here'),('hereafter'),('hereby'),('herein'),('hereupon'),('hers'),('herself'),('him'),('himself'),('his'),('how'),('however'),('hundred'),('ie'),('if'),('in'),('inc'),('indeed'),('interest'),('into'),('is'),('it'),('its'),('itself'),('keep'),('last'),('latter'),('latterly'),('least'),('less'),('ltd'),('made'),('many'),('may'),('me'),('meanwhile'),('might'),('mill'),('mine'),('more'),('moreover'),('most'),('mostly'),('move'),('much'),('must'),('my'),('myself'),('name'),('namely'),('neither'),('never'),('nevertheless'),('next'),('nine'),('no'),('nobody'),('none'),('noone'),('nor'),('not'),('nothing'),('now'),('nowhere'),('of'),('off'),('often'),('on'),('once'),('one'),('only'),('onto'),('or'),('other'),('others'),('otherwise'),('our'),('ours'),('ourselves'),('out'),('over'),('own'),('part'),('per'),('perhaps'),('please'),('put'),('rather'),('re'),('same'),('see'),('seem'),('seemed'),('seeming'),('seems'),('serious'),('several'),('she'),('should'),('show'),('side'),('since'),('sincere'),('six'),('sixty'),('so'),('some'),('somehow'),('someone'),('something'),('sometime'),('sometimes'),('somewhere'),('still'),('such'),('system'),('take'),('ten'),('than'),('that'),('the'),('their'),('them'),('themselves'),('then'),('thence'),('there'),('thereafter'),('thereby'),('therefore'),('therein'),('thereupon'),('these'),('they'),('thickv'),('thin'),('third'),('this'),('those'),('though'),('three'),('through'),('throughout'),('thru'),('thus'),('to'),('together'),('too'),('top'),('toward'),('towards'),('twelve'),('twenty'),('two'),('un'),('under'),('until'),('up'),('upon'),('us'),('very'),('via'),('was'),('we'),('well'),('were'),('what'),('whatever'),('when'),('whence'),('whenever'),('where'),('whereafter'),('whereas'),('whereby'),('wherein'),('whereupon'),('wherever'),('whether'),('which'),('while'),('whither'),('who'),('whoever'),('whole'),('whom'),('whose'),('why'),('will'),('with'),('within'),('without'),('would'),('yet'),('you'),('your'),('yours'),('yourself'),('yourselves'); /*!40000 ALTER TABLE `wp_relevanssi_stopwords` 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 (544,114,0),(545,112,0),(7452,114,0),(7482,114,0),(7483,114,0),(8251,73,0),(8254,73,0),(8256,73,0),(8258,73,0),(8260,73,0),(8262,73,0),(8264,73,0),(8266,73,0),(8670,112,0),(8783,77,0),(8785,77,0),(8787,77,0),(8789,77,0),(8791,77,0),(8793,77,0),(8795,77,0),(8797,77,0),(10382,92,0),(10412,67,0),(10417,67,0),(10549,118,0),(10566,118,0),(12254,107,0),(12270,79,0),(12980,79,0),(12983,79,0),(13153,80,0),(13167,80,0),(13200,80,0),(13202,80,0),(14137,83,0),(14141,83,0),(14143,83,0),(14514,83,0),(14594,104,0),(14835,84,0),(15207,74,0),(15210,74,0),(15212,74,0),(15214,74,0),(15216,74,0),(15218,74,0),(15752,88,0),(15815,74,0),(15816,74,0),(15817,74,0),(15818,74,0),(15819,74,0),(15820,74,0),(16177,136,0),(16184,74,0),(16185,74,0),(16608,136,0),(16676,136,0),(16772,136,0),(16785,147,0),(16785,151,0),(16785,163,0),(16796,148,0),(16796,151,0),(16796,164,0),(16798,147,0),(16798,152,0),(16798,177,0),(16808,136,0),(16849,147,0),(16849,152,0),(16849,174,0),(16850,147,0),(16850,152,0),(16850,173,0),(16852,148,0),(16852,152,0),(16852,176,0),(16853,148,0),(16853,152,0),(16853,175,0),(16868,146,0),(16868,152,0),(16868,178,0),(16869,147,0),(16869,152,0),(16869,179,0),(16870,149,0),(16870,152,0),(16870,180,0),(16871,147,0),(16871,152,0),(16871,181,0),(16874,149,0),(16874,151,0),(16874,184,0),(16875,146,0),(16875,151,0),(16875,156,0),(16876,146,0),(16876,151,0),(16876,155,0),(16877,149,0),(16877,151,0),(16877,170,0),(16879,149,0),(16879,151,0),(16879,157,0),(16882,146,0),(16882,151,0),(16882,159,0),(16883,146,0),(16883,151,0),(16883,160,0),(16884,147,0),(16884,151,0),(16884,188,0),(16885,147,0),(16885,151,0),(16885,189,0),(16887,148,0),(16887,151,0),(16887,190,0),(16888,148,0),(16888,151,0),(16888,191,0),(16889,148,0),(16889,151,0),(16889,194,0),(16892,148,0),(16892,151,0),(16892,193,0),(16894,148,0),(16894,151,0),(16894,165,0),(16895,148,0),(16895,151,0),(16895,195,0),(16896,148,0),(16896,151,0),(16896,167,0),(16897,148,0),(16897,151,0),(16897,166,0),(16898,148,0),(16898,151,0),(16898,169,0),(16899,148,0),(16899,151,0),(16899,168,0),(16901,146,0),(16901,152,0),(16902,147,0),(16902,152,0),(17045,149,0),(17045,151,0),(17045,153,0),(17053,149,0),(17053,151,0),(17053,196,0),(17106,88,0),(17111,88,0),(17141,136,0),(17214,136,0),(17224,136,0),(17253,147,0),(17253,152,0),(17255,149,0),(17255,152,0),(17257,147,0),(17257,152,0),(17259,147,0),(17259,152,0),(17261,147,0),(17261,152,0),(17263,146,0),(17263,152,0),(17265,146,0),(17265,152,0),(17267,146,0),(17267,152,0),(17279,149,0),(17279,151,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=199 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'nav_menu','',0,0),(3,3,'category','',0,0),(4,4,'category','',0,0),(5,5,'category','',0,0),(6,6,'category','',0,0),(8,8,'category','',0,0),(10,10,'category','',0,0),(12,12,'post_tag','',0,0),(14,14,'post_tag','',0,0),(15,15,'post_tag','',0,0),(16,16,'post_tag','',0,0),(17,17,'post_tag','',0,0),(18,18,'post_tag','',0,0),(19,19,'post_tag','',0,0),(21,21,'post_tag','',0,0),(23,23,'post_tag','',0,0),(24,24,'post_tag','',0,0),(25,25,'post_tag','',0,0),(26,26,'post_tag','',0,0),(27,27,'post_tag','',0,0),(28,28,'post_tag','',0,0),(30,30,'post_tag','',0,0),(32,32,'post_tag','',0,0),(33,33,'post_tag','',0,0),(34,34,'post_tag','',0,0),(37,35,'post_tag','',0,0),(38,38,'post_tag','',0,0),(40,40,'post_tag','',0,0),(42,42,'post_tag','',0,0),(44,44,'post_tag','',0,0),(45,45,'post_tag','',0,0),(48,48,'post_tag','',0,0),(50,50,'post_tag','',0,0),(52,52,'post_tag','',0,0),(53,53,'carousels_category','',0,0),(55,55,'slides_category','',0,0),(63,63,'carousels_category','',0,0),(66,66,'carousels_category','',0,0),(67,67,'slides_category','',0,2),(70,70,'carousels_category','',0,0),(73,73,'carousels_category','',0,8),(74,74,'carousels_category','',0,14),(75,75,'carousels_category','',0,0),(77,77,'carousels_category','',0,8),(79,79,'slides_category','',0,3),(80,80,'slides_category','',0,4),(82,82,'slides_category','',0,0),(83,83,'slides_category','',0,4),(84,84,'slides_category','',0,1),(88,88,'slides_category','',0,3),(92,92,'slides_category','',0,1),(101,101,'slides_category','',0,0),(103,103,'slides_category','',0,0),(104,104,'slides_category','',0,1),(107,107,'slides_category','',0,1),(109,109,'slides_category','',0,0),(112,110,'testimonials_category','',0,2),(114,114,'testimonials_category','',0,4),(118,118,'slides_category','',0,2),(122,122,'slides_category','',0,0),(136,136,'nav_menu','',0,8),(140,140,'post_format','',0,0),(141,141,'post_format','',0,0),(142,142,'post_format','',0,0),(143,143,'post_format','',0,0),(144,144,'post_format','',0,0),(146,146,'portfolio_category','Bowls',0,9),(147,147,'portfolio_category','Lids',0,13),(148,148,'portfolio_category','Clamshells',0,13),(149,149,'portfolio_category','Plates',0,8),(151,151,'portfolio_category','Products are made from Polypropylene',0,24),(152,152,'portfolio_category','Products are made from recycled Polyethylene Terephthalate',0,19),(153,153,'portfolio_tag','',0,1),(154,154,'portfolio_tag','',0,0),(155,155,'portfolio_tag','',0,1),(156,156,'portfolio_tag','',0,1),(157,157,'portfolio_tag','',0,1),(158,158,'portfolio_tag','',0,0),(159,159,'portfolio_tag','',0,1),(160,160,'portfolio_tag','',0,1),(161,161,'portfolio_tag','',0,0),(162,162,'portfolio_tag','',0,0),(163,163,'portfolio_tag','',0,1),(164,164,'portfolio_tag','',0,1),(165,165,'portfolio_tag','',0,1),(166,166,'portfolio_tag','',0,1),(167,167,'portfolio_tag','',0,1),(168,168,'portfolio_tag','',0,1),(169,169,'portfolio_tag','',0,1),(170,170,'portfolio_tag','',0,1),(171,171,'portfolio_tag','',0,0),(172,172,'portfolio_tag','',0,0),(173,173,'portfolio_tag','',0,1),(174,174,'portfolio_tag','',0,1),(175,175,'portfolio_tag','',0,1),(176,176,'portfolio_tag','',0,1),(177,177,'portfolio_tag','',0,1),(178,178,'portfolio_tag','',0,1),(179,179,'portfolio_tag','',0,1),(180,180,'portfolio_tag','',0,1),(181,181,'portfolio_tag','',0,1),(182,182,'portfolio_tag','',0,0),(183,183,'portfolio_tag','',0,0),(184,184,'portfolio_tag','',0,1),(185,185,'portfolio_tag','',0,0),(186,186,'portfolio_tag','',0,0),(187,187,'portfolio_tag','',0,0),(188,188,'portfolio_tag','',0,1),(189,189,'portfolio_tag','',0,1),(190,190,'portfolio_tag','',0,1),(191,191,'portfolio_tag','',0,1),(192,192,'portfolio_tag','',0,0),(193,193,'portfolio_tag','',0,1),(194,194,'portfolio_tag','',0,1),(195,195,'portfolio_tag','',0,1),(196,196,'portfolio_tag','',0,1),(197,197,'portfolio_tag','',0,0),(198,198,'portfolio_tag','',0,0); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=199 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Menu 1','menu-1',0),(3,'Art','art',0),(4,'Business','business',0),(5,'Design','design',0),(6,'Music','music',0),(8,'Photography','photography',0),(10,'Sport','sport',0),(12,'Analysis','analysis',0),(14,'Art','art',0),(15,'Art','art-2',0),(16,'Articles','articles',0),(17,'Articles','articles-2',0),(18,'Audio','audio',0),(19,'Business','business',0),(21,'Culture','culture',0),(23,'Development','development',0),(24,'Development','development-2',0),(25,'Ecology','ecology',0),(26,'Ecology','ecology-2',0),(27,'Events','events',0),(28,'Information','information',0),(30,'Inspiration','inspiration',0),(32,'Ecology','ecology-3',0),(33,'Nature','nature',0),(34,'Opportunities','opportunities',0),(35,'Science','science',0),(38,'Sport','sport',0),(40,'Stress','stress',0),(42,'Swimming','swimming',0),(44,'Swimming','swimming-2',0),(45,'Trends','trends',0),(48,'Video','video',0),(50,'Web Design','web-design',0),(52,'Web Design','web-design-2',0),(53,'About Us Long Carousel','about-long-carousel',0),(55,'About Us Slider','about-us-slider',0),(63,'Clients Clean','clients-clean',0),(66,'Clients Clean','clients-clean-2',0),(67,'Full Screen Slider','full-screen-slider',0),(70,'Home Carousel','home-carousel',0),(73,'Home Carousel','home-carousel-2',0),(74,'Home Carousel 3','home-carousel-3',0),(75,'Home Carousel 3','home-carousel-3-2',0),(77,'Home Carousel Mini','home-carousel-mini',0),(79,'Home Slider','home-slider',0),(80,'Home Slider','home-slider-2',0),(82,'Home Slider 2','home-slider-2-2',0),(83,'Home Slider 3','home-slider-3',0),(84,'Home Slider 4','home-slider-4',0),(88,'Home Slider 5','home-slider-5',0),(92,'Macbook','macbook',0),(101,'Slider Photo First','slider-photo-first',0),(103,'Slider Photo First','slider-photo-first-2',0),(104,'Video Header','video-header',0),(107,'Walking','walking',0),(109,'Walking','walking-2',0),(110,'web design','web-design-2',0),(114,'web development','web-development',0),(118,'White Slider','white-slider',0),(122,'White Slider','white-slider-2',0),(136,'fullscreen_menu','fullscreen_menu',0),(140,'Link','post-format-link',0),(141,'Video','post-format-video',0),(142,'Gallery','post-format-gallery',0),(143,'Audio','post-format-audio',0),(144,'Quote','post-format-quote',0),(146,'Bowls','bowls',0),(147,'Lids','lids',0),(148,'Clamshells','clamshells',0),(149,'Plates','plates',0),(151,'Polypropylene','polypropylene',0),(152,'PET','rpet',0),(153,'AR9M3C','ar9m3c',0),(154,'3 Compartments','3-compartments',0),(155,'AR414B','ar414b',0),(156,'AR47B','ar47b',0),(157,'AR10B3C-WD3','ar10b3c-wd3',0),(158,'AR10MWD27','ar10mwd27',0),(159,'AR832B','ar832b',0),(160,'AR948B','ar948b',0),(161,'AR8LID-EZ','ar8lid-ez',0),(162,'AR9LID-EZ','ar9lid-ez',0),(163,'AR4LC','ar4lc',0),(164,'AO923WC3C','ao923wc3c',0),(165,'AO862WC','ao862wc',0),(166,'AO6528BC','ao6528bc',0),(167,'AO6528WC','ao6528wc',0),(168,'AO629BC','ao629bc',0),(169,'AO629WC','ao629wc',0),(170,'AR10W1C','ar10w1c',0),(171,'AO11860C1T','ao11860c1t',0),(172,'AR10LC3C280R','ar10lc3c280r',0),(173,'AR10CVR','ar10cvr',0),(174,'AR9CVR','ar9cvr',0),(175,'AO1222C1CR','ao1222c1cr',0),(176,'AO1224C1CR','ao1224c1cr',0),(177,'AR10LC3C','ar10lc3c',0),(178,'AS624CBR','as624cbr',0),(179,'AS6CLR','as6clr',0),(180,'AR11BSR','ar11bsr',0),(181,'AR11CLR','ar11clr',0),(182,'AR9W3C','ar9w3c',0),(183,'AR9B1C','ar9b1c',0),(184,'AR9W1C','ar9w1c',0),(185,'AR10B1C','ar10b1c',0),(186,'AR10W3C-WD3','ar10w3c-wd3',0),(187,'AR824B','ar824b',0),(188,'AR8LC','ar8lc',0),(189,'AR9LC','ar9lc',0),(190,'AO923BC3C','ao923bc3c',0),(191,'AO969WC','ao969wc',0),(192,'AO828BC2C','ao828bc2c',0),(193,'AO828WC2C','ao828wc2c',0),(194,'AO969BC','ao969bc',0),(195,'AO862BC','ao862bc',0),(196,'AR10M3C-WD3','ar10m3c-wd3',0),(197,'AR10M1C','ar10m1c',0),(198,'AR9M1C','ar9m1c',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=27 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','arthurwu1@gmail.com'),(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','wp360_locks,wp390_widgets,wp410_dfw,vc_pointers_backend_editor'),(13,1,'session_tokens','a:1:{s:64:\"e7152153cd812ac36f26263b0e8a0e1f01f49df5d401e0eb17269a5ac1af918f\";a:4:{s:10:\"expiration\";i:1464450740;s:2:\"ip\";s:12:\"73.12.11.131\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36\";s:5:\"login\";i:1464277940;}}'),(14,1,'wp_dashboard_quick_press_last_post_id','17401'),(15,1,'wp_user-settings','libraryContent=browse&editor=tinymce&hidetb=1&posts_list_mode=list&mfold=o'),(16,1,'wp_user-settings-time','1445894098'),(17,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(18,1,'metaboxhidden_nav-menus','a:7:{i:0;s:8:\"add-post\";i:1;s:18:\"add-portfolio-post\";i:2;s:19:\"add-ishyoboy_slides\";i:3;s:12:\"add-post_tag\";i:4;s:15:\"add-post_format\";i:5;s:22:\"add-portfolio-category\";i:6;s:21:\"add-slides_categories\";}'),(19,1,'layerslider_help_wp_pointer','1'),(20,1,'nav_menu_recently_edited','136'),(21,1,'closedpostboxes_dashboard','a:0:{}'),(22,1,'metaboxhidden_dashboard','a:0:{}'),(23,1,'closedpostboxes_page','a:0:{}'),(24,1,'metaboxhidden_page','a:6:{i:0;s:12:\"revisionsdiv\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";i:5;s:29:\"qodef-meta-box-page_left_menu\";}'),(25,1,'wp_media_library_mode','grid'),(26,1,'default_password_nag',''); /*!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(64) 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(60) 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,'arthurwu1@gmail.com','$P$BjxYo2n7cWHCkjHuqfEV.4Soo1ObtY1','arthurwu1gmail-com','arthurwu1@gmail.com','','2015-06-23 18:21:12','',0,'arthurwu1@gmail.com'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_02d0ff9_3' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2017-03-28 7:33:48